* init-commit
* skill-issue
* happens
* post-review-changes
* desc-fix
* is-it
sprite: Clothing/Ears/Headsets/wizard.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/wizard.rsi
+
+- type: entity
+ parent: [ClothingHeadset, BaseMajorContraband]
+ id: ClothingHeadsetNinja
+ name: green headset
+ description: Who could refuse to wear this stylish black and green headset?
+ components:
+ - type: Sprite
+ sprite: Clothing/Ears/Headsets/ninja.rsi
+ - type: Clothing
+ sprite: Clothing/Ears/Headsets/ninja.rsi
outerClothing: ClothingOuterSuitSpaceNinja
shoes: ClothingShoesSpaceNinja
id: AgentIDCard
- ears: ClothingHeadsetGrey
+ ears: ClothingHeadsetNinja
pocket1: SpiderCharge
pocket2: PinpointerStation
belt: EnergyKatana
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428 and recolored by Alwayswannahunt(github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon",
+ "delays": [
+ [
+ 0.5,
+ 0.35,
+ 0.3,
+ 0.3,
+ 0.35
+ ]
+ ]
+ },
+ {
+ "name": "equipped-EARS",
+ "directions": 4
+ }
+ ]
+}