Proper ERT Uniforms (#13439)
@@ -886,3 +886,78 @@
|
||||
sprite: Clothing/Uniforms/Jumpsuit/musician.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/musician.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitERTEngineer
|
||||
name: ERT engineering uniform
|
||||
description: A special suit made for the elite engineers under CentCom.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_engineer.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_engineer.rsi
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Radiation: 0.8
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitERTJanitor
|
||||
name: ERT janitorial uniform
|
||||
description: A special suit made for the elite janitors under CentCom.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_janitor.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_janitor.rsi
|
||||
- type: DiseaseProtection
|
||||
protection: 0.1
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitERTLeader
|
||||
name: ERT leader uniform
|
||||
description: A special suit made for the best of the elites under CentCom.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_leader.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_leader.rsi
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.9
|
||||
Slash: 0.9
|
||||
Piercing: 0.8
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitERTMedic
|
||||
name: ERT medical uniform
|
||||
description: A special suit made for the elite medics under CentCom.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_medic.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_medic.rsi
|
||||
- type: DiseaseProtection
|
||||
protection: 0.15
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitERTSecurity
|
||||
name: ERT security uniform
|
||||
description: A special suit made for the elite security under CentCom.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_security.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/ert_security.rsi
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.8
|
||||
Slash: 0.8
|
||||
Piercing: 0.8
|
||||
@@ -15,7 +15,7 @@
|
||||
- type: startingGear
|
||||
id: ERTLeaderGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTLeader
|
||||
back: ClothingBackpackERTLeaderFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
head: ClothingHeadHelmetHelmet
|
||||
@@ -30,7 +30,7 @@
|
||||
- type: startingGear
|
||||
id: ERTLeaderGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTLeader
|
||||
back: ClothingBackpackERTLeaderFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
@@ -60,7 +60,7 @@
|
||||
- type: startingGear
|
||||
id: ERTEngineerGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTEngineer
|
||||
back: ClothingBackpackERTEngineerFilled
|
||||
shoes: ClothingShoesBootsWork
|
||||
head: ClothingHeadHelmetHelmet
|
||||
@@ -75,7 +75,7 @@
|
||||
- type: startingGear
|
||||
id: ERTEngineerGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTEngineer
|
||||
back: ClothingBackpackERTEngineerFilled
|
||||
shoes: ClothingShoesBootsMagAdv
|
||||
mask: ClothingMaskBreath
|
||||
@@ -105,7 +105,7 @@
|
||||
- type: startingGear
|
||||
id: ERTSecurityGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTSecurity
|
||||
back: ClothingBackpackERTSecurityFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
head: ClothingHeadHelmetHelmet
|
||||
@@ -120,7 +120,7 @@
|
||||
- type: startingGear
|
||||
id: ERTSecurityGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTSecurity
|
||||
back: ClothingBackpackERTSecurityFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
@@ -150,7 +150,7 @@
|
||||
- type: startingGear
|
||||
id: ERTMedicalGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTMedic
|
||||
back: ClothingBackpackERTMedicalFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
head: ClothingHeadHelmetHelmet
|
||||
@@ -166,7 +166,7 @@
|
||||
- type: startingGear
|
||||
id: ERTMedicalGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTMedic
|
||||
back: ClothingBackpackERTMedicalFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
@@ -197,7 +197,7 @@
|
||||
- type: startingGear
|
||||
id: ERTJanitorGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTJanitor
|
||||
back: ClothingBackpackERTJanitorFilled
|
||||
shoes: ClothingShoesGaloshes
|
||||
head: ClothingHeadHelmetHelmet
|
||||
@@ -211,7 +211,7 @@
|
||||
- type: startingGear
|
||||
id: ERTJanitorGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
jumpsuit: ClothingUniformJumpsuitERTJanitor
|
||||
back: ClothingBackpackERTJanitorFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 569 B |
|
After Width: | Height: | Size: 569 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGstation: https://github.com/tgstation/tgstation/blob/c838ba21dae97db345e0113f99596decd1d66039/icons/mob/clothing/under/security.dmi. Modified and recolored by Nairodian (github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 590 B |
|
After Width: | Height: | Size: 595 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGstation: https://github.com/tgstation/tgstation/blob/c838ba21dae97db345e0113f99596decd1d66039/icons/mob/clothing/under/security.dmi. Modified and recolored by Nairodian (github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 444 B |
|
After Width: | Height: | Size: 594 B |
|
After Width: | Height: | Size: 603 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGstation: https://github.com/tgstation/tgstation/blob/c838ba21dae97db345e0113f99596decd1d66039/icons/mob/clothing/under/security.dmi. Modified and recolored by Nairodian (github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 418 B |
|
After Width: | Height: | Size: 544 B |
|
After Width: | Height: | Size: 549 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGstation: https://github.com/tgstation/tgstation/blob/c838ba21dae97db345e0113f99596decd1d66039/icons/mob/clothing/under/security.dmi. Modified and recolored by Nairodian (github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 423 B |
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 559 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGstation: https://github.com/tgstation/tgstation/blob/c838ba21dae97db345e0113f99596decd1d66039/icons/mob/clothing/under/security.dmi. Modified and recolored by Nairodian (github) for SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||