{
    "id": "mmm",
    "title": "Maxwell's Manual of Malicious Maladies",
    "description": "208 lingering injuries all with different severities, durations, and consequences, based on the 13 different damage types.",
    "version": "5.0.1",
    "authors": [
        {
            "name": "theripper93",
            "email": "tsplab@gmail.com",
            "url": "https://www.patreon.com/theripper93"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        }
    ],
    "esmodules": [
        "scripts/main.js"
    ],
    "styles": [
        "styles/module.css"
    ],
    "packs": [
        {
            "name": "mmmm",
            "label": "Maxwell's Manual of Malicious Maladies Tables",
            "path": "packs/tables.db",
            "type": "RollTable",
            "private": false
        },
        {
            "name": "mmmmi",
            "label": "Maxwell's Manual of Malicious Maladies Items",
            "path": "packs/items.db",
            "type": "Item",
            "private": false,
            "system": "dnd5e"
        },
        {
            "name": "mmmmj",
            "label": "Maxwell's Manual of Malicious Maladies",
            "path": "packs/journals.db",
            "type": "JournalEntry",
            "private": false
        }
    ],
    "url": "https://github.com/theripper93/Maxwell-s-Manual-of-Malicious-Maladies",
    "manifest": "https://github.com/theripper93/Maxwell-s-Manual-of-Malicious-Maladies/releases/latest/download/module.json",
    "download": "https://github.com/theripper93/Maxwell-s-Manual-of-Malicious-Maladies/releases/download/5.0.1/module.zip",
    "socket": true,
    "relationships": {
        "requires": [],
        "systems": [
            {
                "id": "dnd5e",
                "type": "system",
                "compatibility": {
                    "minimum": "3.0.0"
                }
            }
        ]
    },
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    }
}