{
  "id": "wfrp4e-helf",
  "title": "WFRP4e - High Elf Bundle",
  "description": "A guide to the lands and culture of Ulthuan, and the High Elves that live there.",
  "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"
      }
    ]
  },
  "documentTypes": {
    "ChatMessage": {
      "technique": {}
    },
    "Item": {
      "technique": {}
    }
  },
  "scripts": [
    "initialization.js",
    "scripts/techniques.js",
    "scripts/helf-sheet.js"
  ],
  "esmodules": [
    "config.js"
  ],
  "styles": [
    "helf.css"
  ],
  "packs": [
    {
      "name": "actors",
      "label": "Actors (High Elf Bundle)",
      "path": "packs/actors",
      "type": "Actor",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-helf/assets/banners/philosophy.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "items",
      "label": "Items (High Elf Bundle)",
      "path": "packs/items",
      "type": "Item",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-helf/assets/banners/courting.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "journals",
      "label": "Journals (High Elf Bundle)",
      "type": "JournalEntry",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-helf/assets/banners/yenlui.webp",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "tables",
      "label": "Tables (High Elf Bundle)",
      "type": "RollTable",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-helf/assets/banners/resevoir-park.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "name": "scenes",
      "label": "Scenes (High Elf Bundle)",
      "type": "Scene",
      "path": "packs/scenes",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-helf/assets/banners/tor-kourali.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "High Elf Bundle",
      "sorting": "m",
      "color": "#2f7592",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-helf.journals",
      "wfrp4e-helf.tables",
      "wfrp4e-helf.scenes"
    ],
    "folder": {
      "name": "High Elf Bundle",
      "sorting": "m",
      "color": "#2f7592"
    }
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-helf/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-helf/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-helf/module.json"
}