SimpleIncremental icon indicating copy to clipboard operation
SimpleIncremental copied to clipboard

Extend the inventory system to allow multiple item types to be equipped

Open ErikOverflow opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently the inventory system only allows weapons to be equipped.

Describe the solution you'd like Look into using the ScriptableObject implementation of the items to generate unique iteminstances with their values specified. This should allow serialization and deserialization using our dictionary model.

ErikOverflow avatar Apr 18 '19 14:04 ErikOverflow