RC-101 | Armour | Add Location Data
This commit is contained in:
parent
4948c7e755
commit
3ffbc57546
3 changed files with 37 additions and 3 deletions
|
|
@ -15,6 +15,12 @@ export const gameTerms = Object.preventExtensions({
|
|||
NOVICE: `Novice`,
|
||||
ADEPT: `Adept`,
|
||||
EXPERT: `Expert`,
|
||||
Master: `Master`,
|
||||
MASTER: `Master`,
|
||||
},
|
||||
Anatomy: Object.freeze({
|
||||
HEAD: `head`,
|
||||
BODY: `body`,
|
||||
ARMS: `arms`,
|
||||
LEGS: `legs`,
|
||||
}),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue