{
  "id": "io-world-of-patreon",
  "title": "World of IO Patreon",
  "version": "1.63.0",
  "protected": true,
  "manifest": "https://r2.foundryvtt.com/packages-public/io-world-of-patreon/module.json",
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "3.0",
          "verified": "5.1.2"
        }
      }
    ]
  },
  "description": "Monthly patreon goodies!",
  "authors": [
    {
      "name": "Brett Ultimus",
      "url": "https://www.twitch.tv/brettultimus",
      "discord": "brettultimus",
      "flags": {}
    }
  ],
  "url": "https://www.patreon.com/worldofio",
  "packs": [
    {
      "name": "io-journal",
      "label": "World of IO Journals",
      "path": "packs/journal",
      "system": "dnd5e",
      "type": "JournalEntry"
    },
    {
      "name": "io-battle-maps",
      "label": "Battle Maps",
      "path": "packs/battle-maps",
      "type": "Scene"
    },
    {
      "name": "io-bestiary",
      "label": "Bestiary",
      "path": "packs/bestiary",
      "system": "dnd5e",
      "type": "Actor"
    },
    {
      "name": "io-character-options",
      "label": "Character Options",
      "path": "packs/character-options",
      "system": "dnd5e",
      "type": "Item"
    },
    {
      "name": "items",
      "label": "Items & Equipment",
      "path": "packs/items",
      "type": "Item",
      "system": "dnd5e",
      "flags": {}
    },
    {
      "name": "io-tables",
      "label": "Roll Tables",
      "path": "packs/tables",
      "system": "dnd5e",
      "type": "RollTable"
    },
    {
      "name": "macros",
      "label": "Macros",
      "path": "packs/macros",
      "type": "Macro"
    }
  ],
  "packFolders": [
    {
      "name": "World of IO Patreon",
      "color": "#193974",
      "packs": [
        "io-journal",
        "io-battle-maps",
        "io-bestiary",
        "io-character-options",
        "items",
        "io-tables",
        "macros"
      ]
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/style.css"
  ],
  "media": [
    {
      "type": "setup",
      "thumbnail": "modules/io-world-of-patreon/assets/ui/logo_banner.webp"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "flags": {
    "io-wsd-fishing": {},
    "hotReload": {
      "extensions": [
        "css"
      ],
      "paths": [
        "styles/"
      ]
    }
  }
}