Add a special hardsuit for nukie medic (#20471)

This commit is contained in:
Nemanja
2023-10-01 13:36:20 -04:00
committed by GitHub
parent 81461eafb4
commit f5644eb337
17 changed files with 107 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -151,7 +151,7 @@
eyes: ClothingEyesHudMedical
ears: ClothingHeadsetAltSyndicate
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitSyndieElite
outerClothing: ClothingOuterHardsuitMedic
shoes: ClothingShoesBootsMagSyndie
id: SyndiPDA
pocket1: DoubleEmergencyOxygenTankFilled

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

View File

@@ -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
}
]
}