Skip to content

Commit

Permalink
feat(common): updae max level -> 120
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 15, 2023
1 parent 6ec3821 commit b515a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/network/modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export enum BannerCrests {

export const Constants = {
MAX_STACK: 2_147_483_647, // Maximum default stack size for a stackable item.
MAX_LEVEL: 135, // Maximum attainable level.
MAX_LEVEL: 120, // Maximum attainable level.
INVENTORY_SIZE: 25, // Maximum inventory size
BANK_SIZE: 420, // Maximum bank size
DROP_PROBABILITY: 100_000, // 1 in 100000
Expand Down

0 comments on commit b515a63

Please sign in to comment.