Hello wolves of a solitary nature,
I'm starting on my first spellcasting class (the Eldritch Godling, from Supergenius Games), and must admit that the whole spell thing is kinda new for me.
The class asks the user at first level to choose a 9-level spell list to act as their spell list. From the available Paizo classes, this includes cleric, druid, psychic, shaman, sorcerer and witch. The wizard and the oracle both share lists with the sorcerer and cleric, so I don't need to include them.
I thought that using a tag expression of
etc. would work, but the expression isn't producing any valid candidates. Further, I tried using the editor to assign the cleric spell list on the "Uses what spells" field, and the tag 'sClass.cHelpClr' appeared on the tag list, but when I search for all tags on Hero in Hero Labs, this tag doesn't appear.
So, long story short: How do I parse this custom ability to select only 9-level spell lists? Thanks as always for your support!
I'm starting on my first spellcasting class (the Eldritch Godling, from Supergenius Games), and must admit that the whole spell thing is kinda new for me.
The class asks the user at first level to choose a 9-level spell list to act as their spell list. From the available Paizo classes, this includes cleric, druid, psychic, shaman, sorcerer and witch. The wizard and the oracle both share lists with the sorcerer and cleric, so I don't need to include them.
I thought that using a tag expression of
Code:
sClass.cHelpClr | sClass.cHelpDrd
So, long story short: How do I parse this custom ability to select only 9-level spell lists? Thanks as always for your support!