Initial import
This commit is contained in:
50
module/config/character.mjs
Normal file
50
module/config/character.mjs
Normal file
@ -0,0 +1,50 @@
|
||||
export const CHARACTERISTICS = Object.freeze({
|
||||
rob: {
|
||||
id: "rob",
|
||||
label: "LETHALFANTASY.Character.rob.label",
|
||||
abbreviation: "LETHALFANTASY.Character.rob.short",
|
||||
},
|
||||
dex: {
|
||||
id: "dex",
|
||||
label: "LETHALFANTASY.Character.dex.label",
|
||||
abbreviation: "LETHALFANTASY.Character.dex.short",
|
||||
},
|
||||
int: {
|
||||
id: "int",
|
||||
label: "LETHALFANTASY.Character.int.label",
|
||||
abbreviation: "LETHALFANTASY.Character.int.short",
|
||||
},
|
||||
per: {
|
||||
id: "per",
|
||||
label: "LETHALFANTASY.Character.per.label",
|
||||
abbreviation: "LETHALFANTASY.Character.per.short",
|
||||
},
|
||||
vol: {
|
||||
id: "vol",
|
||||
label: "LETHALFANTASY.Character.vol.label",
|
||||
abbreviation: "LETHALFANTASY.Character.vol.short",
|
||||
},
|
||||
})
|
||||
|
||||
export const RESOURCES = Object.freeze({
|
||||
san: {
|
||||
id: "san",
|
||||
label: "LETHALFANTASY.Character.san.label",
|
||||
},
|
||||
oeil: {
|
||||
id: "oeil",
|
||||
label: "LETHALFANTASY.Character.oeil.label",
|
||||
},
|
||||
verbe: {
|
||||
id: "verbe",
|
||||
label: "LETHALFANTASY.Character.verbe.label",
|
||||
},
|
||||
bourse: {
|
||||
id: "bourse",
|
||||
label: "LETHALFANTASY.Character.bourse.label",
|
||||
},
|
||||
magie: {
|
||||
id: "magie",
|
||||
label: "LETHALFANTASY.Character.magie.label",
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user