I am trying to create a Fallen template that changes an Archon into a Devil. I wish to restrict spell choice to either the spells of a single witch patron or a single domain or something similar.
I can't find any way to restrict racial spells.
Is there a way?
I already have:
first/100
perform hero.assign[NoTypeAbil.stArchon]
perform hero.assign[NoTypeAbil.stGood]
final phase/27100
~ remove racial special (more Archon abilities will follow)
perform hero.childfound[raTruTrump].delete[Helper.?]
I can't find any way to restrict racial spells.
Is there a way?
I already have:
first/100
perform hero.assign[NoTypeAbil.stArchon]
perform hero.assign[NoTypeAbil.stGood]
final phase/27100
~ remove racial special (more Archon abilities will follow)
perform hero.childfound[raTruTrump].delete[Helper.?]