67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"id": "LE1e",
|
|
"title": "Lights End First Edition",
|
|
"description": "",
|
|
"version": "0.1",
|
|
|
|
"compatability": {
|
|
"minimum": "13",
|
|
"verified": "13.346"
|
|
},
|
|
"authors": [{
|
|
"name": "Definate_Human",
|
|
"email": "definate_human@bad-decisions-inc.com",
|
|
"discord": "definite_human"
|
|
}],
|
|
|
|
"esmodules": ["systemFiles/modules/Lights-End.mjs"],
|
|
"styles": ["systemFiles/styles/system-styles.css"],
|
|
|
|
"packs": [{
|
|
"name": "core-weapons",
|
|
"label": "weapons",
|
|
"type": "Item",
|
|
"path": "systemFiles/packs/core/weapons"
|
|
}, {
|
|
"name": "core-armor",
|
|
"label": "armor",
|
|
"type": "Item",
|
|
"path": "systemFiles/packs/core/armor"
|
|
}, {
|
|
"name": "core-classes",
|
|
"label": "classes",
|
|
"type": "Item",
|
|
"path": "systemFiles/packs/core/class"
|
|
}, {
|
|
"name": "core-races",
|
|
"label": "races",
|
|
"type": "Item",
|
|
"path": "systemFiles/packs/core/races"
|
|
}, {
|
|
"name": "core-spells",
|
|
"label": "spells",
|
|
"type": "Item",
|
|
"path": "systemFiles/packs/core/spells"
|
|
}, {
|
|
"name": "core-monsters",
|
|
"label": "classes",
|
|
"type": "Actor",
|
|
"path": "systemFiles/packs/core/monsters"
|
|
}, {
|
|
"name": "core-rules",
|
|
"label": "rules",
|
|
"type": "JournalEntry",
|
|
"path": "systemFiles/packs/core/rules"
|
|
}, {
|
|
"name": "addons-macros",
|
|
"label": "macros",
|
|
"type": "Macro",
|
|
"path": "systemFiles/packs/additional/macros"
|
|
}],
|
|
"languages": [{
|
|
"lang": "en-us",
|
|
"name": "US English",
|
|
"path": "systemFiles/lang/en-us.json"
|
|
}],
|
|
"initiative": "1d20 + @dexterity"
|
|
} |