Skip to content

Commit

Permalink
Update step value for Types.Buff.Damage in LevelSystem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 13, 2024
1 parent 3890671 commit fcb712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/game/components/LevelSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class LevelSystem {
},
[Types.Buff.Damage]: {
level: 0,
step: 0.1,
step: 0.06,
max: 10,
buyable: true,
},
Expand Down

0 comments on commit fcb712c

Please sign in to comment.