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.",
|
2021-09-15 08:41:57 +00:00
|
|
|
"version": "3.7",
|
2021-06-02 06:28:38 +00:00
|
|
|
"minimumCoreVersion": "0.8.5",
|
|
|
|
"compatibleCoreVersion": "0.8.9",
|
2020-04-17 21:23:57 +00:00
|
|
|
"templateVersion": 1,
|
|
|
|
"author": "megastruktur",
|
2020-08-05 10:00:37 +00:00
|
|
|
"esmodules": [
|
|
|
|
"module/blades.js"
|
|
|
|
],
|
|
|
|
"styles": [
|
|
|
|
"styles/blades.css"
|
|
|
|
],
|
2020-06-24 08:42:44 +00:00
|
|
|
"languages": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"name": "English",
|
|
|
|
"path": "lang/en.json"
|
2020-08-05 10:00:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "ru",
|
|
|
|
"name": "Russian",
|
|
|
|
"path": "lang/ru.json"
|
2020-09-04 13:52:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "es",
|
|
|
|
"name": "Spanish",
|
|
|
|
"path": "lang/es.json"
|
2021-01-05 06:52:58 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "pl",
|
|
|
|
"name": "Polish",
|
|
|
|
"path": "lang/pl.json"
|
2021-05-17 07:04:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "de",
|
|
|
|
"name": "Deutsch",
|
|
|
|
"path": "lang/de.json"
|
2021-08-26 23:15:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "pt",
|
|
|
|
"name": "Portuguese",
|
|
|
|
"path": "lang/pt.json"
|
2020-06-24 08:42:44 +00:00
|
|
|
}
|
|
|
|
],
|
2021-04-22 11:31:21 +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",
|
2021-09-15 08:41:57 +00:00
|
|
|
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.7.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"
|
2021-04-22 11:27:10 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "faction",
|
|
|
|
"label": "Factions",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/factions.db",
|
|
|
|
"entity": "Item"
|
2021-05-18 07:54:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "npc",
|
|
|
|
"label": "NPCs",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/npcs.db",
|
|
|
|
"entity": "Actor"
|
2021-09-12 20:46:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "entanglements",
|
|
|
|
"label": "Entanglements",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/entanglements.db",
|
|
|
|
"entity": "RollTable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "entanglements-journals",
|
|
|
|
"label": "Entanglements Journals",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/entanglements-journals.db",
|
|
|
|
"entity": "JournalEntry"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "entanglements-macro",
|
|
|
|
"label": "Entanglements Macro",
|
|
|
|
"system": "blades-in-the-dark",
|
|
|
|
"path": "./packs/entanglements-macro.db",
|
|
|
|
"entity": "Macro"
|
2020-04-22 07:57:36 +00:00
|
|
|
}
|
2020-08-05 10:00:37 +00:00
|
|
|
]
|
2021-05-17 07:04:02 +00:00
|
|
|
}
|