Add support for the Good item type to represent all misc items in the game

This commit is contained in:
Oliver-Akins 2025-02-11 23:54:59 -07:00
parent eb6d7fee94
commit 2d804e7aa2
5 changed files with 61 additions and 0 deletions

View file

@ -7,6 +7,7 @@
"ammo": "Ammo",
"armour": "Armour",
"craft": "Craft",
"good": "Good",
"shield": "Shield",
"skill": "Skill",
"weapon": "Weapon"