{ "name": "sw5e", "title": "Star Wars 5th Edition", "description": "A comprehensive game system for running games of Star wars 5th Edition in the Foundry VTT environment.", "version": 0.89, "author": "Kakeman89", "scripts": [], "esmodules": ["sw5e.js"], "styles": ["sw5e.css"], "packs": [ { "name": "weapons", "label": "Weapons", "path": "./packs/packs/weapons.db", "entity": "Item" }, { "name": "adventuringgear", "label": "Adventuring Gear", "path": "./packs/packs/adventuringgear.db", "entity": "Item" }, { "name": "armor", "label": "Armor", "path": "./packs/packs/armor.db", "entity": "Item" }, { "name": "enhanceditems", "label": "Enhanced Items", "path": "./packs/packs/enhanceditems.db", "entity": "Item" }, { "name": "gamingset", "label": "Gaming Sets", "path": "./packs/packs/gamingset.db", "entity": "Item" }, { "name": "classes", "label": "Classes", "path": "./packs/packs/classes.db", "entity": "Item" }, { "name": "species", "label": "Species", "path": "./packs/packs/species.db", "entity": "Item" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "socket": true, "initiative": "1d20 + @abilities.dex.mod + @attributes.init.value + (@abilities.dex.value / 100)", "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, "minimumCoreVersion": "0.5.2", "compatibleCoreVersion": "0.6.8", "url": "https://github.com/unrealkakeman89/sw5e", "manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/magicjedi90/system.json", "download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip" }