{
  "_comment": "Aging data for the Priston Tale aging calculator. To add HIGHER aging, append a new object to 'bands' (copy the last band, change label/min/max and per-gear factor numbers). The calculator auto-detects the new max level from the bands. 'multiplicativeStats' grow by percentage (value*(1+factor) per level); every other stat is additive (value+factor per level). NOTE: the 'From +21 to +25' band has \"estimated\": true \u2014 its factors were extrapolated from the +1..+20 decade pattern (primary stat scales x1/x2/x3 per decade, so +20..+29 stay x3) and are NOT confirmed game data. Replace those numbers and remove the \"estimated\" flag once real values are known.",
  "stats": [
    "Abs",
    "Def",
    "Block",
    "Min DMG",
    "Max DMG",
    "Atk Rating",
    "Critical",
    "Add MP"
  ],
  "multiplicativeStats": [
    "Def"
  ],
  "gearStats": {
    "Armors/Robes": [
      "Abs",
      "Def"
    ],
    "Shields": [
      "Abs",
      "Block"
    ],
    "Orbs/Gauntlets/Boots": [
      "Abs",
      "Def"
    ],
    "Armlets": [
      "Atk Rating",
      "Def"
    ],
    "Axes/Hammers": [
      "Min DMG",
      "Max DMG",
      "Atk Rating"
    ],
    "Claws/Scythes/Swords": [
      "Min DMG",
      "Max DMG",
      "Atk Rating",
      "Critical"
    ],
    "Wands/Staffs": [
      "Min DMG",
      "Max DMG",
      "Atk Rating",
      "Add MP"
    ],
    "Bows/Javelins": [
      "Min DMG",
      "Max DMG",
      "Critical"
    ]
  },
  "bands": [
    {
      "label": "From +1 to +9",
      "min": 1,
      "max": 9,
      "factors": {
        "Armlets": {
          "Def": 0.1,
          "Atk Rating": 5.0
        },
        "Armors/Robes": {
          "Abs": 0.5,
          "Def": 0.05
        },
        "Axes/Hammers": {
          "Min DMG": 1.0,
          "Max DMG": 1.0,
          "Atk Rating": 10.0
        },
        "Bows/Javelins": {
          "Min DMG": 1.0,
          "Max DMG": 1.0,
          "Critical": 0.5
        },
        "Claws/Scythes/Swords": {
          "Min DMG": 1.0,
          "Max DMG": 1.0,
          "Atk Rating": 10.0,
          "Critical": 0.5
        },
        "Orbs/Gauntlets/Boots": {
          "Abs": 0.5,
          "Def": 0.1
        },
        "Shields": {
          "Abs": 0.2,
          "Block": 0.5
        },
        "Wands/Staffs": {
          "Min DMG": 1.0,
          "Max DMG": 1.0,
          "Atk Rating": 10.0,
          "Add MP": 10.0
        }
      }
    },
    {
      "label": "From +10 to +19",
      "min": 10,
      "max": 19,
      "factors": {
        "Armlets": {
          "Def": 0.1,
          "Atk Rating": 5.0
        },
        "Armors/Robes": {
          "Abs": 1.0,
          "Def": 0.05
        },
        "Axes/Hammers": {
          "Min DMG": 2.0,
          "Max DMG": 2.0,
          "Atk Rating": 10.0
        },
        "Bows/Javelins": {
          "Min DMG": 2.0,
          "Max DMG": 2.0,
          "Critical": 0.5
        },
        "Claws/Scythes/Swords": {
          "Min DMG": 2.0,
          "Max DMG": 2.0,
          "Atk Rating": 10.0,
          "Critical": 0.5
        },
        "Orbs/Gauntlets/Boots": {
          "Abs": 1.0,
          "Def": 0.1
        },
        "Shields": {
          "Abs": 0.4,
          "Block": 0.5
        },
        "Wands/Staffs": {
          "Min DMG": 2.0,
          "Max DMG": 2.0,
          "Atk Rating": 10.0,
          "Add MP": 10.0
        }
      }
    },
    {
      "label": "From +20 to +25",
      "min": 20,
      "max": 25,
      "factors": {
        "Armlets": {
          "Def": 0.1,
          "Atk Rating": 5.0
        },
        "Armors/Robes": {
          "Abs": 1.5,
          "Def": 0.05
        },
        "Axes/Hammers": {
          "Min DMG": 3.0,
          "Max DMG": 3.0,
          "Atk Rating": 10.0
        },
        "Bows/Javelins": {
          "Min DMG": 3.0,
          "Max DMG": 3.0,
          "Critical": 0.5
        },
        "Claws/Scythes/Swords": {
          "Min DMG": 3.0,
          "Max DMG": 3.0,
          "Atk Rating": 10.0,
          "Critical": 0.5
        },
        "Orbs/Gauntlets/Boots": {
          "Abs": 1.5,
          "Def": 0.1
        },
        "Shields": {
          "Abs": 0.6,
          "Block": 0.5
        },
        "Wands/Staffs": {
          "Min DMG": 3.0,
          "Max DMG": 3.0,
          "Atk Rating": 10.0,
          "Add MP": 10.0
        }
      }
    }
  ]
}