Does not support multi slot items #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/game_inventory#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are games like subnautica, and escape from tarkov, that have items that take up multiple slots worth of space. I was unaware of this potential configuration when making this.
This is not a feature that is planned, this is just something the crate does not support right now but could in the future.
I don't think there are any good ways of adding this in without making some breaking changes.
The best way I can think of for doing this is splitting the library up into containers, each with a generic implementation for a different type of inventory system. Doing it like this would just mean importing stuff from
standardorspatialor whatever other generic inventory ends up being created, like so:I should add this to the restrictions section of the docs, although going through the trouble of publishing a new version to update the docs seems like a bad idea.