Add weight ratings and localize the Access field (and add it to items that should but don't have it)
This commit is contained in:
parent
40ba46fc6b
commit
329c45dad9
7 changed files with 69 additions and 29 deletions
|
|
@ -42,4 +42,9 @@ export const gameTerms = Object.preventExtensions({
|
|||
`shield`,
|
||||
`good`,
|
||||
]),
|
||||
WeightRatings: Object.freeze({
|
||||
LIGHT: `light`,
|
||||
MODEST: `modest`,
|
||||
HEAVY: `heavy`,
|
||||
}),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue