Neovirtus
October 10th, 2023, 03:22
I am working on creating the Animist class from the War of Immortals playtest and one issue I've run into is how to notate the apparition spells for each apparition. The Animist can pick their Apparitions each day, so they need to be implemented in a flexible way, and I though the best way might be to give them a spell class for each apparition, they then can manually track which two they have active each day. But at least the spells available to them would be automatically added to their sheet. So first I automated the creation of the spell class, and added the spells they get at character creation:
[SPELLCLASS add spontaneous|Custodian of Groves and Gardens|divine|wisdom]
[SPELL add tangle vine|Custodian of Groves and Gardens|0]
[SPELL add wall of shrubs|Custodian of Groves and Gardens|1]
Unfortunatly even though these are added to the character sheet according to the tracker (and the spell class is added), the spells are not placed in the actions tab. However, if you then manually add the first one "tangle vine", both of them are added. So it seems like some check is performed when the spell is added.
So I thought fine, if a person has to add the first spell once, that's no big deal... but I later added a class feature for second rank spells and had it automate the addition of the appropriate spells but those do not get added at level up either.
Any tips on a better way to do this? Or am I misusing the [Spell add] automation?
I have attached the in progress version here in case that is helpful.
[SPELLCLASS add spontaneous|Custodian of Groves and Gardens|divine|wisdom]
[SPELL add tangle vine|Custodian of Groves and Gardens|0]
[SPELL add wall of shrubs|Custodian of Groves and Gardens|1]
Unfortunatly even though these are added to the character sheet according to the tracker (and the spell class is added), the spells are not placed in the actions tab. However, if you then manually add the first one "tangle vine", both of them are added. So it seems like some check is performed when the spell is added.
So I thought fine, if a person has to add the first spell once, that's no big deal... but I later added a class feature for second rank spells and had it automate the addition of the appropriate spells but those do not get added at level up either.
Any tips on a better way to do this? Or am I misusing the [Spell add] automation?
I have attached the in progress version here in case that is helpful.