Skip to content

Implement Stackable Item Weights #25

Description

@jrconway3

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.

Metadata

Metadata

Assignees

Labels

componentsCustom components for items or skills.enhancementNew feature or request

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions