RC-65 | Gear | Display Data
This commit is contained in:
parent
9a3b82ef6a
commit
1e416ff9bf
10 changed files with 172 additions and 39 deletions
|
|
@ -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`,
|
||||
]),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue