export const gameTerms = Object.preventExtensions({ FatePath: [ `North`, `East`, `South`, `West`, ], Access: [ `Common`, `Uncommon`, `Rare`, `Scarce`, ], Rank: { NOVICE: `Novice`, ADEPT: `Adept`, EXPERT: `Expert`, Master: `Master`, }, });