{
  "ability": {
    "abilities": {
      "paddock": {
        "requiredPoints": 1,
        "requiredLevel": 0,
        "maxLevel": 0,
        "stats": {}
      },
      "heal": {
        "requiredPoints": 1,
        "requiredLevel": 5,
        "maxLevel": 10,
        "stats": {
          "amount": {
            "minInitialValue": 0.01,
            "maxInitialValue": 0.1,
            "minThresholdValue": 4.9E-324,
            "maxThresholdValue": 1.7976931348623157E308,
            "upgradeOperation": "MULTIPLY_BASE",
            "upgradeModifier": 1.0
          }
        }
      }
    }
  },
  "leveling": {
    "initialCost": 100,
    "maxLevel": 10,
    "step": 100
  },
  "loot": {
    "entries": {
      "[\\w]+:chests\\/[\\w_\\/]*(mineshaft|city|stronghold)[\\w_\\/]*": 0.025,
      "minecraft:chests/woodland_mansion": 0.025,
      "[\\w]+:chests\\/[\\w_\\/]*village[\\w_\\/]*": 0.025,
      "[\\w]+:chests\\/[\\w_\\/]*(pillag|outpost)[\\w_\\/]*": 0.025
    }
  }
}