{ "name": "better-rolltables", "title": "Better Roll Tables", "description": "Adding functionality to roll tables, especially to roll treasure and magic items", "version": "1.8.95", "manifestPlusVersion": "1.2.0", "authors": [ { "name": "Ultrakorne", "url": "https://github.com/ultrakorne/", "discord": "Ultrakorne#6240" }, { "name": "Daniel Böttner", "url": "https://github.com/DanielBoettner/", "discord": "JackPrince#0494" }, { "name": "Daimakaicho", "url": "https://github.com/Daimakaicho" } ], "esmodules": [ "./scripts/brt-main.js" ], "styles": [ "./styles/brt.css" ], "packs": [ { "name": "brt-loot", "label": "Loot Tables", "system": "dnd5e", "path": "./packs/loot-tables.db", "entity": "RollTable" }, { "name": "brt-story", "label": "Story Tables", "path": "./packs/story-tables.db", "entity": "RollTable" }, { "name": "brt-gen", "label": "Story Generators", "path": "./packs/story-generators.db", "entity": "JournalEntry" } ], "minimumCoreVersion": "0.8.6", "compatibleCoreVersion": "0.8.9", "languages": [ { "lang": "de", "name": "Deutsch (German)", "path": "lang/de.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ko", "name": "Korean", "path": "lang/ko.json" }, { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" }, { "lang": "es-ES", "name": "Castellano", "path": "lang/es-ES.json" }, { "lang": "fr", "name": "Français", "path": "lang/fr.json" } ], "url": "https://github.com/ultrakorne/better-rolltables", "manifest": "https://raw.githubusercontent.com/ultrakorne/better-rolltables/master/module.json", "download": "https://github.com/ultrakorne/better-rolltables/releases/latest/download/better-rolltables.zip" }