Daggerheart-fvtt/system.json

102 lines
2.4 KiB
JSON
Raw Normal View History

{
"id": "Daggerheart",
"version": "0.0.1",
"title": "Daggerheart for Foundry (unofficial system)",
"url": "",
"description": "Unofficial basic implementation of the Daggerheart System by Darrington Press. If you like the system, you can find the books and more detail over at https://www.daggerheart.com/ and the license at https://darringtonpress.com/license/",
"license": "LICENSE.txt",
"authors": [
{
"name": "Ceriath",
"url": "https://github.com/ceriath"
}
],
"esmodules": ["module/candelafvtt.mjs"],
"styles": ["css/candelafvtt.css"],
"packs": [
{
"name": "roles",
"label": "Roles",
"system": "candelafvtt",
"path": "packs/roles",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "specialties",
"label": "Specialties",
"system": "candelafvtt",
"path": "packs/specialties",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "abilities",
"label": "Abilities",
"system": "candelafvtt",
"path": "packs/abilities",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "gear",
"label": "Gear",
"system": "candelafvtt",
"path": "packs/gear",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "illumination-keys",
"label": "Illumination Keys",
"system": "candelafvtt",
"path": "packs/illumination-keys",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "manual",
"label": "System Manual",
"system": "candelafvtt",
"path": "packs/manual",
"type": "JournalEntry",
"private": true,
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://github.com/ceriath/candelafvtt/releases/latest/download/system.json",
"download": "https://github.com/ceriath/candelafvtt/releases/download/v0.0.4/candelafvtt-v0.0.4.zip",
"changelog": "CHANGELOG.md"
}