{
  "title": "Die schwarze Katze - Grundregelwerk",
  "description": "Everything for an easy and quick start into \"Die Schwarze Katze/A Furry Tale\" on Foundry VTT.",
  "version": "5.0.0",
  "url": "https://github.com/Plushtoast/dsk-foundryVTT",
  "manifest": "https://ulisses-fvtt-manifests.s3.amazonaws.com/dsk-core/module.json",
  "download": "https://ulisses-fvtt-releases.s3.amazonaws.com/dsk-core-5.0.0.zip",
  "languages": [
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "lang/de.json"
    }
  ],
  "esmodules": [
    "modules/init.js"
  ],
  "packs": [
    {
      "name": "corebestiary",
      "label": "Kreaturen",
      "system": "dsk",
      "path": "packs/corebestiary.db",
      "type": "Actor",
      "flags": {
        "dsklang": "de"
      }
    },
    {
      "name": "coreactors",
      "label": "Archetypen",
      "system": "dsk",
      "path": "packs/coreactors.db",
      "type": "Actor",
      "flags": {
        "dsklang": "de"
      }
    },
    {
      "name": "coreequipment",
      "label": "Ausrüstung",
      "system": "dsk",
      "path": "packs/coreequipment.db",
      "type": "Item",
      "flags": {
        "dsklang": "de"
      }
    },
    {
      "name": "coremaps",
      "label": "Karten",
      "system": "dsk",
      "path": "packs/coremaps.db",
      "type": "Scene",
      "flags": {
        "dsklang": "de"
      }
    },
    {
      "name": "corerules",
      "label": "Grundregeln",
      "system": "dsk",
      "path": "packs/corerules.db",
      "type": "JournalEntry",
      "flags": {
        "dsklang": "de"
      }
    }
  ],
  "id": "dsk-core",
  "authors": [
    {
      "name": "Plushtoast"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "dsk",
        "type": "system",
        "compatibility": {
          "minimum": "5.0.0"
        }
      }
    ]
  },
  "media": [
    {
      "type": "setup",
      "url": "modules/dsk-core/icons/thumbs/setup.webp",
      "thumbnail": "modules/dsk-core/icons/thumbs/setup-thumb.webp"
    }
  ],
  "compatibility": {
    "minimum": "14",
    "verified": "14",
    "maximum": "14"
  },
  "packFolders": [
    {
      "name": "Grundregelwerk",
      "sorting": "m",
      "packs": [
        "corebestiary",
        "coreactors",
        "coreequipment",
        "coremaps",
        "corerules"
      ]
    }
  ],
  "protected": true
}