# Hunger and Thirst

Travelling across inhospitable terrain and battle monstrous foes requires energy and sustenance. Players must regularly consume food and drink to remain well fed and watered.

### Hungry

A player with the **Hungry** keyword receives a **-1** modifier to their Speed, Strength and Toughness, down to a minimum of **1**. If the player has the **Hungry** keyword for **3** days or more, replace this keyword with the **Starving** keyword.

### Thirsty

A player with the **Thirsty** keyword receives a **-1** modifier to their Agility, Mind and Perception, down to a minimum of **1**. If the player has the **Thirsty** keyword for **1** day or more, replace this keyword with the **Dehydrated** keyword.

### Starving

A player with the **Starving** keyword receives a **-3** modifier to their Speed, Strength and Toughness, down to a minimum of **1**.

### Dehydrated

A player with the **Dehydrated** keyword receives a **-2** modifier to their Agility, Mind and Perception, down to a minimum of **1**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rulebook.dawnofthetyrant.com/rules/keywords/hunger-and-thirst.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
