Cybersun Juggernaut Suit (#7852)

This commit is contained in:
Emisse
2022-05-07 23:57:14 -06:00
committed by GitHub
parent 6edb29f68b
commit 1c6b83fe05
13 changed files with 103 additions and 0 deletions

View File

@@ -283,6 +283,12 @@
description: A simple EVA suit that offers no protection other than what's needed to survive in space.
price: 4
- type: uplinkListing
id: UplinkClothingOuterHardsuitJuggernaut
category: Armor
itemId: ClothingOuterHardsuitJuggernaut
description: Hyper resilient armor made of materials tested in the Tau chromosphere facility. The only thing that's going to be slowing you down is this suit... and tasers.
price: 12
# Misc

View File

@@ -337,3 +337,18 @@
- type: PressureProtection
highPressureMultiplier: 0.72
lowPressureMultiplier: 10000
- type: entity
parent: ClothingHeadHardsuitBase
id: ClothingHeadHelmetHardsuitCybersun
noSpawn: true
name: cybersun juggernaut helmet
description: Made of compressed red matter, this helmet was designed in the Tau chromosphere facility.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/capspace.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/capspace.rsi
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 1000

View File

@@ -479,3 +479,33 @@
Slash: 0.95
Heat: 0.90
Radiation: 0.75
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitJuggernaut
name: cybersun juggernaut suit
description: A suit made by the cutting edge R&D department at cybersun to be hyper resilient.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/cybersun.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/cybersun.rsi
- type: PressureProtection
highPressureMultiplier: 0.2
lowPressureMultiplier: 1000
- type: ClothingSpeedModifier
walkModifier: 0.5
sprintModifier: 0.5 #extremely slow
- type: Armor
modifiers:
coefficients:
Blunt: 0.2
Slash: 0.2
Piercing: 0.2
Heat: 0.35
Radiation: 0.1
- type: ExplosionResistance
resistance: 0.2
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitCybersun

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Paradise SS13 at commit https://github.com/ParadiseSS13/Paradise/commit/a67c929b7394f78e7787114457ba42f4df6cc3a1",
"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.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by emisse 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
}
]
}