From ed865ae973375fa05adf86a24821e93c4edbf7d3 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Wed, 6 Nov 2024 06:19:02 -0800 Subject: [PATCH] make admeme mouse eternally hungry and thirsty by increasing decay rate (#33153) * make admeme mouse eternally hungry and thirsty by increasing decay rate * no starving slowdown, fix unnecessary declarations * REVERTUS DELETUS --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index e2dd9ac3f3..2280c3fecb 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1784,6 +1784,11 @@ # intended for swarms that eat pills so only temporary - type: TimedDespawn lifetime: 60 + - type: Hunger + baseDecayRate: 10 # always hungry + starvingSlowdownModifier: 1 + - type: Thirst + baseDecayRate: 10 # always thirsty - type: entity parent: MobMouse @@ -3381,7 +3386,7 @@ - type: HTN rootTask: task: RuminantCompound - + - type: entity name: diona nymph parent: [SimpleMobBase, StripableInventoryBase] -- 2.51.2