{ "name": "D35E", "title": "D&D 3.5e", "description": "A convertion of Furyspark's Pathfinder1 system to make a functional 3.5e system for FoundryVTT", "version": 0.55, "author": "LoopeeDK", "templateVersion": 2, "scripts": [], "esmodules": ["D35E.js"], "styles": ["D35E.css"], "packs": [ { "name": "classes", "label": "Classes", "system": "D35E", "path": "./packs/classes.db", "entity": "Item" }, { "name": "commonbuffs", "label": "Common Buffs", "system": "D35E", "path": "./packs/commonbuffs.db", "entity": "Item" }, { "name": "spells", "label": "Spells", "system": "D35E", "path": "./packs/spells.db", "entity": "Item" }, { "name": "feats", "label": "Feats", "system": "D35E", "path": "./packs/feats.db", "entity": "Item" }, { "name": "items", "label": "Items", "system": "D35E", "path": "./packs/items.db", "entity": "Item" }, { "name": "armors-and-shields", "label": "Armor and Shields", "system": "D35E", "path": "./packs/armors-and-shields.db", "entity": "Item" }, { "name": "weapons-and-ammo", "label": "Weapons and Ammo", "system": "D35E", "path": "./packs/weapons-and-ammo.db", "entity": "Item" }, { "name": "racialhd", "label": "Racial HD", "system": "D35E", "path": "./packs/racial-hd.db", "entity": "Item" }, { "name": "sample-macros", "label": "Sample Macros", "system": "D35E", "path": "./packs/sample-macros.db", "entity": "Macro" }, { "name": "roll-tables", "label": "Roll Tables", "system": "D35E", "path": "./packs/roll-tables.db", "entity": "RollTable" }, { "name": "bestiary", "label": "Bestiary", "system": "D35E", "path": "./packs/bestiary.db", "entity": "Actor" }, { "name": "conditions", "label": "Conditions", "system": "D35E", "path": "./packs/conditions.db", "entity": "JournalEntry" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "de", "name": "German", "path": "lang/de.json" }, { "lang": "fr", "name": "French", "path": "lang/fr.json" } ], "socket": true, "initiative": "1d20 + @attributes.init.total + (@attributes.init.total / 100)", "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, "minimumCoreVersion": "0.5.5", "compatibleCoreVersion": "0.6.0", "url": "https://github.com/LoopeeDK/d35e", "manifest": "https://raw.githubusercontent.com/LoopeeDK/d35e/master/system.json", "download": "https://github.com/LoopeeDK/d35e/archive/master.zip" }