Spot the link / entityClass error!

This commit is contained in:
Professor Bunbury 2020-10-23 13:05:18 -04:00
parent de52576408
commit c9a9f75a5d

View file

@ -2,18 +2,12 @@
"name": "sw5e", "name": "sw5e",
"title": "Star Wars 5th Edition", "title": "Star Wars 5th Edition",
"description": "A comprehensive game system for running games of Star wars 5th Edition in the Foundry VTT environment.", "description": "A comprehensive game system for running games of Star wars 5th Edition in the Foundry VTT environment.",
"version": 0.89, "version": 0.98,
"author": "Kakeman89", "author": "Dev Team",
"scripts": [], "scripts": [],
"esmodules": ["sw5e.js"], "esmodules": ["sw5e.js"],
"styles": ["sw5e.css"], "styles": ["sw5e.css"],
"packs": [ "packs": [
{
"name": "weapons",
"label": "Weapons",
"path": "./packs/packs/weapons.db",
"entity": "Item"
},
{ {
"name": "adventuringgear", "name": "adventuringgear",
"label": "Adventuring Gear", "label": "Adventuring Gear",
@ -39,8 +33,6 @@
"entity": "Item" "entity": "Item"
}, },
{ {
<<<<<<< Updated upstream
=======
"name": "classes", "name": "classes",
"label": "Classes", "label": "Classes",
"path": "./packs/packs/classes.db", "path": "./packs/packs/classes.db",
@ -53,15 +45,12 @@
"entity": "Item" "entity": "Item"
}, },
{ {
>>>>>>> Stashed changes
"name": "enhanceditems", "name": "enhanceditems",
"label": "Enhanced Items", "label": "Enhanced Items",
"path": "./packs/packs/enhanceditems.db", "path": "./packs/packs/enhanceditems.db",
"entity": "Item" "entity": "Item"
}, },
{ {
<<<<<<< Updated upstream
=======
"name": "feats", "name": "feats",
"label": "Feats", "label": "Feats",
"path": "./packs/packs/feats.db", "path": "./packs/packs/feats.db",
@ -74,19 +63,12 @@
"entity": "Item" "entity": "Item"
}, },
{ {
>>>>>>> Stashed changes
"name": "gamingset", "name": "gamingset",
"label": "Gaming Sets", "label": "Gaming Sets",
"path": "./packs/packs/gamingset.db", "path": "./packs/packs/gamingset.db",
"entity": "Item" "entity": "Item"
}, },
{ {
<<<<<<< Updated upstream
"name": "classes",
"label": "Classes",
"path": "./packs/packs/classes.db",
"entity": "Item"
=======
"name": "journal", "name": "journal",
"label": "Journal Entries", "label": "Journal Entries",
"path": "./packs/packs/journal.db", "path": "./packs/packs/journal.db",
@ -97,7 +79,6 @@
"label": "Monsters", "label": "Monsters",
"path": "./packs/packs/monsters.db", "path": "./packs/packs/monsters.db",
"entity": "Actor" "entity": "Actor"
>>>>>>> Stashed changes
}, },
{ {
"name": "species", "name": "species",
@ -111,12 +92,6 @@
"path": "./packs/packs/speciestraits.db", "path": "./packs/packs/speciestraits.db",
"entity": "Item" "entity": "Item"
}, },
<<<<<<< Updated upstream
{
"name": "forcepowers",
"label": "Force Powers",
"path": "./packs/packs/forcepowers.db",
=======
{ {
"name": "tables", "name": "tables",
"label": "Tables", "label": "Tables",
@ -133,27 +108,8 @@
"name": "weapons", "name": "weapons",
"label": "Weapons", "label": "Weapons",
"path": "./packs/packs/weapons.db", "path": "./packs/packs/weapons.db",
>>>>>>> Stashed changes
"entity": "Item" "entity": "Item"
}, }
{
"name": "monsters",
"label": "Monsters",
"path": "./packs/packs/monsters.db",
"entity": "Actor"
},
{
"name": "journal",
"label": "Journal Entries",
"path": "./packs/packs/journal.db",
"entity": "JournalEntry"
},
{
"name": "tables",
"label": "Tables",
"path": "./packs/packs/tables.db",
"entity": "RollTable"
}
], ],
"languages": [ "languages": [
{ {
@ -163,13 +119,12 @@
} }
], ],
"socket": true, "socket": true,
"initiative": "1d20 + @abilities.dex.mod + @attributes.init.value + (@abilities.dex.value / 100)",
"gridDistance": 5, "gridDistance": 5,
"gridUnits": "ft", "gridUnits": "ft",
"primaryTokenAttribute": "attributes.hp", "primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": null, "secondaryTokenAttribute": null,
"minimumCoreVersion": "0.5.2", "minimumCoreVersion": "0.5.6",
"compatibleCoreVersion": "0.6.8", "compatibleCoreVersion": "0.7.5",
"url": "https://github.com/unrealkakeman89/sw5e", "url": "https://github.com/unrealkakeman89/sw5e",
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json", "manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json",
"download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip" "download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip"