{
  "id": "weapon-mastery-effects-reminder",
  "title": "Weapon Mastery Manager",
  "description": "Assign 2024 weapon masteries from your inventory, swap after a long rest, and resolve mastery on the attack card with native apply, save, and extra-attack controls.<p>More TTRPG tools at <a href=\"https://jolly-rogenerator.app\">jolly-rogenerator.app</a>. Support development on <a href=\"https://www.patreon.com/c/r2plays\">Patreon</a>.</p>",
  "version": "1.3.2",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://jolly-rogenerator.app",
      "discord": "r2plays"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "help",
      "label": "Weapon Mastery Manager - Help",
      "path": "packs/help",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "url": "https://github.com/FutureHax/Weapon-Mastery-Effects-Reminder",
  "manifest": "https://r2.foundryvtt.com/packages-public/weapon-mastery-effects-reminder/module.json",
  "bugs": "https://github.com/FutureHax/Weapon-Mastery-Effects-Reminder/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/weapon-mastery-effects-reminder/CHANGELOG.md",
  "library": "false",
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "4.0.0"
        }
      }
    ],
    "recommends": [
      {
        "id": "ready-set-roll-5e",
        "type": "module"
      },
      {
        "id": "rsreforged",
        "type": "module"
      },
      {
        "id": "rest-recovery",
        "type": "module"
      }
    ]
  },
  "protected": true
}