Wizard Headset (#35732)
* wizardcomms * wizheadset * Addressed requested changes and axed wizard channel due to redundancy. * oops overlooked this, dont tell anyone * another mistake fixed * removed wiz encryption key due to redundancy * accidentally left some punctuation in a now unrelated meta.json
This commit is contained in:
@@ -283,8 +283,23 @@
|
||||
- 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
|
||||
|
||||
@@ -155,3 +155,20 @@
|
||||
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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
outerClothing: ClothingOuterWizard
|
||||
shoes: ClothingShoesWizard
|
||||
id: WizardPDA
|
||||
ears: ClothingHeadsetAltCommand
|
||||
ears: ClothingHeadsetAltWizard
|
||||
belt: ClothingBeltWand
|
||||
# pocket1: TODO: Include wizard teleport scroll
|
||||
pocket2: WizardsGrimoire
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 752 B |
Binary file not shown.
|
After Width: | Height: | Size: 556 B |
BIN
Resources/Textures/Clothing/Ears/Headsets/wizard.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Ears/Headsets/wizard.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 742 B |
Binary file not shown.
|
After Width: | Height: | Size: 900 B |
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user