{
  "SWORD": [
    {
      "damage": {
        "min": 0,
        "max": 10
      },
      "attackspeed": {
        "min": 0,
        "max": 10
      },
      "durability": {
        "min": 0,
        "max": 10
      },
      "rarity": "common"
    }
  ],
  "AXE": [
    {
      "damage": {
        "min": 0,
        "max": 10
      },
      "attackspeed": {
        "min": 0,
        "max": 10
      },
      "durability": {
        "min": 0,
        "max": 10
      },
      "rarity": "common"
    }
  ],
  "HELM": [
    {
      "damage": {
        "min": 0,
        "max": 10
      },
      "attackspeed": {
        "min": 0,
        "max": 10
      },
      "durability": {
        "min": 0,
        "max": 10
      },
      "rarity": "common"
    }
  ]
}