{
"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.4",
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.6.6",
"author": "Eranziel",
"scripts": [],
"esmodules": ["lancer.js"],
"styles": [
"lancer.css",
"fonts/compcon/glyphs.css",
"fonts/mdi/css/materialdesignicons.css"
],
"packs": [
{
"name": "skills",
"label": "Skills",
"system": "lancer",
"module": "lancer",
"path": "packs/skills.db",
"entity": "Item"
},
{
"name": "talents",
"label": "Talents",
"system": "lancer",
"module": "lancer",
"path": "packs/talents.db",
"entity": "Item"
},
{
"name": "core_bonuses",
"label": "Core Bonuses",
"system": "lancer",
"module": "lancer",
"path": "packs/core_bonuses.db",
"entity": "Item"
},
{
"name": "pilot_armor",
"label": "Pilot Armor",
"system": "lancer",
"module": "lancer",
"path": "packs/pilot_armor.db",
"entity": "Item"
},
{
"name": "pilot_weapons",
"label": "Pilot Weapons",
"system": "lancer",
"module": "lancer",
"path": "packs/pilot_weapons.db",
"entity": "Item"
},
{
"name": "pilot_gear",
"label": "Pilot Gear",
"system": "lancer",
"module": "lancer",
"path": "packs/pilot_gear.db",
"entity": "Item"
},
{
"name": "frames",
"label": "Frames",
"system": "lancer",
"package": "world",
"path": "packs/frames.db",
"entity": "Item"
},
{
"name": "systems",
"label": "Systems",
"system": "lancer",
"package": "world",
"path": "packs/systems.db",
"entity": "Item"
},
{
"name": "weapons",
"label": "Weapons",
"system": "lancer",
"package": "world",
"path": "packs/weapons.db",
"entity": "Item"
},
{
"name": "npc_classes",
"label": "NPC Classes",
"system": "lancer",
"package": "world",
"path": "packs/npc_classes.db",
"entity": "Item"
},
{
"name": "npc_templates",
"label": "NPC Templates",
"system": "lancer",
"package": "world",
"path": "packs/npc_templates.db",
"entity": "Item"
},
{
"name": "npc_features",
"label": "NPC Features",
"system": "lancer",
"package": "world",
"path": "packs/npc_features.db",
"entity": "Item"
}
],
"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.4/package/lancer-v0.1.4.zip",
"license": "GNU GPLv3",
"readme": "",
"bugs": "",
"changelog": ""
}