{
  "id": "easy-loot",
  "title": "Easy Loot 5e",
  "description": "Easy Loot 5e creates one recoverable Item Piles loot pile from each eligible Oh You Dead NPC death.",
  "version": "1.3.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://www.patreon.com/c/r2plays",
      "discord": "r2plays"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/easy-loot.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-easy-loot",
      "label": "Easy Loot 5e: Guide & Credits",
      "path": "packs/journals-easy-loot",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Easy Loot 5e",
      "sorting": "a",
      "packs": [
        "journals-easy-loot"
      ]
    }
  ],
  "url": "https://github.com/FutureHax/easy-loot",
  "manifest": "https://downloads.r2plays.games/futurehax/easy-loot/latest/module.json",
  "download": "https://downloads.r2plays.games/futurehax/easy-loot/v1.3.0/module.zip",
  "bugs": "https://github.com/FutureHax/easy-loot/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/easy-loot/CHANGELOG.md",
  "library": false,
  "protected": false,
  "relationships": {
    "requires": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "5.3.3"
        }
      },
      {
        "id": "oh-you-dead",
        "type": "module",
        "compatibility": {
          "minimum": "1.2.1"
        }
      },
      {
        "id": "item-piles",
        "type": "module",
        "compatibility": {
          "minimum": "3.3.4"
        }
      },
      {
        "id": "itempilesdnd5e",
        "type": "module",
        "compatibility": {
          "minimum": "1.1.0"
        }
      }
    ]
  }
}
