Head specific headsets (#9069)

This commit is contained in:
Emisse
2022-06-23 05:15:49 -06:00
committed by GitHub
parent b4e0985d1f
commit bad80dade2
5 changed files with 48 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
parent: ClothingHeadset
id: ClothingHeadsetCargo
name: cargo headset
description: A headset used by the quartermaster and his slaves.
description: A headset used by supply employees.
components:
- type: Headset
channels:
@@ -26,6 +26,20 @@
- type: Sprite
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: entity
parent: ClothingHeadset
id: ClothingHeadsetQM
name: qm headset
description: A headset used by the quartermaster.
components:
- type: Headset
channels:
- Command
- Common
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: entity
parent: ClothingHeadset
id: ClothingHeadsetCentCom
@@ -78,6 +92,20 @@
- type: Sprite
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: entity
parent: ClothingHeadset
id: ClothingHeadsetCE
name: ce headset
description: A headset for the chief engineer to ignore all emergency calls on.
components:
- type: Headset
channels:
- Command
- Common
- Engineering
- type: Sprite
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: entity
parent: ClothingHeadset
id: ClothingHeadsetMedical
@@ -136,6 +164,20 @@
- type: Sprite
sprite: Clothing/Ears/Headsets/science.rsi
- type: entity
parent: ClothingHeadset
id: ClothingHeadsetRD
name: rd headset
description: Lamarr used to love chewing on this...
components:
- type: Headset
channels:
- Command
- Common
- Science
- type: Sprite
sprite: Clothing/Ears/Headsets/science.rsi
- type: entity
parent: ClothingHeadset
id: ClothingHeadsetSecurity

View File

@@ -39,6 +39,7 @@
components:
- type: Headset
channels:
- Command
- Common
- Medical
- type: Sprite
@@ -53,6 +54,7 @@
components:
- type: Headset
channels:
- Command
- Common
- Security
- type: Sprite

View File

@@ -23,7 +23,7 @@
back: ClothingBackpackFilled
shoes: ClothingShoesColorBrown
id: QuartermasterPDA
ears: ClothingHeadsetCargo
ears: ClothingHeadsetQM
innerclothingskirt: ClothingUniformJumpskirtQM
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

View File

@@ -26,7 +26,7 @@
back: ClothingBackpackEngineeringFilled
shoes: ClothingShoesColorBrown
id: CEPDA
ears: ClothingHeadsetEngineering
ears: ClothingHeadsetCE
belt: ClothingBeltChiefEngineerFilled
innerclothingskirt: ClothingUniformJumpskirtChiefEngineer
satchel: ClothingBackpackSatchelEngineeringFilled

View File

@@ -24,7 +24,7 @@
shoes: ClothingShoesColorBrown
outerClothing: ClothingOuterCoatLab
id: RnDPDA
ears: ClothingHeadsetScience
ears: ClothingHeadsetRD
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelScienceFilled