Skip to content

Commit f98c6b5

Browse files
committed
combat-jumpsuit
1 parent 5695f30 commit f98c6b5

File tree

10 files changed

+66
-0
lines changed

10 files changed

+66
-0
lines changed

Resources/Locale/ru-RU/ss220/clothing/Uniforms/jumpsuit.ftl

+3
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ ent-ClothingUniformJumpsuitBlueShieldShirtTie = рубашка "Синий Щи
3636
ent-ClothingUniformJumpsuitBlueShieldTShirt = футболка "Синий Щит"
3737
.desc = Черная футболка с короткими рукавами, в паре с черными брюками из прочного материала. Прекрасно подходит для отдыха на безопасном секторе NanoTrasen.
3838
.suffix = За время в игре
39+
ent-ClothingUniformJumpsuitBlueShieldCombat = боевой комбинезон "Синий Щит"
40+
.desc = Специальная одежда, предназначенная для боевых действий. Изготовлена из высокотехнологичных материалов с учётом требований к защите от внешних воздействий.
41+
.suffix = За время в игре

Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits.yml

+15
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,21 @@
140140
- type: Clothing
141141
sprite: SS220/Clothing/Uniforms/Jumpsuit/blueshield_operative.rsi
142142

143+
- type: entity
144+
parent: ClothingUniformBase
145+
id: ClothingUniformJumpsuitBlueShieldCombat
146+
name: blue shield combat jumpsuit
147+
description: Special clothing designed for combat operations. It is made of high-tech materials, taking into account the requirements for protection from external influences.
148+
components:
149+
- type: Sprite
150+
sprite: SS220/Clothing/Uniforms/Jumpsuit/blueshield_combat.rsi
151+
- type: Clothing
152+
sprite: SS220/Clothing/Uniforms/Jumpsuit/blueshield_combat.rsi
153+
- type: Armor
154+
modifiers:
155+
coefficients:
156+
Piercing: 0.85
157+
143158
- type: entity
144159
parent: ClothingUniformBaseFoldable
145160
id: ClothingUniformJumpsuitBlueShieldShirt

Resources/Prototypes/SS220/Loadouts/Jobs/Command/bluehsield.yml

+17
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
role: JobBlueShield
3838
time: 180000 # 50 hrs
3939

40+
- type: loadoutEffectGroup
41+
id: BlueShieldHundred
42+
effects:
43+
- !type:JobRequirementLoadoutEffect
44+
requirement:
45+
!type:RoleTimeRequirement
46+
role: JobBlueShield
47+
time: 360000 # 100 hrs
48+
4049
# Head
4150
- type: loadout
4251
id: BlueshieldBeret
@@ -100,6 +109,14 @@
100109
equipment:
101110
jumpsuit: ClothingUniformJumpsuitBlueShieldTShirt
102111

112+
- type: loadout
113+
id: BlueShieldJumpsuitCombat
114+
effects:
115+
- !type:GroupLoadoutEffect
116+
proto: BlueShieldHundred
117+
equipment:
118+
jumpsuit: ClothingUniformJumpsuitBlueShieldCombat
119+
103120
- type: loadout
104121
id: BlueShieldJumpsuitTurtle
105122
effects:

Resources/Prototypes/SS220/Loadouts/loadout_groups.yml

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
- BlueShieldJumpsuitShirt
174174
- BlueShieldJumpsuitTurtle
175175
- BlueShieldJumpsuitTShirt
176+
- BlueShieldJumpsuitCombat
176177

177178
- type: loadoutGroup
178179
id: BlueShieldOuterclothing
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": 1,
3+
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
4+
"copyright": "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-INNERCLOTHING",
15+
"directions": 4
16+
},
17+
{
18+
"name": "equipped-INNERCLOTHING-monkey",
19+
"directions": 4
20+
},
21+
{
22+
"name": "inhand-left",
23+
"directions": 4
24+
},
25+
{
26+
"name": "inhand-right",
27+
"directions": 4
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)