foundryvtt-beam-saber/system.json
Peter Varaksin 9cfda297e6 Typo fix
2020-04-29 16:32:21 +03:00

90 lines
2.1 KiB
JSON

{
"name": "blades-in-the-dark",
"title": "Blades in the Dark",
"description": "Blades in the dark game system.",
"version": 0.1,
"minimumCoreVersion": "0.5.3",
"compatibleCoreVersion": "0.5.5",
"templateVersion": 1,
"author": "megastruktur",
"esmodules": ["module/blades.js"],
"styles": ["styles/blades.css"],
"languages": ["en"],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": null,
"secondaryTokenAttribute": null,
"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"
},
{
"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 Features",
"label": "Crew Features",
"system": "blades-in-the-dark",
"path": "./packs/crew_features.db",
"entity": "Item"
},
{
"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"
}
]
}