diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a15928..bea48a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 1.7.0 - Reworked support for Sweeping Edge +- Reduce multipliers spread for maces # 1.6.2 diff --git a/common/src/main/resources/data/bettercombat/weapon_attributes/mace.json b/common/src/main/resources/data/bettercombat/weapon_attributes/mace.json index 59700ba2..509de6cd 100644 --- a/common/src/main/resources/data/bettercombat/weapon_attributes/mace.json +++ b/common/src/main/resources/data/bettercombat/weapon_attributes/mace.json @@ -5,7 +5,7 @@ "attacks": [ { "hitbox": "HORIZONTAL_PLANE", - "damage_multiplier": 0.7, + "damage_multiplier": 0.8, "angle": 150, "upswing": 0.5, "animation": "bettercombat:one_handed_slash_horizontal_right", @@ -15,7 +15,7 @@ }, { "hitbox": "HORIZONTAL_PLANE", - "damage_multiplier": 0.7, + "damage_multiplier": 0.8, "angle": 150, "upswing": 0.5, "animation": "bettercombat:one_handed_slash_horizontal_left", @@ -25,7 +25,7 @@ }, { "hitbox": "VERTICAL_PLANE", - "damage_multiplier": 1.6, + "damage_multiplier": 1.4, "angle": 90, "upswing": 0.5, "animation": "bettercombat:one_handed_slam",