Grant Power

Entity Action

Grants a power to the entity.

Type ID: apoli:grant_power

Fields

Field Type Default Description
power Identifier The ID of the power to be granted to the entity.
source String The source of the power.

Example

"entity_action": {
    "type": "apoli:grant_power",
    "power": "origins:burn_in_daylight",
    "source": "example:power_source"
}

This example grants the entity the origins:burn_in_daylight power from the example:power_source source.