Need to figure out how we are going to "upgrade"equipment so we can figure out if we are doing duplicate items or not.
currently if you get a second of an item it just piles up in your inventory until you unequip it at which point if you equip one it equips them all, essentially clearing your inventory haha.
We are going to have quantities either way, for now do we just allow stacks? you can't equip a stack but you can equip the same item for item, it'd just do nothing (as it should) we would just need to ensure they don't all get equipped :P which means they need a unique id - which we don't need to keep track of right now, but would be good to keep as a value.
Need to figure out how we are going to "upgrade"equipment so we can figure out if we are doing duplicate items or not. currently if you get a second of an item it just piles up in your inventory until you unequip it at which point if you equip one it equips them all, essentially clearing your inventory haha.
We are going to have quantities either way, for now do we just allow stacks? you can't equip a stack but you can equip the same item for item, it'd just do nothing (as it should) we would just need to ensure they don't all get equipped :P which means they need a unique id - which we don't need to keep track of right now, but would be good to keep as a value.