Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD

Notices

Reply
 
Thread Tools Display Modes
Carpesimia
Junior Member
 
Join Date: Jan 2014
Posts: 18

Old October 9th, 2017, 04:16 PM
I saw a similar thread in the pathfinder section, but this one is a little different.

I traded a wish to my DM in order for an "All powerful item". He awarded me with a trinket that basically negates ALL dex penalties on Medium armor and below.

My first thought was to go in and just make some armor matching the regular armor, and make it LIGHT, so it has no dex issues. But then I'd need to change my armor each time. And it's really not right.

What I need are the variables, so i could write an eval script to set the penalties for stealth and ac bonus to zero. Then I could upgrade armor, etc, without needing to pop into the editor all the time.

Can this be done?
Carpesimia is offline   #1 Reply With Quote
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old October 9th, 2017, 06:12 PM
You'll want your script to delete these tags on your armor:

Helper.StealthDis <-- Items with this tag impose the disadvantage
ArmorClass.Medium <-- Items with this tag impose the +2 Dex mod limit on AC.

and assign
ArmorClass.Light <-- This tag will allow full Dex.

You'll want to put the script on your trinket that checks to make sure it is equipped/attuned before you loop through your equipped armor

so something like

foreach pick in hero from BaseArmor where "Helper.CurrArmor"
perform eachpick.delete[Helper.StealthDis]
perform eachpick.delete[ArmorClass.Medium]
perform eachpick.assign[ArmorClass.Light]
nexteach
dungeonguru is offline   #2 Reply With Quote
Carpesimia
Junior Member
 
Join Date: Jan 2014
Posts: 18

Old October 10th, 2017, 06:41 PM
Sweet. This is precisely what I was looking for!!

Thank you.
Carpesimia is offline   #3 Reply With Quote
Reply

Thread Tools
Display Modes

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 09:32 AM.


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