{
  "id": "soulbound-core",
  "title": "Warhammer Age of Sigmar: Soulbound - Core Rulebook",
  "description": "Official Core Rulebook module for the Age of Sigmar: Soulbound system. Includes all the rules, items, bestiary for you and your players to stand against the horrors that plague the Mortal Realms",
  "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": [
    "soulbound.js"
  ],
  "styles": [
    "styles.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Core Rulebook)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/soulbound-core/assets/banners/age-of-chaos.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Core Rulebook)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/soulbound-core/assets/banners/aetheric-devices.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Core Rulebook)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/journals",
      "type": "JournalEntry",
      "banner": "./modules/soulbound-core/assets/banners/age-of-myth.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Core Rulebook)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/soulbound-core/assets/banners/tilling-the-desert.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Core Rulebook)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/scenes",
      "type": "Scene",
      "banner": "./modules/soulbound-core/assets/banners/tempests-eye.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [
      "soulbound-core.journals",
      "soulbound-core.scenes",
      "soulbound-core.tables"
    ],
    "folder": {
      "name": "Core Rulebook",
      "sorting": "m",
      "color": "#516581"
    }
  },
  "packFolders": [
    {
      "name": "Core Rulebook",
      "sorting": "m",
      "color": "#516581",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/soulbound-core/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/soulbound-core/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/soulbound-core/module.json"
}