{
  "id": "pb-wind-manager",
  "title": "Pirate Borg Wind Manager",
  "description": "Shared wind state and Tile Scroll synchronization for Pirate Borg.",
  "version": "1.3.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://github.com/FutureHax"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-wind-manager",
      "label": "Pirate Borg Wind Manager",
      "system": "pirateborg",
      "path": "packs/journals-wind-manager",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Pirate Borg Wind Manager",
      "sorting": "a",
      "packs": [
        "journals-wind-manager"
      ]
    }
  ],
  "relationships": {
    "requires": [
      {
        "id": "pirateborg",
        "type": "system",
        "manifest": "https://raw.githubusercontent.com/Limithron-Foundry-VTT/pirate-borg-system/main/system.json",
        "compatibility": {
          "minimum": "1.0.0"
        }
      }
    ],
    "recommends": [
      {
        "id": "tile-scroll",
        "type": "module",
        "manifest": "https://github.com/theripper93/tile-scroll/releases/latest/download/module.json",
        "compatibility": {
          "minimum": "4.0.0"
        },
        "reason": "Animates detected water tiles from wind direction and strength."
      }
    ],
    "optional": [
      {
        "id": "crew-manager-pirateborg",
        "type": "module",
        "reason": "Tracks Deck Sorcerer/Priest once-per-combat wind changes."
      }
    ]
  },
  "url": "https://github.com/FutureHax/pb-wind-manager",
  "manifest": "https://downloads.r2plays.games/futurehax/pb-wind-manager/latest/module.json",
  "download": "https://downloads.r2plays.games/futurehax/pb-wind-manager/v1.3.0/module.zip",
  "bugs": "https://github.com/FutureHax/pb-wind-manager/issues",
  "changelog": "https://github.com/FutureHax/pb-wind-manager/blob/main/CHANGELOG.md"
}
