Resource-backed Integer

Data Type

An Integer or Identifier that links to a Modifiable Resource (Power Type), Resource (Power Type) or a power type that has a built-in cooldown (using remaining ticks as the value).

Examples

"entity_action": {
    "type": "origins-math:set_on_fire",
    "duration": 6
}

A Set On Fire (Entity Action Type) with a duration value of 6, which is an Integer.

"entity_action": {
    "type": "origins-math:set_on_fire",
    "duration": "origins-math:fire_ticks"
}

A Set On Fire (Entity Action Type) with a duration value using the value of the "origins-math:fire_ticks" power.