RC-101 | Armour | Add Location Data

This commit is contained in:
Oliver-Akins 2025-01-15 20:16:32 -07:00
parent 4948c7e755
commit 3ffbc57546
3 changed files with 37 additions and 3 deletions

View file

@ -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`,
}),
});