{
  "id": "wfrp4e-tribes",
  "title": "WFRP4e - Tribes & Tribulations",
  "description": "Provides details on a number of these belligerent and spiteful creatures: Goblins, Orcs, Black Orcs, Hobgoblins, Snotlings, Ogres, and Trolls. Each specific tribe receives its own chapter, demonstrating the variety of Orc and Goblin warbands that plague the Old World and beyond.",
  "version": "7.2.0",
  "authors": [
    {
      "name": "Forien",
      "discord": "forien"
    },
    {
      "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": "wfrp4e",
        "type": "system",
        "manifest": "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "initialization.js",
    "config.js"
  ],
  "styles": [],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (Tribes & Tribulations)",
      "path": "packs/actors",
      "type": "Actor",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-tribes/assets/banners/hrothyogg.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (Tribes & Tribulations)",
      "path": "packs/items",
      "type": "Item",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-tribes/assets/banners/oglah-khan.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (Tribes & Tribulations)",
      "type": "JournalEntry",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-tribes/assets/banners/black-mountain.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (Tribes & Tribulations)",
      "type": "RollTable",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-tribes/assets/banners/trolls.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (Tribes & Tribulations)",
      "type": "Scene",
      "path": "packs/scenes",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-tribes/assets/banners/broken-nose.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "Tribes & Tribulations",
      "sorting": "m",
      "color": "#5a5444",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-tribes.journals",
      "wfrp4e-tribes.tables"
    ],
    "folder": {
      "name": "Tribes & Tribulations",
      "sorting": "m",
      "color": "#5a5444"
    }
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-tribes/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-tribes/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-tribes/module.json"
}