foundryvtt-beam-saber/system.json
Peter Varaksin 7b33126768 GH-11 Crew Reputation
- Closes #11
- Changes the crew_feature to crew_reputation
- Adds crew_reputation items
- Adds concept of "distinct" item types
- Removes some unnecessary logs
2020-05-04 19:28:55 +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 Reputation",
"label": "Crew Reputation",
"system": "blades-in-the-dark",
"path": "./packs/crew_reputation.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"
}
]
}