{
  "description": [
    "TEST"
  ],
  "variables": {
    "sharpness": {
      "type": "gimm1q:enchantment",
      "enchantment": "minecraft:sharpness"
    }
  },
  "equations": {
    "damage": 7.0,
    "speed": 1.8,
    "ability_damage": "20.0 + sharpness * 2.0",
    "ability_cooldown": 10.0
  }
}