foundry-sw5e/system.json
supervj b56a074697 DND5e Core 1.3.5
DND5e Core 1.3.5 modded to SW5e System

Combining with DND5e Core 1.3.2 to see one big commit since last core update

DND5e Core 1.3.2 modded to SW5e System
2021-06-22 22:01:19 -04:00

99 lines
2.4 KiB
JSON

{
"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"
},
{
"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"
},
{
"name": "classes",
"label": "Classes (SRD)",
"system": "sw5e",
"path": "./packs/classes.db",
"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"
},
{
"name": "monsterfeatures",
"label": "Monster Features (SRD)",
"system": "sw5e",
"path": "./packs/monsterfeatures.db",
"entity": "Item"
},
{
"name": "rules",
"label": "Rules (SRD)",
"system": "sw5e",
"path": "./packs/rules.db",
"entity": "JournalEntry"
}
],
"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"
}