{
"name": "lancer",
"title": "LANCER",
"description": "A Foundry VTT game system for Lancer by Massif Press, a mud-and-lasers tactical mech RPG.",
"version": "1.0.3",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "0.8.9",
"author": "Eranziel",
"scripts": [],
"esmodules": ["index.js"],
"styles": [
"style.css",
"fonts/compcon/glyphs.css"
],
"packs": [
{
"name": "aoe-templates",
"label": "AoE Templates",
"system": "lancer",
"module": "lancer",
"path": "./packs/aoe-templates.db",
"entity": "Macro"
},
{
"name": "core_macros",
"label": "LANCER Macros",
"system": "lancer",
"path": "./packs/core_macros.db",
"entity": "Macro"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"gridDistance": 1,
"gridUnits": "",
"primaryTokenAttribute": "mech.hp",
"secondaryTokenAttribute": "mech.heat",
"url": "https://github.com/Eranziel/foundryvtt-lancer",
"manifest": "https://raw.githubusercontent.com/Eranziel/foundryvtt-lancer/master/public/system.json",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v1.0.3/package/lancer-v1.0.3.zip",
"license": "GNU GPLv3",
"readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/beta-release/README.md",
"bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",
"changelog": "https://github.com/Eranziel/foundryvtt-lancer/blob/beta-release/CHANGELOG.md"
}