{
"name": "lancer",
"title": "LANCER",
"description": "A Foundry VTT game system for Lancer by Massif Press, a mud-and-lasers tactical mech RPG.",
"version": "0.1.19",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "0.7.8",
"author": "Eranziel",
"scripts": [],
"esmodules": ["lancer.js"],
"styles": [
"lancer.css",
"fonts/compcon/glyphs.css",
"fonts/mdi/css/materialdesignicons.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": [],
"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/src/system.json",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.19/package/lancer-v0.1.19.zip",
"license": "GNU GPLv3",
"readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/master/README.md",
"bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",
"changelog": "https://github.com/Eranziel/foundryvtt-lancer/blob/master/CHANGELOG.md"
}