-
Notifications
You must be signed in to change notification settings - Fork 177
Moon Mage Tutorials
= Moon Mage Tutorials = Check this page for tutorials on how to configure your setup file for moon mageing
== Casting Invocation of the Spheres == Invocation of the Spheres is a stat buff ritual spell that is cast on a planet. You need to have a telescope for casting this spell via script. You'll pull out your telescope and attempt to center it on each planet, letting the script know which planets are out. This incurs no rt, so its pretty fast but a little spammy.
Next you need to set up the spell data in your set up file. This is confirmed to work in waggle_sets
and buff_spells
.
Invocation of the Spheres:
mana: 700
focus: staff
worn_focus: true
stats:
- Agility
- Discipline
- Wisdom
The list called stats
is specific to this spell. This is a list of stats you want to buff, in order. So, in this example the spell will attempt to cast on an agility buffing planet. If no planet is out that buffs agility, then it will try for a discipline planet.