Add Craft as a valid item subtype
This commit is contained in:
parent
71a02970cf
commit
09fe218076
5 changed files with 84 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ export const gameTerms = Object.preventExtensions({
|
|||
GLIM: `glim`,
|
||||
THINGLIM: `thin-glim`,
|
||||
}),
|
||||
Aspects: Object.freeze({
|
||||
FOCUS: `focus`,
|
||||
FLECT: `flect`,
|
||||
FRACT: `fract`,
|
||||
}),
|
||||
FatePath: [
|
||||
`North`,
|
||||
`East`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue