Ammonia restores Rat King Bloodlevel (#42167)
* Ammonia restores Rat King Bloodlevel Adds a saline effect to ammonia for creatures with the rat metabolizer type condition (aka, rat kings) * error fix code did not like amount under condition so fixing that, and restoring amount to 1 to be identical to how it was working in the video. amount 6 was comical levels of blood restoration
This commit is contained in:
parent
a40a219261
commit
e0a604522b
|
|
@ -266,6 +266,14 @@
|
|||
Burn: -2.5
|
||||
types:
|
||||
Bloodloss: -5
|
||||
- !type:ModifyBloodLevel
|
||||
amount: 1
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
type: [ Rat ]
|
||||
- !type:ReagentCondition
|
||||
reagent: Ammonia
|
||||
min: 1
|
||||
- !type:Oxygenate # ammonia displaces nitrogen in vox blood
|
||||
conditions:
|
||||
- !type:MetabolizerTypeCondition
|
||||
|
|
|
|||
Loading…
Reference in New Issue