Revoke Skill Tree (Entity Action Type)
Revokes a previously granted skill tree from the player this action runs on.
Revokes a previously granted skill tree from the player this action runs on. The tree’s tab disappears, and its default_powers plus all powers from its purchased skills are removed. Purchases and points are kept (if the tree is granted again later, everything comes back).
Type ID: apoli:revoke_skill_tree
Trees with
auto_grant: truecannot be meaningfully revoked — every player has them automatically. Setauto_grant: falseon trees you want to manage with grant/revoke.
Fields
| Field | Type | Default | Description |
|---|---|---|---|
skill_tree | Identifier | required | The id of the skill tree to revoke. |
Example
{
"type": "apoli:revoke_skill_tree",
"skill_tree": "example:phantom"
}