salvager maxim suit (#23734)

* salvager maxim suit

* why unversioned
This commit is contained in:
Emisse
2024-01-08 05:55:40 -07:00
committed by GitHub
parent ad8927b7eb
commit 6cba5b4278
12 changed files with 108 additions and 2 deletions

View File

@@ -130,6 +130,29 @@
radius: 7
energy: 3
- type: entity
parent: ClothingHeadHardsuitBase
id: ClothingHeadHelmetHardsuitMaxim
noSpawn: true
name: salvager maxim helmet
description: A predication of decay washes over your mind.
components:
- type: BreathMask
- type: Sprite
sprite: Clothing/Head/Hardsuits/maxim.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/maxim.rsi
- type: PressureProtection
highPressureMultiplier: 0.08
lowPressureMultiplier: 1000
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Heat: 0.9
#Security Hardsuit
- type: entity
parent: ClothingHeadHardsuitWithLightBase
@@ -714,4 +737,4 @@
- type: PointLight
color: "#f4ffad"
radius: 5
energy: 2
energy: 2

View File

@@ -156,6 +156,37 @@
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSalvage
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitMaxim
name: salvager maxim hardsuit
description: Fire. Heat. These things forge great weapons, they also forge great salvagers.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/maxim.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/maxim.rsi
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.0
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.5
Heat: 0.3
Radiation: 0.1
- type: ExplosionResistance
damageCoefficient: 0.2
- type: TemperatureProtection
coefficient: 0.001
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitMaxim
#Security Hardsuit
- type: entity
parent: ClothingOuterHardsuitBase
@@ -913,4 +944,4 @@
sprintModifier: 0.9
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSanta
clothingPrototype: ClothingHeadHelmetHardsuitSanta

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6b3f58d7de4d4e374282819a7001eaa9bde1676d",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6b3f58d7de4d4e374282819a7001eaa9bde1676d",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}