{
  "id": "soulbound-sitm",
  "title": "Warhammer Age of Sigmar: Soulbound - Shadows in the Mist",
  "description": "Venture into the deadly mist-shrouded streets of Anvilgard in the first ever campaign for Warhammer Age of Sigmar: Soulbound.",
  "version": "6.0.0",
  "authors": [
    {
      "name": "happyshohaku",
      "discord": "happyshohaku"
    },
    {
      "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": "age-of-sigmar-soulbound",
        "type": "system",
        "manifest": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js",
    "scripts/model-vehicle.js",
    "scripts/model-vehicleItem.js",
    "scripts/sheet-vehicle.js",
    "scripts/sheet-vehicleItem.js",
    "scripts/vehicle-combat-dialog.js"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Shadows in the Mist)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/actors.db",
      "type": "Actor",
      "banner": "./modules/soulbound-sitm/assets/banners/losti-in-the-jungle.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Shadows in the Mist)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/items.db",
      "type": "Item",
      "banner": "./modules/soulbound-sitm/assets/banners/bellows-siege.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Shadows in the Mist)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/journal.db",
      "type": "JournalEntry",
      "banner": "./modules/soulbound-sitm/assets/banners/fall-of-anvilgard.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Shadows in the Mist)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/tables.db",
      "type": "RollTable",
      "banner": "./modules/soulbound-sitm/assets/banners/blood-tide.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Shadows in the Mist)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/scenes.db",
      "type": "Scene",
      "banner": "./modules/soulbound-sitm/assets/banners/city-of-scales.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "soulbound-sitm.journals",
      "soulbound-sitm.scenes",
      "soulbound-sitm.actors",
      "soulbound-sitm.tables"
    ],
    "folder": {
      "name": "Shadows in the Mist",
      "sorting": "m",
      "color": "#48691d"
    }
  },
  "packFolders": [
    {
      "name": "Shadows in the Mist",
      "sorting": "m",
      "color": "#48691d",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "documentTypes": {
    "Actor": {
      "vehicle": {}
    },
    "Item": {
      "vehicleItem": {}
    }
  },
  "media": [
    {
      "type": "setup",
      "url": "./modules/soulbound-sitm/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/soulbound-sitm/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/soulbound-sitm/module.json"
}