{
  "id": "soulbound-starter-set",
  "title": "Warhammer Age of Sigmar: Soulbound - Starter Set",
  "description": "Contains everything you need to begin roleplaying epic adventures in the perilous lands of the Mortal Realms.",
  "version": "6.0.1",
  "authors": [
    {
      "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"
  ],
  "styles": [],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Starter Set)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/actors.db",
      "type": "Actor",
      "banner": "./modules/soulbound-starter-set/assets/banners/chainrasp-horde.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Starter Set)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/items.db",
      "type": "Item",
      "banner": "./modules/soulbound-starter-set/assets/banners/bright-market.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Starter Set)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/journal.db",
      "type": "JournalEntry",
      "banner": "./modules/soulbound-starter-set/assets/banners/the-battery.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Starter Set)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/tables.db",
      "type": "RollTable",
      "banner": "./modules/soulbound-starter-set/assets/banners/new-city.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Starter Set)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/scenes.db",
      "type": "Scene",
      "banner": "./modules/soulbound-starter-set/assets/banners/brightspear.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "soulbound-starter-set.journals",
      "soulbound-starter-set.scenes",
      "soulbound-starter-set.actors",
      "soulbound-starter-set.tables"
    ],
    "folder": {
      "name": "Starter Set",
      "sorting": "m",
      "color": "#948314"
    }
  },
  "packFolders": [
    {
      "name": "Starter Set",
      "sorting": "m",
      "color": "#948314",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/soulbound-starter-set/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/soulbound-starter-set/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/soulbound-starter-set/module.json"
}