{
    "id": "dnd5e",
    "title": "Dungeons & Dragons Fifth Edition",
    "description": "A system for playing the fifth edition of the world's most popular role-playing game in the Foundry Virtual Tabletop environment.",
    "version": "5.2.3",
    "compatibility": {
        "minimum": "13.347",
        "verified": "13"
    },
    "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-5.2.3/dnd5e-release-5.2.3.zip",
    "authors": [
        {
            "name": "Atropos",
            "url": "https://foundryvtt.com",
            "flags": {}
        }
    ],
    "esmodules": [
        "dnd5e.mjs"
    ],
    "styles": [
        "dnd5e.css"
    ],
    "documentTypes": {
        "ActiveEffect": {
            "enchantment": {}
        },
        "Actor": {
            "character": {
                "htmlFields": [
                    "details.biography.value",
                    "details.biography.public",
                    "bastion.description"
                ]
            },
            "encounter": {
                "htmlFields": [
                    "description.full",
                    "description.summary"
                ]
            },
            "group": {
                "htmlFields": [
                    "description.full",
                    "description.summary"
                ]
            },
            "npc": {
                "htmlFields": [
                    "details.biography.value",
                    "details.biography.public"
                ]
            },
            "vehicle": {
                "htmlFields": [
                    "details.biography.value",
                    "details.biography.public"
                ]
            }
        },
        "ChatMessage": {
            "request": {},
            "rest": {},
            "turn": {}
        },
        "Item": {
            "weapon": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "equipment": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "consumable": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "tool": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "loot": {
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "race": {
                "filePathFields": {
                    "advancement.*.icon": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            },
            "background": {
                "filePathFields": {
                    "advancement.*.icon": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            },
            "class": {
                "filePathFields": {
                    "advancement.*.icon": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            },
            "subclass": {
                "filePathFields": {
                    "advancement.*.icon": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            },
            "spell": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            },
            "feat": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ],
                    "advancement.*.icon": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            },
            "container": {
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "backpack": {
                "htmlFields": [
                    "description.value",
                    "description.chat",
                    "unidentified.description"
                ]
            },
            "facility": {
                "filePathFields": {
                    "activities.*.img": [
                        "IMAGE"
                    ]
                },
                "htmlFields": [
                    "description.value",
                    "description.chat"
                ]
            }
        },
        "JournalEntryPage": {
            "class": {
                "htmlFields": [
                    "details.value",
                    "details.additionalHitPoints",
                    "description.additionalTraits",
                    "description.additionalEquipment",
                    "description.subclass"
                ]
            },
            "map": {},
            "rule": {
                "htmlFields": [
                    "tooltip"
                ]
            },
            "spells": {},
            "subclass": {
                "htmlFields": [
                    "details.value"
                ]
            }
        },
        "RegionBehavior": {
            "dnd5e.difficultTerrain": {},
            "dnd5e.rotateArea": {}
        }
    },
    "packs": [
        {
            "name": "heroes",
            "label": "Starter Heroes",
            "system": "dnd5e",
            "path": "packs/heroes",
            "type": "Actor",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "character"
                    ]
                }
            }
        },
        {
            "name": "monsters",
            "label": "Monsters (SRD)",
            "system": "dnd5e",
            "path": "packs/monsters",
            "type": "Actor",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "npc"
                    ]
                }
            }
        },
        {
            "name": "items",
            "label": "Items (SRD)",
            "system": "dnd5e",
            "path": "packs/items",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "weapon",
                        "equipment",
                        "consumable",
                        "tool",
                        "loot",
                        "feat",
                        "container"
                    ]
                }
            }
        },
        {
            "name": "tradegoods",
            "label": "Trade Goods (SRD)",
            "system": "dnd5e",
            "path": "packs/tradegoods",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "loot"
                    ]
                }
            }
        },
        {
            "name": "spells",
            "label": "Spells (SRD)",
            "system": "dnd5e",
            "path": "packs/spells",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sorting": "m",
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "spell"
                    ]
                }
            }
        },
        {
            "name": "backgrounds",
            "label": "Backgrounds (SRD)",
            "system": "dnd5e",
            "path": "packs/backgrounds",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "background",
                        "feat"
                    ]
                }
            }
        },
        {
            "name": "classes",
            "label": "Classes (SRD)",
            "system": "dnd5e",
            "path": "packs/classes",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "class"
                    ]
                }
            }
        },
        {
            "name": "subclasses",
            "label": "Subclasses (SRD)",
            "system": "dnd5e",
            "path": "packs/subclasses",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "subclass"
                    ]
                }
            }
        },
        {
            "name": "classfeatures",
            "label": "Class & Subclass Features (SRD)",
            "system": "dnd5e",
            "path": "packs/classfeatures",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "feat",
                        "weapon"
                    ]
                }
            }
        },
        {
            "name": "races",
            "label": "Races (SRD)",
            "system": "dnd5e",
            "path": "packs/races",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "race",
                        "feat"
                    ]
                }
            }
        },
        {
            "name": "monsterfeatures",
            "label": "Monster Features (SRD)",
            "system": "dnd5e",
            "path": "packs/monsterfeatures",
            "type": "Item",
            "private": false,
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.1",
                    "types": [
                        "feat",
                        "weapon"
                    ]
                }
            }
        },
        {
            "name": "rules",
            "label": "Rules (SRD)",
            "system": "dnd5e",
            "path": "packs/rules",
            "type": "JournalEntry",
            "private": false,
            "flags": {
                "dnd5e": {
                    "display": "table-of-contents"
                }
            }
        },
        {
            "name": "tables",
            "label": "Tables (SRD)",
            "system": "dnd5e",
            "path": "packs/tables",
            "type": "RollTable",
            "private": false,
            "flags": {}
        },
        {
            "name": "content24",
            "label": "Rules",
            "path": "packs/content24",
            "type": "JournalEntry",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "display": "table-of-contents"
            }
        },
        {
            "name": "classes24",
            "label": "Character Classes",
            "path": "packs/classes24",
            "type": "Item",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.2",
                    "types": [
                        "class",
                        "subclass",
                        "feat"
                    ]
                }
            }
        },
        {
            "name": "origins24",
            "label": "Character Origins",
            "path": "packs/origins24",
            "type": "Item",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.2",
                    "types": [
                        "race",
                        "background",
                        "feat"
                    ]
                }
            }
        },
        {
            "name": "feats24",
            "label": "Feats",
            "path": "packs/feats24",
            "type": "Item",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.2",
                    "types": [
                        "feat"
                    ]
                }
            }
        },
        {
            "name": "spells24",
            "label": "Spells",
            "path": "packs/spells24",
            "type": "Item",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sorting": "m",
                    "sourceBook": "SRD 5.2",
                    "types": [
                        "spell"
                    ]
                }
            }
        },
        {
            "name": "equipment24",
            "label": "Equipment",
            "path": "packs/equipment24",
            "type": "Item",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.2",
                    "types": [
                        "weapon",
                        "equipment",
                        "consumable",
                        "tool",
                        "loot",
                        "feat",
                        "container"
                    ]
                }
            }
        },
        {
            "name": "tables24",
            "label": "Roll Tables",
            "path": "packs/tables24",
            "type": "RollTable",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e"
        },
        {
            "name": "actors24",
            "label": "Actors",
            "path": "packs/actors24",
            "type": "Actor",
            "ownership": {
                "PLAYER": "OBSERVER",
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sorting": "m",
                    "sourceBook": "SRD 5.2"
                }
            }
        },
        {
            "name": "monsterfeatures24",
            "label": "Monster Features",
            "path": "packs/monsterfeatures24",
            "type": "Item",
            "ownership": {
                "ASSISTANT": "OWNER"
            },
            "system": "dnd5e",
            "flags": {
                "dnd5e": {
                    "sourceBook": "SRD 5.2",
                    "types": [
                        "feat",
                        "weapon"
                    ]
                }
            }
        }
    ],
    "packFolders": [
        {
            "name": "D&D Modern Content",
            "color": "#cd2c1e",
            "sorting": "m",
            "packs": [
                "content24",
                "classes24",
                "origins24",
                "feats24",
                "spells24",
                "tables24",
                "actors24",
                "equipment24",
                "monsterfeatures24"
            ]
        },
        {
            "name": "D&D Legacy Content",
            "sorting": "m",
            "color": "#cd2c1e",
            "packs": [
                "rules",
                "tables",
                "heroes"
            ],
            "folders": [
                {
                    "name": "Character Features",
                    "sorting": "m",
                    "color": "#b72c1f",
                    "packs": [
                        "classes",
                        "subclasses",
                        "classfeatures",
                        "backgrounds",
                        "races"
                    ]
                },
                {
                    "name": "Items & Spells",
                    "sorting": "m",
                    "color": "#941919 ",
                    "packs": [
                        "items",
                        "spells",
                        "tradegoods"
                    ]
                },
                {
                    "name": "Monsters",
                    "sorting": "m",
                    "color": "#7d160c",
                    "packs": [
                        "monsters",
                        "monsterfeatures"
                    ]
                }
            ]
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json",
            "flags": {}
        }
    ],
    "media": [
        {
            "type": "cover",
            "loop": false,
            "flags": {}
        },
        {
            "type": "setup",
            "url": "systems/dnd5e/ui/official/dnd5e-repo.jpg",
            "thumbnail": "systems/dnd5e/ui/official/dnd5e-thumbnail.jpg"
        }
    ],
    "socket": true,
    "grid": {
        "distance": 5,
        "units": "ft"
    },
    "primaryTokenAttribute": "attributes.hp",
    "background": "systems/dnd5e/ui/official/dnd5e-background.webp",
    "flags": {
        "compendiumArtMappings": {
            "dnd5e": {
                "mapping": "systems/dnd5e/json/fa-token-mapping.json",
                "credit": "<em>Token artwork by <a href=\"https://www.forgotten-adventures.net/\" target=\"_blank\" rel=\"noopener\">Forgotten Adventures</a>.</em>"
            }
        },
        "dnd5e": {
            "sourceBooks": {
                "SRD 5.1": "SOURCE.BOOK.SRD51",
                "SRD 5.2": "SOURCE.BOOK.SRD52",
                "Free Rules": "SOURCE.BOOK.FreeRules"
            }
        },
        "needsMigrationVersion": "5.2.0",
        "compatibleMigrationVersion": "0.8",
        "hotReload": false
    }
}