• 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

Variant Domain Powers?

Tobyn52

New member
Apologies if this question has been answered earlier. A search in these forums didn't yield any results for me.

Is it possible to add a Variant Domain Power?

The 1st level Domain Power for Healing is Rebuke Death, but I'd prefer to add the Exorcise Haunt power.

Thanks!
 
You could use the editor to copy Healing and change the class special it bootstraps, then save your new version. That's a relatively simple fix.
 
Thanks. This seems to have worked out, but I now have a permanent validation error, possibly due to how I did it.

Just for the record, these are the steps I took.

1. In Editor > New Datafile > Class > Cleric Domain
2. New (Copy) > Healing (cdHealing)
3. Bootstraps > Choose > Exorcise Haunt (cHeaExorci) > OK
4. Unique iD > cdHealingVar
5. Name > Healing (Variant)
6. Changed Description Text slightly to reflect new domain power.
7. Save
8. Test Now!

Do these steps seem right?

Also, I noticed that originally, Rebuke Death (dHeaRebuke) and Healer's Blessing (dHeaBless) both start with "d", but Exorcise Haunt starts with a "c". It that right?

Thanks!
 
I would have expected one of the steps being removing the bootstrap for Rebuke Death.

What is the text of the validation error? If it is "your deity does not allow this domain", then I think you can resolve that by adding the HasAbility tag for the core version on your variant.

The d vs. c thing is correct. It's a relic of something carried over from d20. You notice that domains have their own tab in the editor? That is because they are their own slightly different thing from the more generic Custom Special Abilities. Initially I believe the first domains were given designators of "d" for domain, but as time has gone on they're more treated as any other custom special and so use "c" like those.
 
Thanks for the insight on "c" vs. "d".

Yes, that's the error I got. I actually just brute force fixed it with making the variant healing domain available to all deities. It's inelegant but gets rid of the validation error.

For neatness sake (and because I am a complete newb in using the editor), how would I add the HasAbility tag? My limited guess would be:

Tag button > Add new Tag
Group Id > HasAbility
Tag Id > cHeaExorci

Or do you mean making a Sarenrae variant? I tried something like this earlier, but then ran into a problem where I was no longer eligible for the Envoy of Healing trait.

Either way not super critical anymore, so thanks for the help! (I mean, it wasn't ever really critical, but that red exclamation mark can be so vexing!)
 
Last edited:
For neatness sake (and because I am a complete newb in using the editor), how would I add the HasAbility tag? My limited guess would be:

Tag button > Add new Tag
Group Id > HasAbility
Tag Id > cHeaExorci

Or do you mean making a Sarenrae variant? I tried something like this earlier, but then ran into a problem where I was no longer eligible for the Envoy of Healing trait.

Yes, adding new tags can be done by the blue tag button in the upper right of the editor, though the tag ID you gave there isn't the correct one, from what I understand. You copied "cdHealing" when making your new domain, so if you want to fulfill pre-reqs as what you copied, use "cdHealing" for the Tag ID.
 
Back
Top