Skip to content

Commit

Permalink
Reduce multipliers spread for maces
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed May 4, 2023
1 parent 6361513 commit 5f416ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.7.0

- Reworked support for Sweeping Edge
- Reduce multipliers spread for maces

# 1.6.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5f416ea

Please sign in to comment.