66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "foundryvtt-frostgrave",
|
|
"id": "foundryvtt-frostgrave",
|
|
"title": "Frostgrave",
|
|
"description": "The Frostgrave system for Foundry VTT",
|
|
"version": "10.0.0",
|
|
"minimumCoreVersion": "0.8.0",
|
|
"compatibleCoreVersion": "0.8.5",
|
|
"author": "LeRatierBretonnien/Phenomen",
|
|
"esmodules": [
|
|
"module/frostgrave.js"
|
|
],
|
|
"styles": [
|
|
"css/frostgrave.css"
|
|
],
|
|
"scripts": [],
|
|
"packs": [{
|
|
"name": "spellcasters",
|
|
"label": "Spellcasters",
|
|
"system": "foundryvtt-frostgrave",
|
|
"path": "./packs/spellcasters.db",
|
|
"entity": "Actor"
|
|
},
|
|
{
|
|
"name": "soldiers",
|
|
"label": "Soldiers",
|
|
"system": "foundryvtt-frostgrave",
|
|
"path": "./packs/soldiers.db",
|
|
"entity": "Actor"
|
|
},
|
|
{
|
|
"name": "armour",
|
|
"label": "Armour",
|
|
"system": "foundryvtt-frostgrave",
|
|
"path": "./packs/armour.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "weapons",
|
|
"label": "Weapons",
|
|
"system": "foundryvtt-frostgrave",
|
|
"path": "./packs/weapons.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "potions",
|
|
"label": "Potions",
|
|
"system": "foundryvtt-frostgrave",
|
|
"path": "./packs/potions.db",
|
|
"entity": "Item"
|
|
}
|
|
],
|
|
"languages": [{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}],
|
|
"gridDistance": 5,
|
|
"gridUnits": "ft",
|
|
"primaryTokenAttribute": "health",
|
|
"url": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave",
|
|
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave/raw/branch/master/system.json",
|
|
"download": "https://www.uberwald.me/gitea/public/foundryvtt-frostgrave/archive/master.zip",
|
|
"license": "LICENSE.txt"
|
|
}
|