• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Adding Domain spells to a spontaneous caster

AndrewD2

Well-known member
I have an archetype that adds a domain to the summoner and he gets the spells on his list of spells known, is there a way to add this? I think I could add them to his spell list easy enough, but I'm not sure on spells known since they seem to be bootstrapped to the character and domains use sClass to identify domain spells.
 
Well I got something to work, it's a rather convoluted work around, but it works. What I did was:

1) Add the domain spells to the spell list
2) Add an extra spell known of each level
3) foreached through each spell in the domain and of the appriate level
4) created eval rules that checked whether each spell was taken, using the @message to set the error to "You must take " & eachthing.filed[name].text

Seems to be working, but if there's a better way to do it, that would be grand.
 
Back
Top