Skip to content

Commit

Permalink
renerf shield attack a bit #2154
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLast committed Nov 22, 2023
1 parent bcf9d61 commit b86362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/fights/actions/interfaces/players/shieldAttack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class ShieldAttack extends FightAction {
}

getAttackInfo(): attackInfo {
return {minDamage: 30, averageDamage: 160, maxDamage: 265};
return {minDamage: 30, averageDamage: 140, maxDamage: 225};
}

getStatsInfo(sender: Fighter, receiver: Fighter): statsInfo {
Expand Down

0 comments on commit b86362a

Please sign in to comment.