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-05-25 16:00:53 +00:00
|
|
|
"version": "0.6.0",
|
2020-04-28 10:46:04 +00:00
|
|
|
"minimumCoreVersion": "0.5.3",
|
2020-05-25 16:00:53 +00:00
|
|
|
"compatibleCoreVersion": "0.6.0",
|
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-05-09 19:34:09 +00:00
|
|
|
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
|
2020-05-25 16:00:53 +00:00
|
|
|
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/0.6.0/system.json",
|
|
|
|
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/0.6.0.zip",
|
2020-04-22 07:57:36 +00:00
|
|
|
"packs": [
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "class",
|
2020-04-22 07:57:36 +00:00
|
|
|
"label": "Classes",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/classes.db",
|
|
|
|
"entity": "Item"
|
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "heritage",
|
2020-04-22 07:57:36 +00:00
|
|
|
"label": "Heritages",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/heritages.db",
|
|
|
|
"entity": "Item"
|
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "vice",
|
2020-04-22 07:57:36 +00:00
|
|
|
"label": "Vices",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/vices.db",
|
|
|
|
"entity": "Item"
|
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "background",
|
2020-04-22 07:57:36 +00:00
|
|
|
"label": "Backgrounds",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/backgrounds.db",
|
|
|
|
"entity": "Item"
|
2020-04-23 16:11:04 +00:00
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "item",
|
2020-04-23 16:11:04 +00:00
|
|
|
"label": "Items",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/items.db",
|
|
|
|
"entity": "Item"
|
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "ability",
|
2020-04-23 16:11:04 +00:00
|
|
|
"label": "Abilities",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/abilities.db",
|
|
|
|
"entity": "Item"
|
2020-04-27 13:58:52 +00:00
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "crew_reputation",
|
2020-05-04 16:28:55 +00:00
|
|
|
"label": "Crew Reputation",
|
2020-04-27 13:58:52 +00:00
|
|
|
"system": "blades-in-the-dark",
|
2020-05-04 16:28:55 +00:00
|
|
|
"path": "./packs/crew_reputation.db",
|
2020-04-27 13:58:52 +00:00
|
|
|
"entity": "Item"
|
2020-04-27 16:42:40 +00:00
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "crew_type",
|
2020-04-27 16:42:40 +00:00
|
|
|
"label": "Crew Types",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/crew_types.db",
|
|
|
|
"entity": "Item"
|
2020-04-28 10:46:04 +00:00
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "crew_upgrade",
|
2020-04-28 10:46:04 +00:00
|
|
|
"label": "Crew Upgrades",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/crew_upgrades.db",
|
|
|
|
"entity": "Item"
|
2020-04-29 11:12:55 +00:00
|
|
|
},
|
|
|
|
{
|
2020-05-11 12:21:18 +00:00
|
|
|
"name": "crew_ability",
|
2020-04-29 11:12:55 +00:00
|
|
|
"label": "Crew Abilities",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/crew_abilities.db",
|
|
|
|
"entity": "Item"
|
2020-04-22 07:57:36 +00:00
|
|
|
}
|
|
|
|
]
|
2020-04-17 21:23:57 +00:00
|
|
|
}
|