{
  "attributes": {
    "attack_range": 3.25,
    "pose": "bettercombat:pose_two_handed_polearm",
    "two_handed": true,
    "category": "glaive",
    "attacks": [
      {
        "hitbox": "VERTICAL_PLANE",
        "damage_multiplier": 0.8,
        "angle": 150,
        "upswing": 0.5,
        "animation": "bettercombat:two_handed_slash_vertical_right",
        "swing_sound": {
          "id": "bettercombat:glaive_slash_quick"
        }
      },
      {
        "hitbox": "VERTICAL_PLANE",
        "damage_multiplier": 0.8,
        "angle": 150,
        "upswing": 0.5,
        "animation": "bettercombat:two_handed_slash_vertical_left",
        "swing_sound": {
          "id": "bettercombat:glaive_slash_quick"
        }
      },
      {
        "hitbox": "HORIZONTAL_PLANE",
        "damage_multiplier": 1.4,
        "angle": 180,
        "upswing": 0.5,
        "animation": "bettercombat:two_handed_slash_horizontal_right",
        "swing_sound": {
          "id": "bettercombat:glaive_slash_slow"
        }
      }
    ]
  }
}