{
  "attributes": {
    "attack_range": 2.5,
    "category": "sickle",
    "attacks": [
      {
        "hitbox": "HORIZONTAL_PLANE",
        "damage_multiplier": 0.9,
        "angle": 120,
        "upswing": 0.5,
        "animation": "bettercombat:one_handed_slash_horizontal_right",
        "swing_sound": {
          "id": "bettercombat:sickle_slash"
        }
      },
      {
        "hitbox": "HORIZONTAL_PLANE",
        "damage_multiplier": 0.9,
        "angle": 120,
        "upswing": 0.5,
        "animation": "bettercombat:one_handed_slash_horizontal_left",
        "swing_sound": {
          "id": "bettercombat:sickle_slash"
        }
      },
      {
        "hitbox": "FORWARD_BOX",
        "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "MAIN_HAND_ONLY"],
        "damage_multiplier": 0.2,
        "angle": 0,
        "upswing": 0.5,
        "animation": "bettercombat:dual_handed_slash_cross",
        "swing_sound": {
          "id": "bettercombat:sickle_slash",
          "pitch": 0.8
        }
      },
      {
        "hitbox": "FORWARD_BOX",
        "conditions": ["DUAL_WIELDING_SAME_CATEGORY", "OFF_HAND_ONLY"],
        "damage_multiplier": 2.5,
        "angle": 0,
        "upswing": 0.5,
        "animation": "bettercombat:dual_handed_slash_uncross",
        "swing_sound": {
          "id": "bettercombat:sickle_slash",
          "pitch": 1.2
        }
      }
    ]
  }
}