Head specific headsets (#9069)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
back: ClothingBackpackFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: QuartermasterPDA
|
||||
ears: ClothingHeadsetCargo
|
||||
ears: ClothingHeadsetQM
|
||||
innerclothingskirt: ClothingUniformJumpskirtQM
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
back: ClothingBackpackEngineeringFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: CEPDA
|
||||
ears: ClothingHeadsetEngineering
|
||||
ears: ClothingHeadsetCE
|
||||
belt: ClothingBeltChiefEngineerFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtChiefEngineer
|
||||
satchel: ClothingBackpackSatchelEngineeringFilled
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
shoes: ClothingShoesColorBrown
|
||||
outerClothing: ClothingOuterCoatLab
|
||||
id: RnDPDA
|
||||
ears: ClothingHeadsetScience
|
||||
ears: ClothingHeadsetRD
|
||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||
satchel: ClothingBackpackSatchelScienceFilled
|
||||
duffelbag: ClothingBackpackDuffelScienceFilled
|
||||
|
||||
Reference in New Issue
Block a user