ripcrypt/module/gameTerms.mjs
2024-12-25 22:27:24 -07:00

14 lines
178 B
JavaScript

export const gameTerms = Object.preventExtensions({
FatePath: [
`North`,
`East`,
`South`,
`West`,
],
Access: [
`Common`,
`Uncommon`,
`Rare`,
`Scarce`,
],
});