Cybersun Juggernaut Suit (#7852)
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 465 B |
BIN
Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 336 B |
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 421 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 804 B |
|
After Width: | Height: | Size: 782 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||