Skip to content

Commit

Permalink
Update player max health and swing damage
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 13, 2024
1 parent 3d09eb0 commit 70ea290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
player: {
speed: 700,
radius: 100,
maxHealth: 80,
maxHealth: 100,
regeneration: 2,
viewport: {
width: 1500,
Expand All @@ -28,7 +28,7 @@ module.exports = {
initialSwingDuration: 0.1,
swingDurationIncrease: 1.15,
maxSwingDuration: 3,
damage: 15,
damage: 12,
knockback: 200,
},
saveGame: {
Expand Down

0 comments on commit 70ea290

Please sign in to comment.