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: true cannot be meaningfully revoked — every player has them automatically. Set auto_grant: false on trees you want to manage with grant/revoke.

Fields

FieldTypeDefaultDescription
skill_treeIdentifierrequiredThe id of the skill tree to revoke.

Example

{
    "type": "apoli:revoke_skill_tree",
    "skill_tree": "example:phantom"
}