foundryvtt-beam-saber/system.json

133 lines
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.",
2021-06-01 07:01:39 +00:00
"version": "3.1",
2021-05-25 10:49:45 +00:00
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.0",
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"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.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-06-01 07:01:39 +00:00
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.1.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"
2021-04-22 11:27:10 +00:00
},
{
"name": "faction",
"label": "Factions",
"system": "blades-in-the-dark",
"path": "./packs/factions.db",
"entity": "Item"
},
{
"name": "npc",
"label": "NPCs",
"system": "blades-in-the-dark",
"path": "./packs/npcs.db",
"entity": "Actor"
2020-04-22 07:57:36 +00:00
}
2020-08-05 10:00:37 +00:00
]
}