Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Implement Inventory Limitations #33

Open
Gvin opened this issue Mar 10, 2021 · 0 comments
Open

Implement Inventory Limitations #33

Gvin opened this issue Mar 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Gvin
Copy link
Owner

Gvin commented Mar 10, 2021

There are 2 types of inventory limitations in game and they behave differently for player inventory and storage inventory.

For player inventory there are Weight and Capacity limitations.
Weight limits total items weight that player can carry.
Capacity limits amount of big items that player can carry (you can't carry lots of Logs in your bare hands even if you are strong enough).
In case any of if these limits is exceeded the player can't perform actions in current location (except for checking ground) and move to another location. He need to drop some items to the ground before any movements are done.

For storage inventory there is only Capacity limitation.
The player should not be able to put any items in the storage inventory if this would exceed inventory's max capacity.

@Gvin Gvin added the enhancement New feature or request label Mar 10, 2021
@Gvin Gvin added this to the Playable prototype milestone Mar 10, 2021
@Gvin Gvin self-assigned this Mar 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant