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

FieldTypeDefaultDescription
exhaustionFloatrequiredExhaustion added each interval.
intervalInteger20Ticks between applications.

The composed form

{
  "type": "apoli:action_over_time",
  "interval": 20,
  "entity_action": {
    "type": "apoli:exhaust",
    "amount": 0.05
  },
  "condition": { "type": "apoli:sprinting" }
}