RC-74 | Hero | Rank | Change to StringField w/ Choices
This commit is contained in:
parent
e29c5a8cd0
commit
6b88714bfc
2 changed files with 11 additions and 5 deletions
|
|
@ -11,4 +11,10 @@ export const gameTerms = Object.preventExtensions({
|
|||
`Rare`,
|
||||
`Scarce`,
|
||||
],
|
||||
Rank: {
|
||||
NOVICE: `Novice`,
|
||||
ADEPT: `Adept`,
|
||||
EXPERT: `Expert`,
|
||||
Master: `Master`,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue