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?