{
  "attributes": {
    "attack_range": 2.75,
    "two_handed": true,
    "pose": "bettercombat:pose_two_handed_sword",
    "category": "claymore",
    "attacks": [
      {
        "hitbox": "HORIZONTAL_PLANE",
        "damage_multiplier": 0.75,
        "angle": 150,
        "upswing": 0.5,
        "animation": "bettercombat:two_handed_slash_horizontal_right",
        "swing_sound": {
          "id": "bettercombat:claymore_swing"
        }
      },
      {
        "hitbox": "FORWARD_BOX",
        "damage_multiplier": 1,
        "angle": 0,
        "upswing": 0.5,
        "animation": "bettercombat:two_handed_stab_left",
        "swing_sound": {
          "id": "bettercombat:claymore_stab"
        }
      },
      {
        "hitbox": "VERTICAL_PLANE",
        "damage_multiplier": 1.25,
        "angle": 150,
        "upswing": 0.5,
        "animation": "bettercombat:two_handed_slam",
        "swing_sound": {
          "id": "bettercombat:claymore_slam",
          "randomness": 0
        }
      }
    ]
  }
}