From 78146aae540e2bccda1424e7eada64fba15b9976 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:12:51 +0300 Subject: [PATCH] Increase x1.5 hungry & thirst require params --- .../Corvax/Entities/Mobs/Species/vulpkanin.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Corvax/Entities/Mobs/Species/vulpkanin.yml b/Resources/Prototypes/Corvax/Entities/Mobs/Species/vulpkanin.yml index 48cfe16be90..b1b04f81a31 100644 --- a/Resources/Prototypes/Corvax/Entities/Mobs/Species/vulpkanin.yml +++ b/Resources/Prototypes/Corvax/Entities/Mobs/Species/vulpkanin.yml @@ -7,8 +7,22 @@ components: - type: HumanoidAppearance species: Vulpkanin - - type: Hunger - - type: Thirst + - type: Hunger # on 1.5x more + thresholds: + Overfed: 250 + Okay: 200 + Peckish: 150 + Starving: 100 + Dead: 0 + baseDecayRate: 0.02 + - type: Thirst # on 1.5x more + thresholds: + OverHydrated: 650 + Okay: 500 + Thirsty: 350 + Parched: 200 + Dead: 0 + baseDecayRate: 0.15 - type: Icon sprite: Corvax/Mobs/Species/Vulpkanin/parts.rsi state: full