Using the Magazine
![]()
This tutorial shows how a practitioner may use a spell that returns a number of hit results to cast an effect on multiple targets. This means casters are able to take advantage of spells that can hit multiple enemies, pushing a hit result for each hit onto the magazine.
The following spell will cast a lightning probe, which queues
a hit result onto the magazine for every entity that touches it. It will then wait 2.5 seconds before casting a lightning bolt on the entities corresponding to the first two hit results on the magazine.
This spell casts a lightning probe, waits, and strikes 2 entities on the magazine with lightning bolts.
1) Sets up the cast for a lightning probe.
2) Casts the lightning probe and waits 2.5 seconds.
3) Polls from the magazine, retrieves the entity species from the result and casts a lightning bolt onto the entity.
4) Polls from the magazine again, retrieves another entity species and casts a lightning bolt onto this second entity.