Amour Save Editing
Posted: Wed Mar 12, 2014 9:50 pm
I have been trying to find a way to decrement armour saves when a unit selects an option. I tried looking at some of the types of saves from WH40k and WHFB but I can't seem to find one that just decreases the armour save by 1 when an option is selected.
I've tried a few different commands in the Evaluate section of the item such as:
However every time the option is selected the invulnerable save is edited instead of the armour save or nothing happens. Is "Save" the wrong stat name to use or am I just putting in the commands improperly?
I've tried a few different commands in the Evaluate section of the item such as:
- Code: Select all
unit.basestat[Save] = unit.basestat[Save] + 1
entity.basestat[Save] = entity.basestat[Save] - 1
unit.stat[Save] = unit.stat[Save] + 1
However every time the option is selected the invulnerable save is edited instead of the armour save or nothing happens. Is "Save" the wrong stat name to use or am I just putting in the commands improperly?