{
  "id": "tow-starter-set",
  "title": "Warhammer: The Old World - Starter Set",
  "description": "Step into the shadows of a fractured Empire, where danger waits in every forest glade, beneath every crumbling ruin and behind every smiling face. Warhammer: the Old World Roleplaying Game Starter Set is your gateway to daring adventure and grim deeds, plunging you straight into the action with everything you need to begin your journey.",
  "version": "1.0.1",
  "authors": [
    {
      "name": "Jagusti",
      "discord": "jagusti"
    },
    {
      "name": "Moo Man",
      "email": "russellt@cubicle7games.com",
      "discord": "moo.man"
    },
    {
      "name": "Published by Cubicle 7",
      "url": "https://cubicle7games.com",
      "email": "info@cubicle7games.com"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "whtow",
        "type": "system",
        "manifest": "https://github.com/moo-man/OldWorld-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Starter Set)",
      "system": "whtow",
      "module": "tow-starter-set",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "modules/tow-starter-set/assets/banners/gilded-sage.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Starter Set)",
      "system": "whtow",
      "module": "tow-starter-set",
      "path": "./packs/items",
      "type": "Item",
      "banner": "modules/tow-starter-set/assets/banners/landmark-coldside.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journal Entries (Starter Set)",
      "system": "whtow",
      "module": "tow-starter-set",
      "path": "./packs/journal",
      "type": "JournalEntry",
      "banner": "modules/tow-starter-set/assets/banners/sinking-ship.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Starter Set)",
      "system": "whtow",
      "module": "tow-starter-set",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "modules/tow-starter-set/assets/banners/landmark-flussdreck.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Starter Set)",
      "system": "whtow",
      "module": "tow-starter-set",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "modules/tow-starter-set/assets/banners/introducing-hernhausen.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "tow-starter-set.actors",
      "tow-starter-set.tables",
      "tow-starter-set.journals",
      "tow-starter-set.scenes"
    ],
    "folder": {
      "name": "Starter Set",
      "sorting": "m",
      "color": ""
    },
    "hotReload": {
      "extensions": [
        "css",
        "hbs",
        "json"
      ]
    }
  },
  "packFolders": [
    {
      "name": "Starter Set",
      "sorting": "m",
      "color": "",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/tow-starter-set/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/tow-starter-set/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/tow-starter-set/module.json"
}