{ "id": "dnd5e", "title": "DnD5e - Fifth Edition System", "description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.", "version": "2.0.3", "compatibility": { "minimum": "10", "verified": "10", "maximum": "10" }, "url": "https://github.com/foundryvtt/dnd5e/", "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "download": "https://github.com/foundryvtt/dnd5e/releases/download/release-2.0.3/dnd5e-release-2.0.3.zip", "authors": [ { "name": "Atropos", "url": "https://foundryvtt.com" } ], "scripts": [], "esmodules": ["dnd5e.mjs"], "styles": ["dnd5e.css"], "packs": [ { "name": "heroes", "label": "Starter Heroes", "system": "dnd5e", "path": "./packs/heroes.db", "type": "Actor" }, { "name": "monsters", "label": "Monsters (SRD)", "system": "dnd5e", "path": "./packs/monsters.db", "type": "Actor" }, { "name": "items", "label": "Items (SRD)", "system": "dnd5e", "path": "./packs/items.db", "type": "Item" }, { "name": "tradegoods", "label": "Trade Goods (SRD)", "system": "dnd5e", "path": "./packs/tradegoods.db", "type": "Item" }, { "name": "spells", "label": "Spells (SRD)", "system": "dnd5e", "path": "./packs/spells.db", "type": "Item" }, { "name": "backgrounds", "label": "Backgrounds (SRD)", "system": "dnd5e", "path": "./packs/backgrounds.db", "type": "Item" }, { "name": "classes", "label": "Classes (SRD)", "system": "dnd5e", "path": "./packs/classes.db", "type": "Item" }, { "name": "subclasses", "label": "Subclasses (SRD)", "system": "dnd5e", "path": "./packs/subclasses.db", "type": "Item" }, { "name": "classfeatures", "label": "Class Features (SRD)", "system": "dnd5e", "path": "./packs/classfeatures.db", "type": "Item" }, { "name": "races", "label": "Racial Features (SRD)", "system": "dnd5e", "path": "./packs/races.db", "type": "Item" }, { "name": "monsterfeatures", "label": "Monster Features (SRD)", "system": "dnd5e", "path": "./packs/monsterfeatures.db", "type": "Item" }, { "name": "rules", "label": "Rules (SRD)", "system": "dnd5e", "path": "./packs/rules.db", "type": "JournalEntry" }, { "name": "tables", "label": "Tables (SRD)", "system": "dnd5e", "path": "./packs/tables.db", "type": "RollTable" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "media": [ { "type":"cover", "link":"https://github.com/foundryvtt/dnd5e/blob/v10-dev/media/repo-dnd5e.jpg?raw=true" } ], "socket": true, "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, "flags": { "needsMigrationVersion": "2.0.2", "compatibleMigrationVersion": "0.8" } }