{ "id": "dsk", "title": "Die Schwarze Katze/A Furry Tale", "description": "Das Rollenspiel Die Schwarze Katze spielt in Aventurien, in der Welt von Das Schwarze Auge. Jedoch schlüpfst du in die Rolle einer erwachten Katze und erlebst die Welt und Abenteuer aus einer ganz anderen Perspektive.", "version": "4.2.5", "download": "https://github.com/Plushtoast/dsk-foundryVTT/releases/download/4.2.5/dsk-foundryVTT-4.2.5.zip", "authors": [ { "name": "Plushtoast" }, { "name": "VTTom", "youtube": "youtube.com/@VTTom", "homepage": "https://vttom.de", "kofi": "https://ko-fi.com/vttom" } ], "scripts": [ "libs/flexsearch.min.js", "libs/select2.min.js" ], "esmodules": [ "bundle/modules/dsk.js" ], "styles": [ "styles/css/select2.min.css", "styles/css/dsk.css" ], "packs": [ { "name": "default", "label": "Basis Gegenstände", "system": "dsk", "path": "packs/default.db", "type": "Item", "flags": { "dsklang": "de" } }, { "name": "patzer", "label": "Patzer", "system": "dsk", "path": "packs/patzer.db", "type": "RollTable", "flags": { "dsklang": "de" } } ], "languages": [ { "lang": "de", "name": "Deutsch", "path": "lang/de.json" } ], "background": "systems/dsk/icons/githublogo.webp", "socket": true, "initiative": "@stats.ini.value + @stats.ini.die + (1d99 * 0.0001)", "grid": { "distance": 1, "units": "Schritt" }, "primaryTokenAttribute": "stats.LeP", "secondaryTokenAttribute": "stats.AeP", "compatibility": { "minimum": "13", "verified": "13", "maximum": "13" }, "url": "https://github.com/Plushtoast/dsk-foundryVTT", "manifest": "https://raw.githubusercontent.com/Plushtoast/dsk-foundryVTT/foundry13/system.json", "packFolders": [ { "name": "Die Schwarze Katze", "sorting": "m", "packs": [ "default", "patzer" ] } ], "documentTypes": { "Combatant": { "dsacombatant": {} }, "Actor": { "character": { "htmlFields": [ "notes.owner", "notes.gm", "notes.description", "notes.biography" ] }, "creature": { "htmlFields": [ "notes.description", "notes.behavior", "notes.specialRules", "notes.owner" ] }, "npc": { "htmlFields": [ "notes.owner", "notes.gm", "notes.description", "notes.biography" ] } }, "Item": { "equipment": { "htmlFields": [ "description.value", "description.gminfo" ] }, "armor": { "htmlFields": [ "description.value", "description.gminfo" ] }, "ammunition": { "htmlFields": [ "description.value", "description.gminfo" ] }, "rangeweapon": { "htmlFields": [ "description.value", "description.gminfo" ] }, "meleeweapon": { "htmlFields": [ "description.value", "description.gminfo" ] }, "skill": { "htmlFields": [ "description.value", "description.gminfo" ] }, "combatskill": { "htmlFields": [ "description.value", "description.gminfo" ] }, "specialability": { "htmlFields": [ "description.value", "description.gminfo", "rule" ] }, "advantage": { "htmlFields": [ "description.value", "description.gminfo", "rule" ] }, "disadvantage": { "htmlFields": [ "description.value", "description.gminfo", "rule" ] }, "trait": { "htmlFields": [ "description.value", "description.gminfo" ] }, "species": { "htmlFields": [ "description.value", "description.gminfo" ] }, "culture": { "htmlFields": [ "description.value", "description.gminfo" ] }, "profession": { "htmlFields": [ "description.value", "description.gminfo", "description.gear" ] }, "ahnengabe": { "htmlFields": [ "description.value", "description.gminfo" ] }, "ahnengeschenk": { "htmlFields": [ "description.value", "description.gminfo" ] }, "poison": { "htmlFields": [ "description.value", "description.gminfo" ] }, "consumable": { "htmlFields": [ "description.value", "description.gminfo" ] }, "information": { "htmlFields": [ "description.value", "description.gminfo" ] }, "effectwrapper": { "htmlFields": [ "description.value", "description.gminfo" ] } } }, "flags": { "hotReload": { "extensions": [ "css", "html", "hbs", "json" ], "paths": [ "templates", "styles/css", "lang" ] } } }