prob: 0.001
- id: ClothingHeadHatCatEars
prob: 0.01
+ - id: ClothingHeadHatDogEars
+ prob: 0.01
# TRAITOR EQUIPMENT (0.01%)
- id: Telecrystal10
prob: 0.0001
sprite: Clothing/Head/Hats/catears.rsi
- type: AddAccentClothing
accent: OwOAccent
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatDogEars
+ name: doggy ears
+ description: Only for good boys.
+ suffix: DO NOT MAP
+ components:
+ - type: Tag
+ tags:
+ - DroneUsable
+ - type: Sprite
+ sprite: Clothing/Head/Hats/dogears.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/dogears.rsi
+ - type: AddAccentClothing
+ accent: BarkAccent
- type: entity
parent: ClothingHeadBase
orGroup: GiftPool
- id: ClothingHeadHatCatEars
orGroup: GiftPool
+ - id: ClothingHeadHatDogEars
+ orGroup: GiftPool
- id: ToySword
orGroup: GiftPool
- id: RevolverCapGun
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created by TheShuEd for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4,
+ "delays": [
+ [0.2, 0.2, 0.2, 0.2],
+ [0.2, 0.2, 0.2, 0.2],
+ [0.2, 0.2, 0.2, 0.2],
+ [0.2, 0.2, 0.2, 0.2]
+ ]
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}