Skip to content

Commit ddaf4a3

Browse files
committed
headset
1 parent f98c6b5 commit ddaf4a3

File tree

7 files changed

+40
-1
lines changed

7 files changed

+40
-1
lines changed

Resources/Locale/ru-RU/ss220/clothing/Ears/headset.ftl

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ ent-ClothingHeadsetAltCaptain = полноразмерная гарнитура
1212
.desc = Модифицированный модульный интерком, надеваемый на голову. Принимает ключи шифрования.
1313
ent-ClothingHeadsetCaptain = гарнитура капитана
1414
.desc = Гарнитура капитана, имеющая ключи шифрования командования и юридического отдела.
15+
16+
ent-ClothingHeadsetBlueShield = полноразмерная гарнитура капитана
17+
.desc = Безупречная гарнитура для синего щита.

Resources/Prototypes/Roles/Jobs/Command/blue_shield.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# head: ClothingHeadHatBeretNavyBlue #SS220 BlueShield Rework
6666
# outerClothing: ClothingOuterArmorBulletproof #SS220-blueshield-loadouts
6767
id: BlueShieldPDA
68-
ears: ClothingHeadsetAltCommand
68+
ears: ClothingHeadsetBlueShield #SS220 BlueShield Rework
6969
pocket1: WeaponSynergisticEnergyGun #SS220 BlueShield Rework
7070
# belt: ClothingBeltSecurityFilled #SS220-blueshield-loadouts
7171
gloves: ClothingHandsGlovesCombat

Resources/Prototypes/SS220/Entities/Clothing/Ears/headset.yml

+14
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,17 @@
9191
sprite: SS220/Clothing/Ears/Headsets/captain.rsi
9292
- type: Clothing
9393
sprite: SS220/Clothing/Ears/Headsets/captain.rsi
94+
95+
- type: entity
96+
parent: ClothingHeadsetAlt
97+
id: ClothingHeadsetBlueShield
98+
name: full-size headset of the blueshield
99+
description: An impeccable headset for the blue shield.
100+
components:
101+
- type: ContainerFill
102+
containers:
103+
key_slots:
104+
- type: Sprite
105+
sprite: SS220/Clothing/Ears/Headsets/blueshield.rsi
106+
- type: Clothing
107+
sprite: SS220/Clothing/Ears/Headsets/blueshield.rsi
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": 1,
3+
"license": "CC-BY-SA-3.0",
4+
"copyright": "Taken from Paradise Station at https://github.com/ParadiseSS13/Paradise/blob/master/icons/obj/radio.dmi, modified and equipped states sprited by Estkemran (Github) for SS220",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon"
12+
},
13+
{
14+
"name": "equipped-EARS",
15+
"directions": 4
16+
},
17+
{
18+
"name": "equipped-EARS-secdog",
19+
"directions": 4
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)