Exhaust (Power Type)
Legacy alias of apoli:action_over_time with an apoli:exhaust action pre-filled.
Drains hunger on an interval. This is a legacy alias — it resolves to apoli:action_over_time with an apoli:exhaust action built for you.
Type ID: apoli:exhaust
Fields
| Field | Type | Default | Description |
|---|---|---|---|
exhaustion | Float | required | Exhaustion added each interval. |
interval | Integer | 20 | Ticks between applications. |
The composed form
{
"type": "apoli:action_over_time",
"interval": 20,
"entity_action": {
"type": "apoli:exhaust",
"amount": 0.05
},
"condition": { "type": "apoli:sprinting" }
}