Slime organs metabolizing slime restores blood level + halves slime hunger satiation when consumed by a slime organ (#32537)
* metabolizing slime restores blood level * halved the effectiveness of hunger satiation when slime is consumed by a slime organ * kaboom * ref george orwell's 1984 * rewrite george orwell's 1984 * Revert "rewrite george orwell's 1984" This reverts commit c283a38e584c477f601179ea7504ec2651d22d31. * this is exactly like doublethink from george orwell's 1984 * this is exactly like the ministry of truth from george orwell's 1984 * this is exactly like the ministry of peace from george orwell's 1984 * i'm going to lose it just like the protagonist in george orwell's 1984
This commit is contained in:
parent
8aeb9082e7
commit
50b112ab89
|
|
@ -76,6 +76,15 @@
|
||||||
effects:
|
effects:
|
||||||
- !type:SatiateHunger
|
- !type:SatiateHunger
|
||||||
factor: 1
|
factor: 1
|
||||||
|
conditions:
|
||||||
|
- !type:MetabolizerTypeCondition
|
||||||
|
type: [Slime]
|
||||||
|
inverted: true
|
||||||
|
- !type:ModifyBloodLevel
|
||||||
|
amount: 0.5 # drawing 15u removes 5% blood level from a slimeperson, this will add 5% when injecting 15u
|
||||||
|
conditions:
|
||||||
|
- !type:MetabolizerTypeCondition
|
||||||
|
type: [Slime]
|
||||||
footstepSound:
|
footstepSound:
|
||||||
collection: FootstepSlime # makes sense
|
collection: FootstepSlime # makes sense
|
||||||
params:
|
params:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue