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
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: