diona are now less debilitated by rooting in blood (#41642)
* diona are now less debilitated by rooting in blood * Rerun tests * Rerun tests
This commit is contained in:
parent
b00a3ed23b
commit
78185d637c
|
|
@ -525,16 +525,23 @@
|
|||
probability: 0.1
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
type: [ Animal, Vox, Bloodsucker ] # DeltaV - Added bloodsucker
|
||||
type: [ Animal, Vox, Plant, Bloodsucker ] # DeltaV - Added bloodsucker
|
||||
inverted: true
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
type: [ Animal, Vox, Bloodsucker ] # DeltaV - Added bloodsucker
|
||||
type: [ Animal, Vox, Plant, Bloodsucker ] # DeltaV - Added bloodsucker
|
||||
inverted: true
|
||||
damage:
|
||||
types:
|
||||
Poison: 1
|
||||
- !type:HealthChange
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
type: [ Plant ]
|
||||
damage:
|
||||
types:
|
||||
Poison: .25
|
||||
- !type:AdjustReagent
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
|
|
|
|||
Loading…
Reference in New Issue