Mechanic

setStance

Sets the target mob's stance

Aliases

stance

Examples & Notes

Examples

This skill would change the caster’s phase to “bowphase”

StanceChangeSkill:
  Skills:
  - setstance{stance=bowphase} @self

This skill would only be usable when the caster had the stance “bowphase”

AnotherSkill:
  Conditions:
  - stance bowphase
  Skills:
  - ...some bow skills

Universal Mechanic Options

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