forked from GitHub-Mirrors/foundry-sw5e
Merge pull request #221 from unrealkakeman89/Develop-0.8
Updated to 0.8
This commit is contained in:
commit
76ef89b518
89 changed files with 4053 additions and 2237 deletions
54
system.json
54
system.json
|
@ -2,7 +2,7 @@
|
|||
"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.2.4.R1-A5",
|
||||
"version": "1.3.3.R1-A6",
|
||||
"author": "Dev Team",
|
||||
"scripts": [],
|
||||
"esmodules": ["sw5e.js"],
|
||||
|
@ -50,18 +50,6 @@
|
|||
"path": "./packs/packs/conditions.db",
|
||||
"entity": "JournalEntry"
|
||||
},
|
||||
{
|
||||
"name": "deployments",
|
||||
"label": "Deployments",
|
||||
"path": "./packs/packs/deployments.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "deploymentfeatures",
|
||||
"label": "Deployment Features",
|
||||
"path": "./packs/packs/deploymentfeatures.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "enhanceditems",
|
||||
"label": "Enhanced Items",
|
||||
|
@ -121,36 +109,6 @@
|
|||
"label": "Species Traits",
|
||||
"path": "./packs/packs/speciestraits.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshiparmor",
|
||||
"label": "Starship Armor",
|
||||
"path": "./packs/packs/starshiparmor.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipequipment",
|
||||
"label": "Starship Equipment",
|
||||
"path": "./packs/packs/starshipequipment.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipfeatures",
|
||||
"label": "Starship Features",
|
||||
"path": "./packs/packs/starshipfeatures.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipmodifications",
|
||||
"label": "Starship Modifications",
|
||||
"path": "./packs/packs/starshipmodifications.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipweapons",
|
||||
"label": "Starship Weapons",
|
||||
"path": "./packs/packs/starshipweapons.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "tables",
|
||||
|
@ -164,12 +122,6 @@
|
|||
"path": "./packs/packs/techpowers.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "ventures",
|
||||
"label": "Ventures",
|
||||
"path": "./packs/packs/ventures.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "weapons",
|
||||
"label": "Weapons",
|
||||
|
@ -199,8 +151,8 @@
|
|||
"gridUnits": "ft",
|
||||
"primaryTokenAttribute": "attributes.hp",
|
||||
"secondaryTokenAttribute": null,
|
||||
"minimumCoreVersion": "0.7.7",
|
||||
"compatibleCoreVersion": "0.7.9",
|
||||
"minimumCoreVersion": "0.8.3",
|
||||
"compatibleCoreVersion": "0.8.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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue