• 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

ACP reduced if caused by armor or load?

TCArknight

Well-known member
Is there any ability that does this already?

Code:
when bearing a large load or burdened by weighty armor, 
the dwarven crossbowyer fares better than others. At 1st level, he 
reduces his armor-check penalty by 1 when the penalty is caused by 
armor or by carrying a medium or heavy load. This ability never 
reduces the armor-check penalty below 0. At 5th level and every 5
levels thereafter, the reduction increases by a further +1 (+2 at 5th 
level, +3 at 10th, and so on).

I'm looking to grab a script that would handle this if possible. I also welcome any suggestions. :)

TC
 
It seems like that would work for whatever armor worn. But, what about then if it's caused from a load instead?
So I did some testing by taking a blank character and putting a load on to the character until he was medium encumbered. And sure enough -3 ACP value appears telling me that this had to be controlled at the hero level.

So I looked at the fields on the hero and found:
Noname.jpg

Looks like the fields you can adjust to change the encumbrance limits for weight. Just have to do some scripting to make sure it does not go past zero.

P.S. - Just tested by creating a Proof of Concept scripting using an Adjustment. I find these to be fast way to test scripts out and it does work if you are around First/10000 timing.
 
Last edited:
Back
Top