Skip to content

Commit ad3b40e

Browse files
committed
Firefighter Smock
1 parent 3637d90 commit ad3b40e

9 files changed

Lines changed: 57 additions & 0 deletions

File tree

Resources/Prototypes/Catalog/Fills/Crates/emergency.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
amount: 2
4242
- id: EmergencyCoolingUnit # Starlight
4343
amount: 2
44+
- id: ClothingUniformJumpsuitFirefighter # SL Edit
45+
amount: 2 # SL Edit
4446

4547
- type: entity
4648
parent: CrateInternalsO2N2 # Starlight - sprite change

Resources/Prototypes/Catalog/Fills/Lockers/misc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
- id: ClothingOuterSuitFire
142142
- id: ClothingHeadHelmetFire
143143
- id: ClothingMaskGas
144+
- id: ClothingUniformJumpsuitFirefighter # SL Edit - Adding Firefighter Smock
144145
- !type:GroupSelector
145146
children:
146147
- id: EmergencyOxygenTankFilled

Resources/Prototypes/Entities/Markers/Spawners/Random/industrial.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- CigaretteSpent
2020
- Paper
2121
- FolderSpawner
22+
- ClothingUniformJumpsuitFirefighter # SL edit
2223
rareChance: 0.1
2324
prototypes:
2425
- RemoteSignaller

Resources/Prototypes/_Starlight/Entities/Clothing/Uniforms/jumpsuits.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,3 +1010,26 @@
10101010
sprite: _Starlight/Clothing/Uniforms/Jumpsuit/centcommbartender.rsi
10111011
- type: Clothing
10121012
sprite: _Starlight/Clothing/Uniforms/Jumpsuit/centcommbartender.rsi
1013+
1014+
- type: entity
1015+
parent: ClothingUniformBase
1016+
id: ClothingUniformJumpsuitFirefighter
1017+
name: firefighter smock
1018+
description: A brown covering with a red flame emblazoned on the back. It's covered in an unwashable layer of soot.
1019+
components:
1020+
- type: Sprite
1021+
sprite: _Starlight/Clothing/Uniforms/firefighter.rsi
1022+
- type: Clothing
1023+
sprite: _Starlight/Clothing/Uniforms/firefighter.rsi
1024+
- type: TemperatureProtection
1025+
heatingCoefficient: 0.20
1026+
coolingCoefficient: 0.10
1027+
- type: FireProtection
1028+
reduction: 0.3
1029+
- type: Pierceable
1030+
level: Wood
1031+
- type: Armor
1032+
modifiers:
1033+
coefficients:
1034+
Heat: 0.85
1035+
Cold: 0.85
2.17 KB
Loading
596 Bytes
Loading
766 Bytes
Loading
781 Bytes
Loading
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": 1,
3+
"license": "CC-BY-SA-3.0",
4+
"copyright": "State based copyright",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon",
12+
"copyright": "Created by EmoGarbage404 for Ephemeral Space using sprites from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039"
13+
},
14+
{
15+
"name": "equipped-INNERCLOTHING",
16+
"directions": 4,
17+
"copyright": "Created by EmoGarbage404 for Ephemeral Space using sprites from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039"
18+
},
19+
{
20+
"name": "inhand-left",
21+
"directions": 4,
22+
"copyright": "Created by EmoGarbage404 for Ephemeral Space using sprites from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, scaled down by potato1234_x"
23+
},
24+
{
25+
"name": "inhand-right",
26+
"directions": 4,
27+
"copyright": "Created by EmoGarbage404 for Ephemeral Space using sprites from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, scaled down by potato1234_x"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)