{
  "id": "wfrp4e-rnhd",
  "title": "WFRP4e - Rough Nights & Hard Days",
  "description": "A collection of new and classic adventures for the Warhammer Fantasy 4th Edition System, including new functionality such as a time-keeping application and the gnome race for use in character generation.",
  "version": "7.2.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": "wfrp4e",
        "type": "system",
        "manifest": "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json"
      }
    ]
  },
  "scripts": [
    "scripts/chargen-gnome.js",
    "initialization.js",
    "scripts/clock.js",
    "scripts/clock-app.js"
  ],
  "styles": [
    "./styles.css"
  ],
  "packs": [
    {
      "label": "Actors (Rough Nights & Hard Days)",
      "type": "Actor",
      "name": "actors",
      "path": "packs/actors",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-rnhd/assets/banners/nuln-by-night.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Items (Rough Nights & Hard Days)",
      "type": "Item",
      "name": "items",
      "path": "packs/items",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-rnhd/assets/banners/castle-grauenberg.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Journals (Rough Nights & Hard Days)",
      "type": "JournalEntry",
      "name": "journals",
      "path": "packs/journals",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-rnhd/assets/banners/three-feathers.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Tables (Rough Nights & Hard Days)",
      "type": "RollTable",
      "name": "tables",
      "path": "packs/tables",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-rnhd/assets/banners/bargames.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    },
    {
      "label": "Scenes (Rough Nights & Hard Days)",
      "type": "Scene",
      "name": "scenes",
      "path": "packs/scenes",
      "system": "wfrp4e",
      "banner": "./modules/wfrp4e-rnhd/assets/banners/feather-on-the-reik.webp",
      "ownership": {
        "PLAYER": "NONE",
        "ASSISTANT": "OWNER"
      }
    }
  ],
  "packFolders": [
    {
      "name": "Rough Nights & Hard Days",
      "sorting": "m",
      "color": "#364d91",
      "packs": [
        "actors",
        "items",
        "journals",
        "tables",
        "scenes"
      ]
    }
  ],
  "flags": {
    "initializationPacks": [
      "wfrp4e-rnhd.actors",
      "wfrp4e-rnhd.scenes",
      "wfrp4e-rnhd.tables",
      "wfrp4e-rnhd.journals"
    ],
    "folder": {
      "name": "Rough Nights & Hard Days",
      "sorting": "m",
      "color": "#364d91"
    }
  },
  "socket": true,
  "media": [
    {
      "type": "setup",
      "url": "./modules/wfrp4e-rnhd/assets/setup.webp"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "protected": true,
  "url": "https://foundryvtt.com/packages/wfrp4e-rnhd/",
  "manifest": "https://foundry-c7-manifests.s3.us-east-2.amazonaws.com/wfrp4e-rnhd/module.json"
}