foundryvtt-beam-saber/system.json

89 lines
2.3 KiB
JSON
Raw Normal View History

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.",
"version": "0.6.0",
"minimumCoreVersion": "0.5.3",
"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/",
"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": [
{
"name": "class",
2020-04-22 07:57:36 +00:00
"label": "Classes",
"system": "blades-in-the-dark",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "heritage",
2020-04-22 07:57:36 +00:00
"label": "Heritages",
"system": "blades-in-the-dark",
"path": "./packs/heritages.db",
"entity": "Item"
},
{
"name": "vice",
2020-04-22 07:57:36 +00:00
"label": "Vices",
"system": "blades-in-the-dark",
"path": "./packs/vices.db",
"entity": "Item"
},
{
"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
},
{
"name": "item",
2020-04-23 16:11:04 +00:00
"label": "Items",
"system": "blades-in-the-dark",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "ability",
2020-04-23 16:11:04 +00:00
"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"
2020-04-27 16:42:40 +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"
},
{
"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"
2020-04-22 07:57:36 +00:00
}
]
2020-04-17 21:23:57 +00:00
}