Add a special hardsuit for nukie medic (#20471)
@@ -346,6 +346,31 @@
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
|
||||
#Blood-red Medic Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingHeadHardsuitWithLightBase
|
||||
id: ClothingHeadHelmetHardsuitSyndieMedic
|
||||
noSpawn: true
|
||||
name: blood-red medic hardsuit helmet
|
||||
description: An advanced red hardsuit helmet specifically designed for field medic operations.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hardsuits/syndiemedic.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hardsuits/syndiemedic.rsi
|
||||
- type: PointLight
|
||||
color: green
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.08
|
||||
lowPressureMultiplier: 1000
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.9
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
|
||||
#Syndicate Elite Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingHeadHardsuitWithLightBase
|
||||
|
||||
@@ -452,6 +452,20 @@
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitSyndie
|
||||
|
||||
# Syndicate Medic Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitSyndie
|
||||
id: ClothingOuterHardsuitMedic
|
||||
name: blood-red medic hardsuit
|
||||
description: A heavily armored and agile advanced hardsuit specifically designed for field medic operations.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Hardsuits/syndiemedic.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Hardsuits/syndiemedic.rsi
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitSyndieMedic
|
||||
|
||||
#Syndicate Elite Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBase
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
eyes: ClothingEyesHudMedical
|
||||
ears: ClothingHeadsetAltSyndicate
|
||||
gloves: ClothingHandsGlovesCombat
|
||||
outerClothing: ClothingOuterHardsuitSyndieElite
|
||||
outerClothing: ClothingOuterHardsuitMedic
|
||||
shoes: ClothingShoesBootsMagSyndie
|
||||
id: SyndiPDA
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
|
||||
|
After Width: | Height: | Size: 851 B |
|
After Width: | Height: | Size: 559 B |
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Based on tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by EmoGarbage404 (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "icon-flash"
|
||||
},
|
||||
{
|
||||
"name": "off-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 856 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 913 B |
|
After Width: | Height: | Size: 794 B |
|
After Width: | Height: | Size: 837 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Based on tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by EmoGarbage404 (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-OUTERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||