Keyblades Data

Keyblade data is in the keyblades folder, here is the JSON file structure:

Example: abyssal_tide.json (first 2 of 10 levels, rest cut for brevity)

{
  "ability": "kingdomkeys:ability_water_boost",
  "base_stats": {
    "mag": 2,
    "str": 5
  },
  "description": "item.kingdomkeys.abyssal_tide.desc",
  "keychain": "kingdomkeys:abyssal_tide_chain",
  "levels": [
    {
      "mag": 3,
      "str": 5,
      "recipe": [
        { "material": "kingdomkeys:fluorite", "quantity": 1 },
        { "material": "kingdomkeys:pulsing_stone", "quantity": 3 }
      ]
    },
    {
      "mag": 3,
      "str": 6,
      "recipe": [
        { "material": "kingdomkeys:fluorite", "quantity": 1 },
        { "material": "kingdomkeys:pulsing_stone", "quantity": 4 }
      ]
    }
  ],
  "reach": 1.0
}