I've been searching around but cannot seem to find the answer to the question of if there is a variable in spellcast that allows for a "weapon type." I would like to have a simple section for off-beat weapons by type, for example, having a specific TP set equip if I'm wielding a club on MNK, regardless of the club's name.
<!--- Staff Engagement ---> <elseif equipmain="Plenitas Virga|*Pole*|*Staff*" status="Engaged"> <equip when="Engaged|Aftercast" set="Staff_TP"> <elseif mode="OR" BuffActive="Voidwatcher" Area="Provenance"> <equip when="Engaged|Aftercast" set="Voidwatch_Staff"/> </elseif> </equip> </elseif>
I would like to just have a general weapon type of "staff" instead of what is currently shown above. Is it possible?