Initial import
This commit is contained in:
22
module/config/spell.mjs
Normal file
22
module/config/spell.mjs
Normal file
@ -0,0 +1,22 @@
|
||||
export const RANGE = Object.freeze({
|
||||
na: {
|
||||
id: "na",
|
||||
label: "LETHALFANTASY.Spell.Range.na",
|
||||
},
|
||||
contact: {
|
||||
id: "contact",
|
||||
label: "LETHALFANTASY.Spell.Range.contact",
|
||||
},
|
||||
proche: {
|
||||
id: "proche",
|
||||
label: "LETHALFANTASY.Spell.Range.proche",
|
||||
},
|
||||
loin: {
|
||||
id: "loin",
|
||||
label: "LETHALFANTASY.Spell.Range.loin",
|
||||
},
|
||||
distant: {
|
||||
id: "distant",
|
||||
label: "LETHALFANTASY.Spell.Range.distant",
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user