Fix getting extremely drunk causing every blood vessel in your body to rupture (#15114)
This commit is contained in:
@@ -162,6 +162,7 @@
|
|||||||
Asphyxiation: 0.0
|
Asphyxiation: 0.0
|
||||||
Bloodloss: 0.0 # no double dipping
|
Bloodloss: 0.0 # no double dipping
|
||||||
Cellular: 0.0
|
Cellular: 0.0
|
||||||
|
Caustic: 0.0
|
||||||
|
|
||||||
# Represents what a riot shield should block passively
|
# Represents what a riot shield should block passively
|
||||||
# Each shield will probably have their own passive and active modifier sets
|
# Each shield will probably have their own passive and active modifier sets
|
||||||
|
|||||||
@@ -122,9 +122,12 @@
|
|||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
min: 5
|
min: 5
|
||||||
|
- !type:OrganType
|
||||||
|
type: Dwarf
|
||||||
|
shouldHave: false
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Caustic: 1
|
Poison: 1
|
||||||
# dwarves take less toxin damage and heal a marginal amount of brute
|
# dwarves take less toxin damage and heal a marginal amount of brute
|
||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
conditions:
|
conditions:
|
||||||
@@ -134,7 +137,7 @@
|
|||||||
type: Dwarf
|
type: Dwarf
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Caustic: 0.5
|
Poison: 0.2
|
||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
|
|||||||
Reference in New Issue
Block a user