{
  "id": "soulbound-bestiary",
  "title": "Warhammer Age of Sigmar: Soulbound - Bestiary",
  "description": "The Mortal Realms are filled with countless strange creatures and monstrous beasts. The Bestiary provides a vast collection of these great and terrible foes to use in your adventures, and gives GMs advice on how best to build exciting encounters with these monstrous and maniacal foes.",
  "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"
  ],
  "styles": [],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Bestiary)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/actors",
      "type": "Actor",
      "banner": "./modules/soulbound-bestiary/assets/banners/mega-gargant.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Bestiary)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/items",
      "type": "Item",
      "banner": "./modules/soulbound-bestiary/assets/banners/stormfiend.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journal Entries (Bestiary)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/journals",
      "type": "JournalEntry",
      "banner": "./modules/soulbound-bestiary/assets/banners/stonehorn.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Bestiary)",
      "system": "age-of-sigmar-soulbound",
      "path": "./packs/tables",
      "type": "RollTable",
      "banner": "./modules/soulbound-bestiary/assets/banners/cultist.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "flags": {
    "initializationPacks": [],
    "folder": {
      "name": "Bestiary",
      "sorting": "m",
      "color": "#1e9451"
    }
  },
  "packFolders": [
    {
      "name": "Bestiary",
      "sorting": "m",
      "color": "#1e9451",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables"
      ]
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/soulbound-bestiary/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 14,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/soulbound-bestiary/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/soulbound-bestiary/module.json"
}