Head specific headsets (#9069)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
parent: ClothingHeadset
|
parent: ClothingHeadset
|
||||||
id: ClothingHeadsetCargo
|
id: ClothingHeadsetCargo
|
||||||
name: cargo headset
|
name: cargo headset
|
||||||
description: A headset used by the quartermaster and his slaves.
|
description: A headset used by supply employees.
|
||||||
components:
|
components:
|
||||||
- type: Headset
|
- type: Headset
|
||||||
channels:
|
channels:
|
||||||
@@ -26,6 +26,20 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Ears/Headsets/cargo.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingHeadset
|
parent: ClothingHeadset
|
||||||
id: ClothingHeadsetCentCom
|
id: ClothingHeadsetCentCom
|
||||||
@@ -78,6 +92,20 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Ears/Headsets/engineering.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingHeadset
|
parent: ClothingHeadset
|
||||||
id: ClothingHeadsetMedical
|
id: ClothingHeadsetMedical
|
||||||
@@ -136,6 +164,20 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Ears/Headsets/science.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingHeadset
|
parent: ClothingHeadset
|
||||||
id: ClothingHeadsetSecurity
|
id: ClothingHeadsetSecurity
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: Headset
|
- type: Headset
|
||||||
channels:
|
channels:
|
||||||
|
- Command
|
||||||
- Common
|
- Common
|
||||||
- Medical
|
- Medical
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -53,6 +54,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: Headset
|
- type: Headset
|
||||||
channels:
|
channels:
|
||||||
|
- Command
|
||||||
- Common
|
- Common
|
||||||
- Security
|
- Security
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
back: ClothingBackpackFilled
|
back: ClothingBackpackFilled
|
||||||
shoes: ClothingShoesColorBrown
|
shoes: ClothingShoesColorBrown
|
||||||
id: QuartermasterPDA
|
id: QuartermasterPDA
|
||||||
ears: ClothingHeadsetCargo
|
ears: ClothingHeadsetQM
|
||||||
innerclothingskirt: ClothingUniformJumpskirtQM
|
innerclothingskirt: ClothingUniformJumpskirtQM
|
||||||
satchel: ClothingBackpackSatchelFilled
|
satchel: ClothingBackpackSatchelFilled
|
||||||
duffelbag: ClothingBackpackDuffelFilled
|
duffelbag: ClothingBackpackDuffelFilled
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
back: ClothingBackpackEngineeringFilled
|
back: ClothingBackpackEngineeringFilled
|
||||||
shoes: ClothingShoesColorBrown
|
shoes: ClothingShoesColorBrown
|
||||||
id: CEPDA
|
id: CEPDA
|
||||||
ears: ClothingHeadsetEngineering
|
ears: ClothingHeadsetCE
|
||||||
belt: ClothingBeltChiefEngineerFilled
|
belt: ClothingBeltChiefEngineerFilled
|
||||||
innerclothingskirt: ClothingUniformJumpskirtChiefEngineer
|
innerclothingskirt: ClothingUniformJumpskirtChiefEngineer
|
||||||
satchel: ClothingBackpackSatchelEngineeringFilled
|
satchel: ClothingBackpackSatchelEngineeringFilled
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
shoes: ClothingShoesColorBrown
|
shoes: ClothingShoesColorBrown
|
||||||
outerClothing: ClothingOuterCoatLab
|
outerClothing: ClothingOuterCoatLab
|
||||||
id: RnDPDA
|
id: RnDPDA
|
||||||
ears: ClothingHeadsetScience
|
ears: ClothingHeadsetRD
|
||||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||||
satchel: ClothingBackpackSatchelScienceFilled
|
satchel: ClothingBackpackSatchelScienceFilled
|
||||||
duffelbag: ClothingBackpackDuffelScienceFilled
|
duffelbag: ClothingBackpackDuffelScienceFilled
|
||||||
|
|||||||
Reference in New Issue
Block a user