I'm adding some new armor material types, and naturally I hit one that reduces the weight of an armor, but the reduction is not a mathematical function (like mithral's weight/2). Luckily, there's only a few base armors that the material can be applied too, and they all have different weights. But I can't seem to access the base armor's weight; container.parent.field[gWeight].value is returning a value of 0. How would I get the weight of the armor I'm working with?
Thanks.
Thanks.