{
  "id": "soulbound-order",
  "title": "Warhammer Age of Sigmar: Soulbound - Champions of Order",
  "description": "A wealth of new options for creating characters for <b>Warhammer Age of Sigmar: Soulbound</b> and features new Archetypes, new Talents, and devastating new spells. It’s packed with content and options to expand on your Soulbound game.",
  "version": "6.0.0",
  "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 (Champions of Order)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/soulbound-order/assets/banners/talents-miracles.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Champions of Order)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/soulbound-order/assets/banners/abandon-duty.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journal Entries (Champions of Order)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/journals",
      "type": "JournalEntry",
      "banner": "./modules/soulbound-order/assets/banners/spells.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Champions of Order)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/soulbound-order/assets/banners/shadow-markets.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "soulbound-order.tables",
      "soulbound-order.journals"
    ],
    "folder": {
      "name": "Champions of Order",
      "sorting": "m",
      "color": "#89462a"
    }
  },
  "packFolders": [
    {
      "name": "Champions of Order",
      "sorting": "m",
      "color": "#89462a",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/soulbound-order/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/soulbound-order/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/soulbound-order/module.json"
}