Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Natural Bond Feat (http://forums.wolflair.com/showthread.php?t=63714)

cshadow133 January 23rd, 2020 01:30 PM

Natural Bond Feat
 
2 Attachment(s)
After the update, the Natural Bond Feat (+3 druid level for your animal companion) doesn't seem to be working for me.

The character I am using is Druid 5/Wizard 3/Arcane Hierophant 2. My Wolf companion had 1-2 Animal HD and 6 bonus, now only has 4 bonus.

I made a generic Druid at 5, added 3 wizard, then added the feat and nothing changed.

Any suggestions? Two files attached. Test has my personal added stuff (like my Druid class that has a domain) and the other file is the character with companion.

Shadow

Dami January 23rd, 2020 09:06 PM

That sounds like its working correctly. Check your Players Handbook. Druid 5 +3 effective levels for the feat is 8th level for companion. An 8th Druid's companion only has +4 bonus HD. (A 5th Druid has +2) Check your Players Handbook.
Edit: Apologies, ignore me!

Lord Magus January 24th, 2020 04:07 AM

Arcane Hierophant levels are added to Druid levels for animal companion (in this case, familiar companion) HD calculations

Sendric January 24th, 2020 04:42 AM

Please adjust the Natural Bond eval script by adding the line in red below:

Code:

~Only do stuff if the animal companion is live, add to Anim Comp levels
if (hero.childlives[cAnimComp] <> 0) then

  var bonus as number
  if (field[hIsOn1].value <> 0) then
    hero.childfound[cAnimComp].field[CompLevAdj].value += 3
    hero.childfound[cAnimClass].field[CompClLev].value += 3
  else
    bonus = #totallevelcount[] - #levelcount[Druid]
    bonus = minimum(bonus,3)
    hero.childfound[cAnimComp].field[CompLevAdj].value += bonus
    hero.childfound[cAnimClass].field[CompClLev].value += bonus
  endif
endif


cshadow133 January 25th, 2020 08:32 AM

Quote:

Originally Posted by Sendric (Post 285209)
Please adjust the Natural Bond eval script by adding the line in red below:

That worked Sendric! Thank you very much.

Shadow


All times are GMT -8. The time now is 11:26 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.