голод и жажда

This commit is contained in:
BIGZi0348
2025-01-06 20:01:20 +03:00
parent 3a586578e2
commit 0fb846f7b7
3 changed files with 24 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
#Hunger
- type: moodEffect
id: HungerOverfed
description: "Во мне столько жира..."
moodChange: enum.MoodChangeLevel.Small
description: "Мой желудок полон!"
moodChange: enum.MoodChangeLevel.Medium
positive: true
category: "Hunger"
- type: moodEffect
@@ -24,11 +25,18 @@
moodChange: enum.MoodChangeLevel.Big
category: "Hunger"
- type: moodEffect
id: HungerDead
description: "Умираю от голода!"
moodChange: enum.MoodChangeLevel.Huge
category: "Hunger"
#Thirst
- type: moodEffect
id: ThirstOverHydrated
description: "СЛИШКОМ МНОГО ВОДЫ..."
moodChange: enum.MoodChangeLevel.Small
description: "Не хочу пить."
moodChange: enum.MoodChangeLevel.Medium
positive: true
category: "Thirst"
- type: moodEffect
@@ -46,10 +54,16 @@
- type: moodEffect
id: ThirstParched
description: "ВОДЫ!"
description: "Хочу пить!"
moodChange: enum.MoodChangeLevel.Big
category: "Thirst"
- type: moodEffect
id: ThirstDead
description: "Умираю от жажды!"
moodChange: enum.MoodChangeLevel.Huge
category: "Thirst"
#Health
- type: moodEffect
id: HealthNoDamage