Initial import with skill sheet worning
This commit is contained in:
22
module/config/skill.mjs
Normal file
22
module/config/skill.mjs
Normal file
@ -0,0 +1,22 @@
|
||||
export const CATEGORY = Object.freeze({
|
||||
layperson: {
|
||||
id: "layperson",
|
||||
label: "LETHALFANTASY.Skill.Category.layperson",
|
||||
},
|
||||
professional: {
|
||||
id: "professional",
|
||||
label: "LETHALFANTASY.Skill.Category.professional",
|
||||
},
|
||||
weapon: {
|
||||
id: "weapon",
|
||||
label: "LETHALFANTASY.Skill.Category.weapon",
|
||||
},
|
||||
armor: {
|
||||
id: "armor",
|
||||
label: "LETHALFANTASY.Skill.Category.armor",
|
||||
},
|
||||
resist: {
|
||||
id: "resist",
|
||||
label: "LETHALFANTASY.Skill.Category.resist",
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user