AuraComponent

onshoot

Triggers a skill when the aura holder shoots a bow

Aliases

onbowshoot

Examples & Notes

Examples

  Skills:
    - aura{auraName=fireball_bow;duration=200;charges=5;components=[
      - onShoot{onShoot=[ shootfireball ];cancelEvent=true} @self
      ]} @self

In this example, the caster’s next 5 bow shots will shoot fireballs instead of arrows.

Community-maintained documentation for the Mythic plugin ecosystem.