Action on Critical Hit
Executes an action upon dealing a critical hit.
Type ID: eggolib:action_on_critical_hit
Note
In the context of this power type, the 'actor' will be the entity that dealt the critical hit while the 'target' will be the entity that was hit.
Fields
Field | Type | Default | Description |
---|---|---|---|
bientity_action |
Bi-entity Action Type | optional | If specified, this action will be executed on either or both the 'actor' and the 'target' upon the 'actor' dealing a critical hit. |
bientity_condition |
Bi-entity Condition Type | optional | If specified, the action will only be executed if this condition is fulfilled by either or both the 'actor' and the 'target'. |
damage_condition |
Damage Condition | optional | If specified, the action will only be executed if this condition is fulfilled by the damage dealt by the 'actor'. |
priority |
Integer | 0 |
Determines the priority of the power. Powers will higher priority value will be triggered first. |