Skip to content

Commit

Permalink
Increase attack damage of broad axes slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jun 12, 2022
1 parent ec39b17 commit ca63292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tconstruct:attack_speed": 0.6
},
"multipliers": {
"tconstruct:attack_damage": 1.5,
"tconstruct:attack_damage": 1.65,
"tconstruct:mining_speed": 0.3,
"tconstruct:durability": 4.25
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ protected void addToolDefinitions() {
// stats
.stat(ToolStats.ATTACK_DAMAGE, 5f)
.stat(ToolStats.ATTACK_SPEED, 0.6f)
.multiplier(ToolStats.ATTACK_DAMAGE, 1.5f)
.multiplier(ToolStats.ATTACK_DAMAGE, 1.65f)
.multiplier(ToolStats.MINING_SPEED, 0.3f)
.multiplier(ToolStats.DURABILITY, 4.25f)
.largeToolStartingSlots()
Expand Down

0 comments on commit ca63292

Please sign in to comment.