Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

Equipment type is separate from Item type #58

Closed Rushwind13 closed 1 month ago

Rushwind13 commented 1 month ago

Given I have a Longsword Given I have a Dagger Given I have a Battle axe GIven I have a Mace When I equip any of them Then the item is equipped in the melee weapon slot

Given I have Leather Armor Given I have Plate Mail When I equip any of them Then the item is equipped in the chest armor slot

AC:

Notes:

Rushwind13 commented 1 month ago

https://github.com/Rushwind13/JMoria/pull/59