Added Warden's Hardsuit (#14521)

This commit is contained in:
Alekshhh
2023-03-13 19:47:56 +02:00
committed by GitHub
parent e103fa954f
commit e460963964
13 changed files with 104 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
- id: ClothingOuterWinterWarden
- id: RubberStampWarden
- id: DoorRemoteArmory
- id: ClothingOuterHardsuitWarden
- type: entity
id: LockerSecurityFilled

View File

@@ -231,6 +231,29 @@
Slash: 0.8
Piercing: 0.8
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitWarden
noSpawn: true
name: warden's hardsuit helmet
description: A modified riot helmet. Oddly comfortable.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/security-warden.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/security-warden.rsi
- type: PointLight
color: "#ffeead"
- type: PressureProtection
highPressureMultiplier: 0.525
lowPressureMultiplier: 10000
- type: Armor
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.8
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitSyndie

View File

@@ -343,6 +343,32 @@
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSecurityRed
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitWarden
name: warden's hardsuit
description: A specialized riot suit geared to combat low pressure environments while maintaining agility.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/security-warden.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/security-warden.rsi
- type: PressureProtection
highPressureMultiplier: 0.525
lowPressureMultiplier: 10000
- type: Armor
modifiers:
coefficients:
Blunt: 0.5
Slash: 0.6
Piercing: 0.6
Heat: 0.8
Radiation: 0.25
- type: ExplosionResistance
damageCoefficient: 0.4
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitWarden
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitSyndie
@@ -591,7 +617,7 @@
walkModifier: 1.0
sprintModifier: 1.0
- type: TemperatureProtection
coefficient: 0.001
coefficient: 0.001
- type: Armor
modifiers:
coefficients:
@@ -632,7 +658,7 @@
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTEngineer
- type: entity
parent: ClothingOuterHardsuitERTLeader
id: ClothingOuterHardsuitERTMedical
@@ -656,7 +682,7 @@
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTSecurity
- type: entity
parent: ClothingOuterHardsuitERTLeader
id: ClothingOuterHardsuitERTJanitor

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Alekshhh for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Alekshhh for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}