CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Item Types #106

Closed CodeWringer closed 10 months ago

CodeWringer commented 2 years ago

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.?

CodeWringer commented 10 months ago

The "tags" of an item can be used to handle classification of items.