Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,11 @@
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 2
- type: Tag
tags:
- PlasmamanSafe
- Envirohelm
- type: IgniteFromGasImmunity
parts:
- Head

4 changes: 1 addition & 3 deletions Resources/Prototypes/_Goobstation/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
sprite: _Goobstation/Objects/Specific/Robotics/modsuit_parts.rsi
state: mod-core-standard
discipline: Experimental
tier: 3
tier: 1
cost: 5000
technologyPrerequisites:
- AdvancedTacsuits
softCapContribution: 1.5
recipeUnlocks:
- ModsuitChestplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
Blunt: 0.70
Slash: 0.70
Piercing: 0.80
Heat: 0.60
Heat: 0.70
Radiation: 0.70
- type: TemperatureProtection
coefficient: 0.01
- type: ClothingModifyStunTime
Expand Down Expand Up @@ -228,6 +229,8 @@
components:
- type: Sprite
sprite: _TG/Clothing/Modsuit/syndicateelitemodsuit.rsi
- type: ExplosionResistance
damageCoefficient: 0.2
- type: Armor
modifiers:
flatReductions:
Expand All @@ -237,8 +240,9 @@
Blunt: 0.70
Slash: 0.70
Piercing: 0.80
Heat: 0.60
Radiation: 0.40
Heat: 0.40
Radiation: 0.30
Caustic: 0.6
- type: TemperatureProtection
coefficient: 0.01
- type: ClothingModifyStunTime
Expand Down