@@ -130,6 +130,29 @@
|
|||||||
radius: 7
|
radius: 7
|
||||||
energy: 3
|
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
|
#Security Hardsuit
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadHardsuitWithLightBase
|
parent: ClothingHeadHardsuitWithLightBase
|
||||||
@@ -714,4 +737,4 @@
|
|||||||
- type: PointLight
|
- type: PointLight
|
||||||
color: "#f4ffad"
|
color: "#f4ffad"
|
||||||
radius: 5
|
radius: 5
|
||||||
energy: 2
|
energy: 2
|
||||||
|
|||||||
@@ -156,6 +156,37 @@
|
|||||||
- type: ToggleableClothing
|
- type: ToggleableClothing
|
||||||
clothingPrototype: ClothingHeadHelmetHardsuitSalvage
|
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
|
#Security Hardsuit
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterHardsuitBase
|
||||||
@@ -913,4 +944,4 @@
|
|||||||
sprintModifier: 0.9
|
sprintModifier: 0.9
|
||||||
- type: HeldSpeedModifier
|
- type: HeldSpeedModifier
|
||||||
- type: ToggleableClothing
|
- type: ToggleableClothing
|
||||||
clothingPrototype: ClothingHeadHelmetHardsuitSanta
|
clothingPrototype: ClothingHeadHelmetHardsuitSanta
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Clothing/Head/Hardsuits/maxim.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 568 B |
|
After Width: | Height: | Size: 499 B |
|
After Width: | Height: | Size: 677 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 910 B |
|
After Width: | Height: | Size: 493 B |
|
After Width: | Height: | Size: 516 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||