From bad80dade2151f1631d097307f6dc546aad0d332 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Thu, 23 Jun 2022 05:15:49 -0600 Subject: [PATCH] Head specific headsets (#9069) --- .../Entities/Clothing/Ears/headsets.yml | 44 ++++++++++++++++++- .../Entities/Clothing/Ears/headsets_alt.yml | 2 + .../Roles/Jobs/Cargo/quartermaster.yml | 2 +- .../Roles/Jobs/Engineering/chief_engineer.yml | 2 +- .../Roles/Jobs/Science/research_director.yml | 2 +- 5 files changed, 48 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml index 5da758a44e..03c61428cc 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml index f8eb04670d..e1d98b8213 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml @@ -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 diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index f7c83ddfb1..afc9a538e2 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -23,7 +23,7 @@ back: ClothingBackpackFilled shoes: ClothingShoesColorBrown id: QuartermasterPDA - ears: ClothingHeadsetCargo + ears: ClothingHeadsetQM innerclothingskirt: ClothingUniformJumpskirtQM satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml index 623bcb4656..819cda8816 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml @@ -26,7 +26,7 @@ back: ClothingBackpackEngineeringFilled shoes: ClothingShoesColorBrown id: CEPDA - ears: ClothingHeadsetEngineering + ears: ClothingHeadsetCE belt: ClothingBeltChiefEngineerFilled innerclothingskirt: ClothingUniformJumpskirtChiefEngineer satchel: ClothingBackpackSatchelEngineeringFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 9afd94a042..9108a88499 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -24,7 +24,7 @@ shoes: ClothingShoesColorBrown outerClothing: ClothingOuterCoatLab id: RnDPDA - ears: ClothingHeadsetScience + ears: ClothingHeadsetRD innerclothingskirt: ClothingUniformJumpskirtResearchDirector satchel: ClothingBackpackSatchelScienceFilled duffelbag: ClothingBackpackDuffelScienceFilled