mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

Consumables and Resources #69

Closed mbkarle closed 7 years ago

mbkarle commented 7 years ago

Right now every item is equipment that must be equipped to serve any functionality. Ultimately you should be able to find consumables (such as potions or one time use weapons) or resources that can stack in the inventory and be used outside of equipping

akarle commented 7 years ago

Torch and Gold are our first ventures into this area.

I'm thinking potions be an item like others but instead of "Equip" it gets a "use" button. Some should be instantaneous (health) others duration (attack speed).

akarle commented 7 years ago

Consumables are here through the NPC update