Skip to content

Commit

Permalink
Cherry Pick Haloperidol and Potassium Iodide (#1410)
Browse files Browse the repository at this point in the history
# Description

Title, doing this to make a single test pass.

---------

Co-authored-by: slarticodefast <[email protected]>
  • Loading branch information
sapphirescript and slarticodefast authored Jan 2, 2025
1 parent f411310 commit 5767be1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
6 changes: 6 additions & 0 deletions Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,9 @@
Blunt: 0.9
Slash: 0.9
Piercing: 0.9

# protects against radiation
- type: damageModifierSet
id: PotassiumIodide
coefficients:
Radiation: 0.1
24 changes: 13 additions & 11 deletions Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- ForcedSleep
- TemporaryBlindness
- Pacified
- Flashed
- RadiationProtection
- Drowsiness
- type: Buckle
Expand Down Expand Up @@ -92,17 +93,18 @@
baseDecayRate: 0.04
- type: StatusEffects
allowed:
- Stun
- KnockedDown
- SlowedDown
- Stutter
- Electrocution
- ForcedSleep
- TemporaryBlindness
- Pacified
- StaminaModifier
- RadiationProtection
- Drowsiness
- Stun
- KnockedDown
- SlowedDown
- Stutter
- Electrocution
- ForcedSleep
- TemporaryBlindness
- Pacified
- StaminaModifier
- Flashed
- RadiationProtection
- Drowsiness
- type: Bloodstream
bloodMaxVolume: 150
- type: MobPrice
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Species/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
- TemporaryBlindness
- Pacified
- StaminaModifier
- Flashed
- RadiationProtection
- Drowsiness
- PsionicsDisabled
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
- !type:ReagentThreshold
min: 15
- !type:Drunk

- type: reagent
id: Cryoxadone
name: reagent-name-cryoxadone
Expand Down Expand Up @@ -240,7 +240,7 @@
damage:
types:
Heat: -2
Shock: -2
Shock: -2
Cold: -2 # Was 1.5, Buffed due to limb damage changes
- !type:HealthChange
conditions:
Expand Down Expand Up @@ -1395,3 +1395,4 @@
plantMetabolism: #Heals plants a little with the holy power within it.
- !type:PlantAdjustHealth
amount: 0.1

3 changes: 3 additions & 0 deletions Resources/Prototypes/status_effects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
- type: statusEffect
id: PhaseShifted

- type: statusEffect
id: Flashed

- type: statusEffect
id: RadiationProtection

Expand Down

0 comments on commit 5767be1

Please sign in to comment.