Table of Contents

Hunger Buff

Hunger

The Hunger buff is a status effect that gradually increases the player's hunger level over time, leading to negative effects if not managed properly.

Description

Hunger is a status effect that accumulates over time. As the hunger level increases, the hero's health gradually decreases. If the hunger level reaches the “Starving” threshold, the hero will start taking damage each turn.

Mechanics

Food Values

Strategic Considerations

Data Validation

Source Code References

String Resources

<string name=“HungerBuff_Name1”>Hungry</string> <string name=“HungerBuff_Info1”>You\'re hungry!</string> <string name=“HungerBuff_Name2”>Starving</string> <string name=“HungerBuff_Info2”>You\'re starving! You need to eat food!</string> <string name=“Hunger_Hungry_0”>You are hungry.</string> <string name=“Hunger_Hungry_1”>You are hungry.</string> <string name=“Hunger_Hungry_2”>You are hungry.</string> <string name=“Hunger_Starving_0”>You are starving!</string> <string name=“Hunger_Starving_1”>You are starving!</string> <string name=“Hunger_Starving_2”>You are starving!</string> <string name=“Hunger_Death”>You starved to death…</string> </code>

See Also