Daggerheart-fvtt/system.json

47 lines
1.1 KiB
JSON
Raw Permalink 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": "DRP-CGL-February-27-2024.pdf",
"authors": [
{
"name": "Nexan",
2024-05-16 18:11:04 +00:00
"url": "https://nexxy.co"
}
],
"esmodules": ["module/daggerheart.mjs"],
"styles": ["css/daggerheart.css"],
"packs": [
{
"name": "roles",
"label": "Roles",
"system": "daggerheart",
"path": "packs/roles",
"type": "Item",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "",
"download": "",
"changelog": "CHANGELOG.md"
}