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:
Entvari
2025-04-20 22:38:30 +01:00
committed by GitHub
parent 9ab3bd6792
commit dee1db4113
8 changed files with 59 additions and 2 deletions

View File

@@ -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

View File

@@ -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