{
  "id": "tenacity",
  "title": "Tenacity",
  "description": "Bad rolls happen, but now they leave something behind. Every failed d20 test hands the player a Mote of Tenacity, and once the dice have landed they can spend Motes to push a later roll up over its DC. It never touches the die itself, so a rescued miss is just an ordinary hit and a natural 20 still crits.",
  "version": "1.2.2",
  "manifest": "https://r2.foundryvtt.com/packages-public/tenacity/module.json",
  "protected": true,
  "compatibility": {
    "minimum": "13",
    "verified": "14.364"
  },
  "authors": [
    {
      "name": "Tyler",
      "discord": "Tyler",
      "url": "https://github.com/Sayshal"
    }
  ],
  "readme": "README.html",
  "esmodules": [
    "tenacity.mjs"
  ],
  "styles": [
    "styles/tenacity.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "compatibility": {
          "verified": "5.3.3"
        }
      }
    ]
  },
  "socket": true,
  "license": "LICENSE"
}