{ "title": "Farkle - A Dice Game", "description": "Bring a touch of medieval mischief to your game night with Farkle, the classic game of luck and risk—now as a quick-play module! Known from Kingdom Come: Deliverance, this ancient pastime is perfect for passing time in a tavern, settling scores over ale, or keeping your group entertained while someone’s AFK. Easy to learn, fast to play, and endlessly addictive—roll the dice, press your luck, and don’t farkle out! Ideal for Foundry VTT side sessions, tavern downtime, or in-game gambling scenes.", "version": "1.0.8", "url": "https://github.com/Cibola8/farkledice", "manifest": "https://raw.githubusercontent.com/Cibola8/farkledice/master/module.json", "download": "https://github.com/Cibola8/farkledice/releases/download/1.0.8/farkledice-1.0.8.zip", "languages": [ { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" } ], "esmodules": [ "modules/init.js" ], "id": "farkledice", "authors": [ { "name": "Cibola8" } ], "styles": [ { "name": "Farkle", "src": "styles/css/farkle.css" } ], "compatibility": { "minimum": "13", "verified": "13", "maximum": "13" }, "packs": [ { "name": "macros", "label": "Farkle Macros", "path": "packs/macros.db", "type": "Macro" } ], "socket": true, "flags": { "hotReload": { "extensions": [ "css", "html", "hbs", "json" ], "paths": [ "templates", "styles/css", "lang" ] } } }