foundry-sw5e/system.json

100 lines
2.4 KiB
JSON
Raw Normal View History

{
"name": "sw5e",
"title": "SW5e - Fifth Edition System",
"description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.",
"version": "1.3.5",
"author": "Atropos",
"scripts": [],
"esmodules": ["sw5e.js"],
"styles": ["sw5e.css"],
"packs": [
{
"name": "heroes",
"label": "Starter Heroes",
"system": "sw5e",
"path": "./packs/heroes.db",
"entity": "Actor"
},
{
"name": "monsters",
"label": "Monsters (SRD)",
"system": "sw5e",
"path": "./packs/monsters.db",
"entity": "Actor"
},
2020-09-01 11:18:03 -04:00
{
"name": "items",
"label": "Items (SRD)",
"system": "sw5e",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "tradegoods",
"label": "Trade Goods (SRD)",
"system": "sw5e",
"path": "./packs/tradegoods.db",
"entity": "Item"
},
{
"name": "powers",
"label": "Powers (SRD)",
"system": "sw5e",
"path": "./packs/powers.db",
"entity": "Item"
},
2020-09-01 11:18:03 -04:00
{
"name": "classes",
"label": "Classes (SRD)",
"system": "sw5e",
"path": "./packs/classes.db",
2020-09-01 11:18:03 -04:00
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features (SRD)",
"system": "sw5e",
"path": "./packs/classfeatures.db",
"entity": "Item"
},
{
"name": "races",
"label": "Racial Features (SRD)",
"system": "sw5e",
"path": "./packs/races.db",
"entity": "Item"
2020-07-27 15:35:54 -04:00
},
{
"name": "monsterfeatures",
"label": "Monster Features (SRD)",
"system": "sw5e",
"path": "./packs/monsterfeatures.db",
"entity": "Item"
},
2020-07-27 15:35:54 -04:00
{
"name": "rules",
"label": "Rules (SRD)",
"system": "sw5e",
"path": "./packs/rules.db",
"entity": "JournalEntry"
2020-09-01 11:18:03 -04:00
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": null,
"minimumCoreVersion": "0.8.2",
"compatibleCoreVersion": "0.8.7",
"url": "https://gitlab.com/foundrynet/sw5e",
"manifest": "https://gitlab.com/foundrynet/sw5e/raw/master/system.json",
"download": "https://gitlab.com/foundrynet/sw5e/-/archive/release-1.3.5/sw5e-release-1.3.5.zip"
}