Skip to content

Commit

Permalink
salvager maxim suit (space-wizards#23734)
Browse files Browse the repository at this point in the history
* salvager maxim suit

* why unversioned
  • Loading branch information
Emisse authored Jan 8, 2024
1 parent ad8927b commit 6cba5b4
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 2 deletions.
25 changes: 24 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -714,4 +737,4 @@
- type: PointLight
color: "#f4ffad"
radius: 5
energy: 2
energy: 2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -913,4 +944,4 @@
sprintModifier: 0.9
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSanta
clothingPrototype: ClothingHeadHelmetHardsuitSanta
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Head/Hardsuits/maxim.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 6cba5b4

Please sign in to comment.