View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old January 4th, 2021, 04:03 AM
Quote:
Originally Posted by Provos View Post
How could I use this to make a feat add an armor check penalty?
Code:
foreach pick in hero from BaseArmor where "Helper.CurrArmor & Helper.Proficient"
    eachpick.field[mArmorChk].value += pen
nexteach
You'll have to set the penalty, or if no variable is needed, just provide a number. Might be -=, but I don't remember. Should work though.
Sendric is offline   #11 Reply With Quote