{
  "id": "pb-storm-generator",
  "title": "Ravaged by Storms: Storm Generator for Pirate Borg",
  "description": "Authorized Foundry VTT storm generator for Pirate Borg based on Ravaged by Storms.",
  "version": "1.2.6",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://github.com/FutureHax"
    }
  ],
  "flags": {
    "pb-storm-generator": {
      "attribution": {
        "source": "Ravaged by Storms: The Storm Generator",
        "writingAndGameDesign": "Alexander Jatscha-Zelt",
        "originalArtAndLayout": "Sabrina Jatscha",
        "diceRollNote": "Example dice rolls first published by Tyler \"Quartermaster\" Stratton on the Limithron Discord Server. Printed and edited with friendly permission.",
        "digitalAdaptation": "FutureHax"
      }
    }
  },
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-storm-generator",
      "label": "Ravaged by Storms: The Storm Generator",
      "system": "pirateborg",
      "path": "packs/journals-storm-generator",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Ravaged by Storms: Storm Generator for Pirate Borg",
      "sorting": "a",
      "packs": [
        "journals-storm-generator"
      ]
    }
  ],
  "relationships": {
    "requires": [
      {
        "id": "pirateborg",
        "type": "system",
        "manifest": "https://raw.githubusercontent.com/Limithron-Foundry-VTT/pirate-borg-system/main/system.json",
        "compatibility": {
          "minimum": "1.2.0"
        }
      }
    ],
    "optional": [
      {
        "id": "pb-wind-manager",
        "type": "module",
        "manifest": "https://downloads.r2plays.games/futurehax/pb-wind-manager/latest/module.json",
        "compatibility": {
          "minimum": "1.1.0"
        },
        "reason": "Synchronizes storm conditions to the shared Pirate Borg wind state when available."
      }
    ]
  },
  "url": "https://github.com/FutureHax/pb-storm-generator",
  "manifest": "https://downloads.r2plays.games/futurehax/pb-storm-generator/latest/module.json",
  "download": "https://downloads.r2plays.games/futurehax/pb-storm-generator/v1.2.6/module.zip",
  "bugs": "https://github.com/FutureHax/pb-storm-generator/issues",
  "changelog": "https://github.com/FutureHax/pb-storm-generator/blob/main/CHANGELOG.md",
  "library": "false"
}
