Skip to content

Commit

Permalink
Increase x1.5 hungry & thirst require params
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Dec 10, 2023
1 parent 418d8ef commit 78146aa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Resources/Prototypes/Corvax/Entities/Mobs/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78146aa

Please sign in to comment.