23 lines
438 B
JavaScript
23 lines
438 B
JavaScript
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",
|
|
},
|
|
})
|