Extended from:
#13
At this time, Weight only adjusts the weight on the current item. It checks the weight of a single item and compares it to Constitution; this means that Weight is not stackable.
What I want to do here is rewrite Weight to make it stackable, so that accessories can also add onto Weight (as could a potential future custom equipment slots). To do this, it is likely Weight will need a hook on the unit to recalculate the weight, and probably also insert a new equation, too.
I think maybe this toggle should be a constant to enable stackable weights. Otherwise, it will use the default method instead.
Extended from:
#13
At this time, Weight only adjusts the weight on the current item. It checks the weight of a single item and compares it to Constitution; this means that Weight is not stackable.
What I want to do here is rewrite Weight to make it stackable, so that accessories can also add onto Weight (as could a potential future custom equipment slots). To do this, it is likely Weight will need a hook on the unit to recalculate the weight, and probably also insert a new equation, too.
I think maybe this toggle should be a constant to enable stackable weights. Otherwise, it will use the default method instead.