Bonus domain spells

From PCGen Wiki
Revision as of 18:58, 4 September 2008 by Eddyanthony (talk | contribs) (New page: The problem: I have a class that grants an additional domain spell at each level the character can cast. I was looking through the docs, and found BONUS:SPELLCAST. However, it looks like i...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The problem: I have a class that grants an additional domain spell at each level the character can cast. I was looking through the docs, and found BONUS:SPELLCAST. However, it looks like its only good for class spells or spell types...not domains.

original post


One proposed solution:

Tag Name: BONUS:DOMAINSPELLCAST|CLASS=x;LEVEL=y|z

Variables Used (x): Text (Class name) Variables Used (y): Number (Spell level) Variables Used (z): Number (Number of spells)

What it does: Adds additional domain spell slots.

Example: BONUS:DOMAINSPELLCAST|CLASS=Cleric;LEVEL=1|1

You can cast 1 more 1st lvl Cleric domain spell.


This is being tabled for now because there are larger problems with Domains which should be addressed first.