🏹Projectile and Ranged Triggers
Last updated
Each trigger section uses the same Context terminology as the Power Triggers index.
on-shoot-bowRuns when the powered mob fires a bow/crossbow projectile.
Entity roles
SOURCE is shooter; SKILL/TARGET are projectile.
Event-specific data
Provides bow, consumable, hand, force, and projectile context; can capture continuation powers.
on-projectile-launchRuns for a projectile launched by the powered mob.
Entity roles
SOURCE is shooter; SKILL/TARGET are projectile.
Event-specific data
Provides projectile and location context.
on-projectile-tickRuns for each tracked projectile update.
Entity roles
SOURCE is shooter; SKILL/TARGET are tracked projectile.
Event-specific data
Only captured power IDs execute; top-level limit is not rerolled.
on-projectile-hitRuns when a tracked projectile hits.
Entity roles
SOURCE is shooter; SKILL is projectile; TARGET is hit entity when present.
Event-specific data
Hit location/block is supplied and tracking ends.
Last updated