Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old April 12th, 2018, 06:52 AM
Was helping a friend trying to figure out why his Dwarf Forge domain cleric had an extra +1 to AC at level 1 when wearing chain mail. Turns out that Soul of the Forge is giving that +1 to AC when wearing heavy armor even at level 1. It is a level 6 ability. I checked the ability and it is tagged properly with ClSpecWhen 6. So not sure why this is happening but removing the ability from the forge domain does set the AC to the correct number. Adding it back provides the extra AC. It is just not seeing the level restriction for some reason.
joe2chillo is offline   #1 Reply With Quote
jjashley
Senior Member
 
Join Date: Jan 2017
Posts: 139

Old April 12th, 2018, 09:46 AM
for now you can fix this by changing the first eval script to read as follows:

doneif (tagis[Helper.Disable] <> 0)

field[abValue].value = 0

if (field[xTotalLev].value >= 6) then
foreach pick in hero from BaseArmor where "( ArmorClass.Heavy ) & ( Helper.CurrArmor )"
field[abValue].value = 1
nexteach
hero.childfound[ArmorClass].field[Bonus].value += field[abValue].value
endif


I added the if statement and endif the rest is exactly the same.
jjashley is offline   #2 Reply With Quote
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old April 12th, 2018, 11:17 AM
I responded to the github ticket, this is fixed in the pending changes as is the issue with Saint of Forge and Fire.

jjashley your fix works, as does just putting the following before the script starts:

doneif (field[xTotalLev].value < 6)


This code will drop out of the script right there without having to wrap an if statement around everything.


I'm not sure when the next community release is going to happen. A new UA article just came out and next month Mordenkainen's Tome drops, so it might be a bit before the fixes are pushed as a release.

My signature includes links to the open tickets and the pending changes.
dungeonguru is offline   #3 Reply With Quote
jjashley
Senior Member
 
Join Date: Jan 2017
Posts: 139

Old April 12th, 2018, 01:06 PM
I knew there was soemthing shorter, just go brain dead at times.
jjashley is offline   #4 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 06:17 AM.


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