Trigger Cooldown

Entity Action Type

Starts the cooldown of a power that uses a Power Type that has a built-in cooldown, as if that power has just been used.

Type ID: origins:trigger_cooldown

Fields

Field Type Default Description
power Identifier The namespace and ID of the power that will be triggered.

Examples

"entity_action": {
    "type": "origins:trigger_cooldown",
    "power": "origins:launch_into_air"
}

This example will trigger the cooldown of the 'Gift of the Winds' (origins:launch_into_air (data/origins/powers/launch_into_air.json)) power as if the entity had used that ability.