Prevent Shape Ability Use (Power Type)
Stops the player from using their shape ability.
Blocks the shape ability from being used. The cooldown is untouched, so the player simply gets nothing when they press the key.
Type ID: apoli:prevent_shape_ability_use (alias shappoli:prevent_shape_ability_use)
Fields
| Field | Type | Default | Description |
|---|---|---|---|
bientity_condition | Bi-Entity Condition | optional | Only block when this passes. Actor is the player, target is their current shape. |
Example
No abilities while you are starving:
{
"type": "apoli:prevent_shape_ability_use",
"condition": {
"type": "apoli:food_level",
"comparison": "<=",
"compare_to": 6
}
} Needs WoodWalkers. This type does not exist without it, so a pack using it must depend on the mod.