Get most of the custom Initiative sorting stuff through the door
This commit is contained in:
parent
ed93e9f927
commit
e302b56a4e
10 changed files with 142 additions and 14 deletions
|
|
@ -11,12 +11,12 @@ export const gameTerms = Object.preventExtensions({
|
|||
FLECT: `flect`,
|
||||
FRACT: `fract`,
|
||||
}),
|
||||
FatePath: [
|
||||
`North`,
|
||||
`East`,
|
||||
`South`,
|
||||
`West`,
|
||||
],
|
||||
FatePath: Object.freeze({
|
||||
NORTH: `North`,
|
||||
EAST: `East`,
|
||||
SOUTH: `South`,
|
||||
WEST: `West`,
|
||||
}),
|
||||
Access: [
|
||||
`Common`,
|
||||
`Uncommon`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue