RC-45 | Weapon | Access

This commit is contained in:
Oliver-Akins 2024-12-25 22:27:24 -07:00
parent 6cae7900aa
commit 649a75843f
2 changed files with 13 additions and 0 deletions

View file

@ -5,4 +5,10 @@ export const gameTerms = Object.preventExtensions({
`South`,
`West`,
],
Access: [
`Common`,
`Uncommon`,
`Rare`,
`Scarce`,
],
});