Mechanic

terminable

Applies an aura that can be fully canceled from execution if a condition is met.

Aliases

stoppablecancelableexitterminatable

Examples & Notes

Examples

  Skills:
  - terminable{
    auraName=exampleAura;
    d=2000;
    conditions=[
      - health{h=<50} true
    ];
    onStart=[
    - state{s=charged_attack}
    - delay 20
    - skill{s=ChargedAttackDamage}
    ];
    onTerminate=[
    - state{s=charged_attack;remove=true}
    - state{s=stunned}
    ]} @self

Universal Mechanic Options

Author:
Ticxo
Community-maintained documentation for the Mythic plugin ecosystem.