{
  "id": "earthdawn-questors",
  "title": "Earthdawn Questors",
  "description": "A module containing the Earthdawn Questors game content",
  "version": "14.0.0",
  "authors": [
    {
      "name": "Patrick Mohrmann",
      "discord": "patrickmohrmann#2953"
    }
  ],
  "scripts": [
    "scripts/welcome-message.js"
  ],
  "relationships": {
    "systems": [
      {
        "id": "ed4e",
        "type": "system",
        "compatibility": {}
      }
    ]
  },
  "packs": [
    {
      "name": "questors-journal-en",
      "label": "Questor Essays",
      "type": "JournalEntry",
      "path": "packs/questors-journal-en",
      "system": "ed4e",
      "ownership": {
        "PLAYER": "OBSERVER"
      },
      "banner": "modules/earthdawn-questors/assets/artwork/banner/slice_1.png"
    },
    {
      "name": "questors-questors-en",
      "label": "Questors",
      "type": "Item",
      "path": "packs/questors-questors-en",
      "system": "ed4e",
      "ownership": {
        "PLAYER": "OBSERVER"
      },
      "banner": "modules/earthdawn-questors/assets/artwork/banner/slice_2.png"
    },
    {
      "name": "questors-devotions-en",
      "label": "Devotions",
      "type": "Item",
      "path": "packs/questors-devotions-en",
      "system": "ed4e",
      "ownership": {
        "PLAYER": "OBSERVER"
      },
      "banner": "modules/earthdawn-questors/assets/artwork/banner/slice_3.png"
    },
    {
      "name": "questors-knowledge-en",
      "label": "Knowledge",
      "type": "JournalEntry",
      "path": "packs/questors-knowledge-en",
      "system": "ed4e",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      },
      "banner": "modules/earthdawn-questors/assets/artwork/banner/slice_4.png"
    },
    {
      "name": "questors-macros-en",
      "label": "Macros",
      "type": "Macro",
      "path": "packs/questors-macros-en",
      "system": "ed4e",
      "ownership": {
        "PLAYER": "OBSERVER"
      },
      "banner": "modules/earthdawn-questors/assets/artwork/banner/slice_5.png"
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "modules/earthdawn-questors/assets/artwork/banner/setup.jpg"
    }
  ],
  "packFolders": [
    {
      "name": "questors",
      "sorting": "m",
      "packs": [
        "questors-journal-en",
        "questors-knowledge-en",
        "questors-questors-en",
        "questors-devotions-en",
        "questors-macros-en"
      ]
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/earthdawn-questors/",
  "manifest": "https://r2.foundryvtt.com/packages-public/earthdawn-questors/module.json"
}