• 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

Only bonus speed in armor?

TCArknight

Well-known member
Armor questions

I need to have speed in certain armors be 25, 15, etc. If I make the armor as Slow, then for a 30 speed character the speed in armor drops to 20.

With this script at Final/100 I get 35/25 speed.

if (field[gIsEquip].value = 1) then
hero.child[Speed].field[tSpeed].value += 5
endif

Is there a way to get 30/25 from this? (not add to the overall base speed displayed, but just the speed in armor? Or to reduce the Slow effect of the armor and add a new tag?)


Also, how can I reduce the provided AC bonus if not proficient in the armor? (only get a +1 AC from Leather if don't have Armor Prof. (Light) )

Thanks!
TC
 
Last edited:
Back
Top