foundryvtt-beam-saber/system.json
2020-12-16 13:24:07 +03:00

108 lines
2.6 KiB
JSON

{
"name": "blades-in-the-dark",
"title": "Blades in the Dark",
"description": "Blades in the dark game system.",
"version": "2.11",
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "0.7.8",
"templateVersion": 1,
"author": "megastruktur",
"esmodules": [
"module/blades.js"
],
"styles": [
"styles/blades.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
}
],
"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/2.11.zip",
"packs": [
{
"name": "class",
"label": "Classes",
"system": "blades-in-the-dark",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "heritage",
"label": "Heritages",
"system": "blades-in-the-dark",
"path": "./packs/heritages.db",
"entity": "Item"
},
{
"name": "vice",
"label": "Vices",
"system": "blades-in-the-dark",
"path": "./packs/vices.db",
"entity": "Item"
},
{
"name": "background",
"label": "Backgrounds",
"system": "blades-in-the-dark",
"path": "./packs/backgrounds.db",
"entity": "Item"
},
{
"name": "item",
"label": "Items",
"system": "blades-in-the-dark",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "ability",
"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"
},
{
"name": "crew_type",
"label": "Crew Types",
"system": "blades-in-the-dark",
"path": "./packs/crew_types.db",
"entity": "Item"
},
{
"name": "crew_upgrade",
"label": "Crew Upgrades",
"system": "blades-in-the-dark",
"path": "./packs/crew_upgrades.db",
"entity": "Item"
},
{
"name": "crew_ability",
"label": "Crew Abilities",
"system": "blades-in-the-dark",
"path": "./packs/crew_abilities.db",
"entity": "Item"
}
]
}