• 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

New Archetype with familiar

Lord Magus

Well-known member
I am trying to code a version of the Fiendish Vessel cleric archetype (for Tieflings, from the Advanced Race Guide). This archetype grants the cleric a familiar at level 3, either an imp, a quasit or a cacodaemon depending on alignment.

The version I am trying to code is called Vessel of the Old Ones and grants a cythnigot qlippoth as a familiar instead. However, the possibility of being a familiar is coded within the creature, as well as the classes that can have access to it. I don't know if there is any other way this can be done aside from creating an alternate qlippoth with the relevant tags, and replacing the "official" one.

Can someone tell me if and how I can avoid this, or point me to a relevant thread that helps me ?
 
The version I am trying to code is called Vessel of the Old Ones and grants a cythnigot qlippoth as a familiar instead. However, the possibility of being a familiar is coded within the creature, as well as the classes that can have access to it. I don't know if there is any other way this can be done aside from creating an alternate qlippoth with the relevant tags, and replacing the "official" one.
This appears to be the answer you have to do "Replace Thing ID" on the Qlippoth, Cythnigot so you can add the CompList.? tag for your new archetype. I don't see anyway around this currently.

A nice future addition would be instead of a "List" a new tag we could assign that would allow individual familiars to be valid for a class. It would make things allot more adjustable for future classes and modifications.
 
Back
Top