Currently, there is no way to differentiate the different types of items. As such, the system can't know if a given item is a piece of armor, a weapon, or anything else. Introduce a new field on items and introduce new item types:
Apparel
Weapon
Armor
Shield
Considerations
Perhaps these types could be composable? So that you could have an item that is both a weapon and a shield? Or a piece of apparel, that is also a shield, etc.?
Currently, there is no way to differentiate the different types of items. As such, the system can't know if a given item is a piece of armor, a weapon, or anything else. Introduce a new field on items and introduce new item types:
Considerations
Perhaps these types could be composable? So that you could have an item that is both a weapon and a shield? Or a piece of apparel, that is also a shield, etc.?