diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 108a43d7b9..ca8111f941 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -23,6 +23,7 @@ prob: 0.50 - id: DoorRemoteCargo - id: RubberStampQm + - id: ClothingHeadsetAltCargo - type: entity id: LockerCaptainFilled @@ -108,6 +109,7 @@ - id: DoorRemoteEngineering - id: RubberStampCE - id: JetpackVoidFilled + - id: ClothingHeadsetAltEngineering - type: entity id: LockerChiefMedicalOfficerFilled @@ -153,6 +155,7 @@ prob: 0.1 - id: DoorRemoteResearch - id: RubberStampRd + - id: ClothingHeadsetAltScience - type: entity id: LockerHeadOfSecurityFilled diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml index e0dc3057f6..cb2033620c 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml @@ -84,6 +84,51 @@ - type: Clothing sprite: Clothing/Ears/Headsets/security.rsi +- type: entity + parent: ClothingHeadsetAlt + id: ClothingHeadsetAltEngineering + name: engineering over-ear headset + components: + - type: Headset + channels: + - Command + - Common + - Engineering + - type: Sprite + sprite: Clothing/Ears/Headsets/engineering.rsi + - type: Clothing + sprite: Clothing/Ears/Headsets/engineering.rsi + +- type: entity + parent: ClothingHeadsetAlt + id: ClothingHeadsetAltScience + name: science over-ear headset + components: + - type: Headset + channels: + - Command + - Common + - Science + - type: Sprite + sprite: Clothing/Ears/Headsets/science.rsi + - type: Clothing + sprite: Clothing/Ears/Headsets/science.rsi + +- type: entity + parent: ClothingHeadsetAlt + id: ClothingHeadsetAltCargo + name: cargo over-ear headset + components: + - type: Headset + channels: + - Command + - Common + - Supply + - type: Sprite + sprite: Clothing/Ears/Headsets/cargo.rsi + - type: Clothing + sprite: Clothing/Ears/Headsets/cargo.rsi + - type: entity parent: ClothingHeadsetAlt id: ClothingHeadsetAltSyndicate diff --git a/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/alt-equipped-EARS.png b/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000..ee96c793bb Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/alt-equipped-EARS.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/icon_alt.png b/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/icon_alt.png new file mode 100644 index 0000000000..439a4b6e52 Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/icon_alt.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/meta.json b/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/meta.json index df6ee47d08..1e84b43d94 100644 --- a/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/meta.json +++ b/Resources/Textures/Clothing/Ears/Headsets/cargo.rsi/meta.json @@ -10,9 +10,16 @@ { "name": "icon" }, + { + "name": "icon_alt" + }, { "name": "equipped-EARS", "directions": 4 + }, + { + "name": "alt-equipped-EARS", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/alt-equipped-EARS.png b/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000..809877677c Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/alt-equipped-EARS.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/icon_alt.png b/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/icon_alt.png new file mode 100644 index 0000000000..f1559927e0 Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/icon_alt.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/meta.json b/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/meta.json index df6ee47d08..1e84b43d94 100644 --- a/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/meta.json +++ b/Resources/Textures/Clothing/Ears/Headsets/engineering.rsi/meta.json @@ -10,9 +10,16 @@ { "name": "icon" }, + { + "name": "icon_alt" + }, { "name": "equipped-EARS", "directions": 4 + }, + { + "name": "alt-equipped-EARS", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Ears/Headsets/science.rsi/alt-equipped-EARS.png b/Resources/Textures/Clothing/Ears/Headsets/science.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000..7614579426 Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/science.rsi/alt-equipped-EARS.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/science.rsi/icon_alt.png b/Resources/Textures/Clothing/Ears/Headsets/science.rsi/icon_alt.png new file mode 100644 index 0000000000..c86c128c24 Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/science.rsi/icon_alt.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/science.rsi/meta.json b/Resources/Textures/Clothing/Ears/Headsets/science.rsi/meta.json index 3d37ed5434..1e84b43d94 100644 --- a/Resources/Textures/Clothing/Ears/Headsets/science.rsi/meta.json +++ b/Resources/Textures/Clothing/Ears/Headsets/science.rsi/meta.json @@ -11,8 +11,15 @@ "name": "icon" }, { - "name": "equipped-EARS", - "directions": 4 + "name": "icon_alt" + }, + { + "name": "equipped-EARS", + "directions": 4 + }, + { + "name": "alt-equipped-EARS", + "directions": 4 } ] }