- type: ContainerFill
containers:
key_slots:
- - EncryptionKeyFreelance
+ - EncryptionKeyFreelance
- type: Sprite
sprite: Clothing/Ears/Headsets/freelance.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/freelance.rsi
+
+- type: entity
+ parent: [ClothingHeadset, BaseMagicalContraband]
+ id: ClothingHeadsetWizard
+ name: wizard headset
+ description: A headset used by the dreaded space wizards.
+ components:
+ - type: ContainerFill
+ containers:
+ key_slots:
+ - EncryptionKeyStationMaster
+ - type: Sprite
+ sprite: Clothing/Ears/Headsets/wizard.rsi
+ - type: Clothing
+ sprite: Clothing/Ears/Headsets/wizard.rsi
sprite: Clothing/Ears/Headsets/freelance.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/freelance.rsi
+
+- type: entity
+ parent: [ClothingHeadsetAlt, BaseMagicalContraband]
+ id: ClothingHeadsetAltWizard
+ name: wizard's over-ear headset
+ components:
+ - type: Headset
+ - type: EncryptionKeyHolder
+ keySlots: 5
+ - type: ContainerFill
+ containers:
+ key_slots:
+ - EncryptionKeyStationMaster
+ - type: Sprite
+ sprite: Clothing/Ears/Headsets/wizard.rsi
+ - type: Clothing
+ sprite: Clothing/Ears/Headsets/wizard.rsi
outerClothing: ClothingOuterWizard
shoes: ClothingShoesWizard
id: WizardPDA
- ears: ClothingHeadsetAltCommand
+ ears: ClothingHeadsetAltWizard
belt: ClothingBeltWand
# pocket1: TODO: Include wizard teleport scroll
pocket2: WizardsGrimoire
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprite recoloured from Freelance Headsets by Entvari (Github). Sprite modified by PursuitInAshes (Github) for SS14, original sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon_alt"
+ },
+ {
+ "name": "equipped-EARS",
+ "directions": 4
+ },
+ {
+ "name": "alt-equipped-EARS",
+ "directions": 4
+ }
+ ]
+}