{ "id": "dnd4e", "title": "DnD 4th Edition", "description": "An implementation of Dungeons & Dragons 4th Edition game system for Foundry Virtual Tabletop.", "version": "0.7.6", "compatibility":{ "minimum": "13", "verified": "13.351", "maximum": "13" }, "authors": [ { "name": "EndlesNights", "url": "https://github.com/EndlesNights", "email": "endlesnights@gmail.com", "discord": "endlesnights#9000" }, { "name": "Fox Lee", "url": "https://www.invincible.ink", "email": "fox@munchlax.org", "discord": "theartgremblin" }, { "name": "SagaTympana", "url": "https://github.com/SagaTympana", "discord": "sagatympana" } ], "esmodules": [ "module/dnd4e.js" ], "styles": [ "styles/dnd4e.css" ], "packs": [ { "name": "equipmentPack", "label": "Equipment", "path": "./packs/equipmentPack", "type": "Item", "private": false, "flags": {} }, { "name": "featuresPack", "label": "Classes, Race, & Features", "path": "./packs/featuresPack", "type": "Item", "private": false, "flags": {} }, { "name": "example_powers", "label": "Example Powers", "system": "dnd4e", "path": "./packs/example_powers", "type": "Item", "private": false, "flags": {} }, { "name": "manual", "label": "Manual & Help", "system": "dnd4e", "path": "./packs/manual", "type": "JournalEntry", "private": false, "flags": {} }, { "name": "example_character", "label": "Example Character", "system": "dnd4e", "path": "./packs/example_character", "type": "Actor", "private": false, "flags": {} }, { "name": "srd_rules", "label": "SRD Rules", "system": "dnd4e", "path": "./packs/srd_rules", "type": "JournalEntry" } ], "packFolders": [ { "name": "DnD4e", "color": "#193974", "packs": [ "equipmentPack", "featuresPack", "example_powers", "manual", "example_character", "srd_rules" ] } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "fr", "name": "Français", "path": "lang/fr.json" }, { "lang": "cn", "name": "中文", "path": "lang/cn.json" }, { "lang": "en-AU", "name": "English (Australian)", "path": "lang/en-au.json" }, { "lang": "pt-br", "name": "Portugues do Brasil", "path": "lang/pt-br.json" }, { "lang": "es", "name": "Español", "path": "lang/es.json" } ], "socket": true, "grid": { "distance": 1, "units": "sq" }, "documentTypes": { "Actor": { "Player Character": { "htmlFields": ["biography"] }, "NPC": { "htmlFields": ["biography"] }, "Hazard": { "htmlFields": ["description"] } }, "Item": { "backpack": {}, "consumable": {}, "equipment": {}, "feature": {}, "loot": {}, "power": {}, "ritual": {}, "tool": {}, "weapon": {} }, "RegionBehavior" : { "difficultTerrain" :{} } }, "primaryTokenAttribute": "attributes.hp", "url": "https://github.com/EndlesNights/dnd4eBeta", "manifest": "https://raw.githubusercontent.com/EndlesNights/dnd4eBeta/main/system.json", "download": "https://github.com/EndlesNights/dnd4eBeta/archive/0.7.6.zip", "flags": { "needsMigrationVersion": "0.7.1", "compatibleMigrationVersion": "0.2.50", "hotReload": { "extensions": ["css", "html", "hbs"], "paths": ["styles", "templates"] } } }