Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   help with making natural armor (http://forums.wolflair.com/showthread.php?t=60659)

tondale May 12th, 2018 05:05 PM

help with making natural armor
 
trying to make natural armor for created race AC base 14 that goes up with Constitution modifier but will not go up with armor or any other ability barbarian or monk ect. Try the tortle natural armor but can't change AC from 17.
thank you for the help.

dungeonguru May 13th, 2018 03:05 AM

I believe the tortle code is having issues right now due to some recent patches from LW and might not be the best example.

The tortle special ability Natural Armor has an eval script with the line:

Code:

hero.child[ArmorClass].field[tACNatural].value = 7
You have to change the 7 to a 4 in your case.

However, there is a new way to do it. If you create a totally new (blank) special ability and call it Natural Armor you can find the section called "Armor Class Calculation" down toward the bottom of the editor.

You could put Base Value 14 and hit the button for AC Modifiers and check Constitution Modifier and Shield (which would allow only CON and shield) to calculate this AC value.

I think you'll still have a problem with Armor and with Monk/Barbarian abilities though. HL chooses the best AC from all the AC calculations, so if your natural armor ac is 16 and your character puts on plate (ac 17) it grants the higher ac. We tried to address this in the eval script on the tortle Natural Armor if you want some code examples of how to negate armor bonuses on armor worn.

tondale May 13th, 2018 07:01 AM

Thank you dungeonguru for your help.


All times are GMT -8. The time now is 03:36 PM.

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