Piercing: 0.9
Heat: 0.9
+#Blood-red Medic Hardsuit
+- type: entity
+ parent: ClothingHeadHardsuitWithLightBase
+ id: ClothingHeadHelmetHardsuitSyndieMedic
+ noSpawn: true
+ name: blood-red medic hardsuit helmet
+ description: An advanced red hardsuit helmet specifically designed for field medic operations.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hardsuits/syndiemedic.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hardsuits/syndiemedic.rsi
+ - type: PointLight
+ color: green
+ - type: PressureProtection
+ highPressureMultiplier: 0.08
+ lowPressureMultiplier: 1000
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.9
+ Slash: 0.9
+ Piercing: 0.9
+ Heat: 0.9
+
#Syndicate Elite Hardsuit
- type: entity
parent: ClothingHeadHardsuitWithLightBase
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSyndie
+# Syndicate Medic Hardsuit
+- type: entity
+ parent: ClothingOuterHardsuitSyndie
+ id: ClothingOuterHardsuitMedic
+ name: blood-red medic hardsuit
+ description: A heavily armored and agile advanced hardsuit specifically designed for field medic operations.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Hardsuits/syndiemedic.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Hardsuits/syndiemedic.rsi
+ - type: ToggleableClothing
+ clothingPrototype: ClothingHeadHelmetHardsuitSyndieMedic
+
#Syndicate Elite Hardsuit
- type: entity
parent: ClothingOuterHardsuitBase
eyes: ClothingEyesHudMedical
ears: ClothingHeadsetAltSyndicate
gloves: ClothingHandsGlovesCombat
- outerClothing: ClothingOuterHardsuitSyndieElite
+ outerClothing: ClothingOuterHardsuitMedic
shoes: ClothingShoesBootsMagSyndie
id: SyndiPDA
pocket1: DoubleEmergencyOxygenTankFilled
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Based on tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by EmoGarbage404 (github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-flash"
+ },
+ {
+ "name": "off-equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "off-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "off-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "on-equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "on-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "on-inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Based on tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by EmoGarbage404 (github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}