• 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

Fallen Template

pippin_nl

Well-known member
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.?]
 
Enable Data file debugging, and look at the race to find the candidate expression field for the spells. You'll need to overwrite the expression contained in that field (it is set very late in final) with a new tag expression which will limit the choosable spells as you like.
 
Back
Top