{
    "id": "custom-system-builder",
    "title": "Custom System Builder",
    "description": "Build your own system with easy to use components",
    "compatibility": {
        "minimum": "13",
        "verified": "13.350",
        "maximum": "13"
    },
    "authors": [
        {
            "name": "Jean-Baptiste Louvet-Daniel",
            "email": "linkedfluuuush@gmail.com",
            "discord": "LinkedFluuuush"
        },
        {
            "name": "Martin1522",
            "email": "martindeutsch152@outlook.de",
            "discord": "Martin1522"
        },
        {
            "name": "adorablecoin",
            "discord": "adorablecoin"
        },
        {
            "name": "Caloup"
        }
    ],
    "relationships": {
        "recommends": [
            {
                "id": "_chatcommands",
                "type": "module",
                "manifest": "https://gitlab.com/woodentavern/foundryvtt-chat-command-lib/-/raw/master/src/module.json",
                "compatibility": {
                    "minimum": "2.0.4",
                    "verified": "2.0.4"
                }
            },
            {
                "id": "dfreds-convenient-effects",
                "type": "module",
                "manifest": "https://github.com/DFreds/dfreds-convenient-effects/releases/download/v8.1.2/module.json",
                "compatibility": {
                    "minimum": "8.1.2",
                    "verified": "8.1.2"
                }
            },
            {
                "id": "statuscounter",
                "type": "module",
                "manifest": "https://gitlab.com/woodentavern/status-icon-counters/-/raw/master/src/module.json",
                "compatibility": {
                    "minimum": "3.0.4",
                    "verified": "3.0.4"
                }
            }
        ]
    },
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "lang/fr.json"
        },
        {
            "lang": "de",
            "name": "Deutsch",
            "path": "lang/de.json"
        },
        {
            "lang": "ru",
            "name": "Русский",
            "path": "lang/ru.json"
        }
    ],
    "esmodules": [
        "module/custom-system-builder.js"
    ],
    "scripts": [
        "lib/math.js",
        "lib/deep-diff.min.js"
    ],
    "styles": [
        "css/sheet/sheet.css",
        "css/sheet/sheet-v1.css",
        "css/sheet/sheet-v2.css",
        "css/sheet/template.css",
        "css/chat-message.css",
        "css/attributes-editor.css",
        "css/component-editor.css",
        "css/user-input-editor.css",
        "css/export-display.css",
        "css/modifiers-editor.css",
        "css/custom-status-effects.css",
        "css/custom-dialog.css",
        "css/display-settings.css",
        "css/active-effect-config.css"
    ],
    "documentTypes": {
        "Actor": {
            "character": {},
            "_template": {}
        },
        "Item": {
            "equippableItem": {},
            "_equippableItemTemplate": {},
            "subTemplate": {},
            "userInputTemplate": {},
            "activeEffectContainer": {}
        }
    },
    "grid": {
        "distance": 2,
        "units": "m",
        "type": 1,
        "diagonals": 0
    },
    "url": "https://gitlab.com/custom-system-builder/custom-system-builder/",
    "manifest": "https://gitlab.com/custom-system-builder/custom-system-builder/-/releases/permalink/latest/downloads/system.json",
    "download": "https://gitlab.com/custom-system-builder/custom-system-builder/-/releases/5.2.1/downloads/custom-system-builder.zip",
    "version": "5.2.1"
}