* Added Santa's hardsuit and helmet.
* Fixed missing files
sprite: Clothing/Head/Hardsuits/clown.rsi
equipSound: /Audio/Mecha/mechmove03.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
\ No newline at end of file
node: clownHardsuit
- type: ToggleableClothing
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
\ No newline at end of file
--- /dev/null
+{
+ "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
+ }
+ ]
+}
--- /dev/null
+{
+ "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
+ }
+ ]
+}