• 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

Question on Bootstrap

Kaleb

Well-known member
On two classes that I am making I had to use the bootstrap Canimalclass to get my animal companion to work correctly. Why is the Bootstrap Canimalclass not in Class special abilities it would make things much more
Straight forward when building a class that relies on having a druid animal companion. Thanks to both Aarron and Tim for telling me how to put in an animal companion correctly.

Why do Canimalclass and (danicomp) work differently?
 
cAnimClass is a helper ability, it needs to be unique and shared between different classes to inherit from each and every valid class. It does not, in itself, grant an animal companion.

dAniComp is a class ability which affects the class it is added to, granting an animal companion.

dAniComp needs cAnimClass to be there, but not vice versa.
 
Back
Top