Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can actually. Their is a field on the cHelp??? Class Thing that has a spell expression (cSpellExpr). This field can be changed so that instead of looking for spells with the tag (sClass.Ranger) that it looks for another class or you could fill in the spells individually.You cannot create a seperate spell list
You can actually. Their is a field on the cHelp??? Class Thing that has a spell expression (cSpellExpr). This field can be changed so that instead of looking for spells with the tag (sClass.Ranger) that it looks for another class or you could fill in the spells individually.
So one option is to make a new sClass.? tag and create new spells assigned to that tag. Then change the field[cSpellExpr].text value to be your new tag. Or if you want the normal list of Ranger spells plus addtional you can append with a | symbol. So that "sClass.Ranger|sClass.AltRanger" would displays spells linked to the Ranger class and an AltRanger class.
This looks very useful.