* Added scientific beret
* Added scientific beret
* Scientific beret added to RD's locker
- id: PlushieSlime
prob: 0.1
- id: DoorRemoteResearch
+ - id: ClothingHeadHatBeretRND
- id: RubberStampRd
- id: ClothingHeadsetAltScience
- id: BoxEncryptionKeyScience
- type: Clothing
sprite: Clothing/Head/Hats/beret.rsi
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatBeretRND
+ name: scientific beret
+ description: A beret for real scientists.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/beret_rnd.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/beret_rnd.rsi
+
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretEngineering
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e and changed by lazik",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}