{
  "initialAttributes": {
    "minecraft:generic.attack_damage": {
      "min": 0.75,
      "max": 1.6
    },
    "minecraft:generic.movement_speed": {
      "min": 0.17,
      "max": 0.21
    },
    "minecraft:generic.max_health": {
      "min": 10.0,
      "max": 20.0
    }
  },
  "healthPerLevel": {
    "min": 0.1,
    "max": 0.2
  },
  "damagePerLevel": {
    "min": 0.02,
    "max": 0.06
  },
  "moveSpeedPerLevel": {
    "min": 0.002,
    "max": 0.007
  }
}