foundryvtt-frostgrave/system.json
2021-05-28 18:16:02 +02:00

65 lines
1.8 KiB
JSON

{
"name": "frostgrave",
"title": "Frostgrave",
"description": "The Frostgrave system for Foundry VTT",
"version": "1.0.0",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.6",
"templateVersion": 2,
"author": "Phenomen",
"esmodules": [
"module/frostgrave.js"
],
"styles": [
"css/frostgrave.css"
],
"scripts": [],
"packs": [{
"name": "spellcasters",
"label": "Spellcasters",
"system": "frostgrave",
"path": "./packs/spellcasters.db",
"entity": "Actor"
},
{
"name": "soldiers",
"label": "Soldiers",
"system": "frostgrave",
"path": "./packs/soldiers.db",
"entity": "Actor"
},
{
"name": "armour",
"label": "Armour",
"system": "frostgrave",
"path": "./packs/armour.db",
"entity": "Item"
},
{
"name": "weapons",
"label": "Weapons",
"system": "frostgrave",
"path": "./packs/weapons.db",
"entity": "Item"
},
{
"name": "potions",
"label": "Potions",
"system": "frostgrave",
"path": "./packs/potions.db",
"entity": "Item"
}
],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"url": "https://github.com/Phenomen/foundry-frostgrave",
"manifest": "https://raw.githubusercontent.com/Phenomen/foundry-frostgrave/master/system.json",
"download": "https://github.com/Phenomen/foundry-frostgrave/archive/master.zip",
"license": "LICENSE.txt"
}