foundryvtt-beam-saber/system.json

100 lines
2.6 KiB
JSON
Raw Normal View History

2020-04-17 21:23:57 +00:00
{
"name": "blades-in-the-dark",
"title": "Blades in the Dark",
2020-04-29 13:32:21 +00:00
"description": "Blades in the dark game system.",
2020-04-17 21:23:57 +00:00
"version": 0.1,
"minimumCoreVersion": "0.5.3",
"compatibleCoreVersion": "0.5.5",
2020-04-17 21:23:57 +00:00
"templateVersion": 1,
"author": "megastruktur",
"esmodules": ["module/blades.js"],
"styles": ["styles/blades.css"],
2020-04-22 07:57:36 +00:00
"languages": ["en"],
2020-04-17 21:23:57 +00:00
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": null,
2020-04-22 07:57:36 +00:00
"secondaryTokenAttribute": null,
2020-05-09 19:34:09 +00:00
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/master.zip",
2020-04-22 07:57:36 +00:00
"packs": [
{
"name": "Classes",
"label": "Classes",
"system": "blades-in-the-dark",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "Heritages",
"label": "Heritages",
"system": "blades-in-the-dark",
"path": "./packs/heritages.db",
"entity": "Item"
},
{
"name": "Vices",
"label": "Vices",
"system": "blades-in-the-dark",
"path": "./packs/vices.db",
"entity": "Item"
},
{
"name": "Backgrounds",
"label": "Backgrounds",
"system": "blades-in-the-dark",
"path": "./packs/backgrounds.db",
"entity": "Item"
2020-04-23 16:11:04 +00:00
},
{
"name": "Items",
"label": "Items",
"system": "blades-in-the-dark",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "Abilities",
"label": "Abilities",
"system": "blades-in-the-dark",
"path": "./packs/abilities.db",
"entity": "Item"
},
{
"name": "Crew Reputation",
"label": "Crew Reputation",
"system": "blades-in-the-dark",
"path": "./packs/crew_reputation.db",
"entity": "Item"
2020-04-27 16:42:40 +00:00
},
{
"name": "Crew Types",
"label": "Crew Types",
"system": "blades-in-the-dark",
"path": "./packs/crew_types.db",
"entity": "Item"
},
{
"name": "Crew Upgrades",
"label": "Crew Upgrades",
"system": "blades-in-the-dark",
"path": "./packs/crew_upgrades.db",
"entity": "Item"
},
{
"name": "Crew Abilities",
"label": "Crew Abilities",
"system": "blades-in-the-dark",
"path": "./packs/crew_abilities.db",
"entity": "Item"
2020-05-06 15:18:23 +00:00
},
{
"name": "Doskvol",
"label": "Doskvol",
"system": "blades-in-the-dark",
"path": "./packs/doskvol.db",
"entity": "Scene"
2020-04-22 07:57:36 +00:00
}
]
2020-04-17 21:23:57 +00:00
}