Burn (Power Type)

Legacy alias of apoli:action_over_time with an apoli:set_on_fire action pre-filled.

Sets the holder on fire on an interval. This is a legacy alias — it resolves to apoli:action_over_time with an apoli:set_on_fire action built for you.

Type ID: apoli:burn

Fields

FieldTypeDefaultDescription
burn_durationFloatrequiredSeconds of fire applied each interval.
intervalIntegerrequiredTicks between applications.

The composed form

{
  "type": "apoli:action_over_time",
  "interval": 20,
  "entity_action": {
    "type": "apoli:set_on_fire",
    "duration": 2
  },
  "condition": { "type": "apoli:exposed_to_sun" }
}