Initial import

This commit is contained in:
2024-11-21 23:59:44 +01:00
commit d8ce83bcf2
98 changed files with 120909 additions and 0 deletions

22
module/config/spell.mjs Normal file
View 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",
},
})