From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:19:02 +0000 (-0800) Subject: make admeme mouse eternally hungry and thirsty by increasing decay rate (#33153) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ed865ae973375fa05adf86a24821e93c4edbf7d3;p=space-station-14.git 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 --- 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]