Added Santa's hardsuit and helmet. (#22898)
* Added Santa's hardsuit and helmet. * Fixed missing files
@@ -698,3 +698,20 @@
|
|||||||
sprite: Clothing/Head/Hardsuits/clown.rsi
|
sprite: Clothing/Head/Hardsuits/clown.rsi
|
||||||
equipSound: /Audio/Mecha/mechmove03.ogg
|
equipSound: /Audio/Mecha/mechmove03.ogg
|
||||||
unequipSound: /Audio/Effects/Emotes/parp1.ogg
|
unequipSound: /Audio/Effects/Emotes/parp1.ogg
|
||||||
|
|
||||||
|
#Santas Hardsuit
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHardsuitBase
|
||||||
|
id: ClothingHeadHelmetHardsuitSanta
|
||||||
|
name: Santa's hardsuit helmet
|
||||||
|
description: A festive-looking hardsuit helmet that provides the jolly gift-giver protection from low-pressure environments.
|
||||||
|
components:
|
||||||
|
- type: BreathMask
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Hardsuits/santahelm.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Hardsuits/santahelm.rsi
|
||||||
|
- type: PointLight
|
||||||
|
color: "#f4ffad"
|
||||||
|
radius: 5
|
||||||
|
energy: 2
|
||||||
@@ -882,3 +882,33 @@
|
|||||||
node: clownHardsuit
|
node: clownHardsuit
|
||||||
- type: ToggleableClothing
|
- type: ToggleableClothing
|
||||||
clothingPrototype: ClothingHeadHelmetHardsuitClown
|
clothingPrototype: ClothingHeadHelmetHardsuitClown
|
||||||
|
|
||||||
|
#Santa's Hardsuit
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingOuterHardsuitBase
|
||||||
|
id: ClothingOuterHardsuitSanta
|
||||||
|
name: Santa's hardsuit
|
||||||
|
description: A festive, cheerful hardsuit that protects the jolly gift-giver while on sleighrides in space. Offers some resistance against asteroid strikes.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/OuterClothing/Hardsuits/santahardsuit.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/OuterClothing/Hardsuits/santahardsuit.rsi
|
||||||
|
- type: PressureProtection
|
||||||
|
highPressureMultiplier: 0.5
|
||||||
|
lowPressureMultiplier: 1000
|
||||||
|
- type: ExplosionResistance
|
||||||
|
damageCoefficient: 0.85
|
||||||
|
- type: Armor
|
||||||
|
modifiers:
|
||||||
|
coefficients:
|
||||||
|
Blunt: 0.85
|
||||||
|
Slash: 0.9
|
||||||
|
Piercing: 0.85
|
||||||
|
Caustic: 0.8
|
||||||
|
- type: ClothingSpeedModifier
|
||||||
|
walkModifier: 0.9
|
||||||
|
sprintModifier: 0.9
|
||||||
|
- type: HeldSpeedModifier
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHelmetHardsuitSanta
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 436 B |
|
After Width: | Height: | Size: 934 B |
|
After Width: | Height: | Size: 970 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Edited by StanTheCarpenter. Originally taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
|
"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.3 KiB |
|
After Width: | Height: | Size: 931 B |
|
After Width: | Height: | Size: 785 B |
|
After Width: | Height: | Size: 783 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Edited by StanTheCarpenter. Originally taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-OUTERCLOTHING",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||