forked from GitHub-Mirrors/foundry-sw5e

System main update to be inline with dnd5e 1.1.1 Added active effects to as many sheets as I thought applicable. Please check loot, I made an attempt but it may be broken All .less .css and actor .html updates were made to the old actors. New actors may be broken with this update removed templates\actors\oldActor\parts\actor-effects.html for newer templates\actors\parts\active-effects.html removed module\apps\cast-dialog, templates\apps\cast-cast.html, and templates\items\cast.html. I do not think they are used, I think they were deprecated when powers were treated as items, if not we can add them back in. **NOTE** REQUIRES Foundry 0.7.6
144 lines
3.5 KiB
JSON
144 lines
3.5 KiB
JSON
{
|
|
"name": "sw5e",
|
|
"title": "SW 5th Edition",
|
|
"description": "A comprehensive game system for running games of SW 5th Edition in the Foundry VTT environment.",
|
|
"version": "1.1.1",
|
|
"author": "Dev Team",
|
|
"scripts": [],
|
|
"esmodules": ["sw5e.js"],
|
|
"styles": ["sw5e.css", "sw5e-global.css", "sw5e-light.css", "sw5e-dark.css"],
|
|
"packs": [
|
|
{
|
|
"name": "adventuringgear",
|
|
"label": "Adventuring Gear",
|
|
"path": "./packs/packs/adventuringgear.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "archetypes",
|
|
"label": "Archetypes",
|
|
"path": "./packs/packs/archetypes.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "armor",
|
|
"label": "Armor",
|
|
"path": "./packs/packs/armor.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "backgrounds",
|
|
"label": "Backgrounds",
|
|
"path": "./packs/packs/backgrounds.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "classes",
|
|
"label": "Classes",
|
|
"path": "./packs/packs/classes.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "classfeatures",
|
|
"label": "Class Features",
|
|
"path": "./packs/packs/classfeatures.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "enhanceditems",
|
|
"label": "Enhanced Items",
|
|
"path": "./packs/packs/enhanceditems.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "feats",
|
|
"label": "Feats",
|
|
"path": "./packs/packs/feats.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "fightingstyles",
|
|
"label": "Fighting Styles",
|
|
"path": "./packs/packs/fightingstyles.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "fightingmasteries",
|
|
"label": "Fighting Masteries",
|
|
"path": "./packs/packs/fightingmasteries.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "forcepowers",
|
|
"label": "Force Powers",
|
|
"path": "./packs/packs/forcepowers.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "gamingset",
|
|
"label": "Gaming Sets",
|
|
"path": "./packs/packs/gamingset.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "lightsaberform",
|
|
"label": "Lightsaber Forms",
|
|
"path": "./packs/packs/lightsaberforms.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "monsters",
|
|
"label": "Monsters",
|
|
"path": "./packs/packs/monsters.db",
|
|
"entity": "Actor"
|
|
},
|
|
{
|
|
"name": "species",
|
|
"label": "Species",
|
|
"path": "./packs/packs/species.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "speciestraits",
|
|
"label": "Species Traits",
|
|
"path": "./packs/packs/speciestraits.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "tables",
|
|
"label": "Tables",
|
|
"path": "./packs/packs/tables.db",
|
|
"entity": "RollTable"
|
|
},
|
|
{
|
|
"name": "techpowers",
|
|
"label": "Tech Powers",
|
|
"path": "./packs/packs/techpowers.db",
|
|
"entity": "Item"
|
|
},
|
|
{
|
|
"name": "weapons",
|
|
"label": "Weapons",
|
|
"path": "./packs/packs/weapons.db",
|
|
"entity": "Item"
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"socket": true,
|
|
"gridDistance": 5,
|
|
"gridUnits": "ft",
|
|
"primaryTokenAttribute": "attributes.hp",
|
|
"secondaryTokenAttribute": null,
|
|
"minimumCoreVersion": "0.7.6",
|
|
"compatibleCoreVersion": "0.7.6",
|
|
"url": "https://github.com/unrealkakeman89/sw5e",
|
|
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json",
|
|
"download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip"
|
|
|
|
}
|