Skip to content
Merged
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
8 changes: 6 additions & 2 deletions Resources/Prototypes/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@
conditions:
- !type:ReagentCondition
reagent: Dermaline
min: 10
# ES START
min: 15
# ES END
damage:
types:
Asphyxiation: 1
Expand Down Expand Up @@ -1531,7 +1533,9 @@
conditions:
- !type:ReagentCondition
reagent: Mannitol
min: 10.5
# ES START
min: 15.5
# ES END
damage:
types:
Poison: 1
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Offbrand/base_mob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
- Radiation
- type: Pain
painMultiplier: 1.25
maxShockIncreasePerSecond: 36
maxShockDecreasePerSecond: 12
maxShockIncreasePerSecond: 54
maxShockDecreasePerSecond: 18
doubleShockRecoveryThreshold: 0.5
- type: IntrinsicPain
painCoefficients:
Expand Down
12 changes: 9 additions & 3 deletions Resources/Prototypes/_Offbrand/reagents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@
conditions:
- !type:ReagentCondition
reagent: Paracetamol
min: 10
# ES START
min: 15
# ES END
effects:
- !type:HealthChange
conditions:
- !type:ReagentCondition
reagent: Paracetamol
min: 10
# ES START
min: 15
# ES END
damage:
types:
Poison: 0.05
Expand Down Expand Up @@ -100,7 +104,9 @@
conditions:
- !type:ReagentCondition
reagent: Oxycodone
min: 10
# ES START
min: 15
# ES END
- statusEffect: StatusEffectHeartStrainOxycodoneAlcohol
conditions:
- !type:ReagentCondition
Expand Down
Loading