RC-65 | Gear | Display Data

This commit is contained in:
Oliver-Akins 2025-01-25 23:49:51 -07:00
parent 9a3b82ef6a
commit 1e416ff9bf
10 changed files with 172 additions and 39 deletions

View file

@ -23,4 +23,10 @@ export const gameTerms = Object.preventExtensions({
ARMS: `arms`,
LEGS: `legs`,
}),
/** The types of items that contribute to the gear limit */
gearItemTypes: new Set([
`armour`,
`weapon`,
`shield`,
]),
});