Skip to content

Commit

Permalink
drop-chance: improved item drop rates
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Aug 23, 2024
1 parent 0b759e6 commit 931af7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/util/settings/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const MAX_BEST_FRIENDS = 5;
export const TOKENS_PER_REFERRAL_ACCOUNT = 500;
export const PER_GAME_PLAY_REWARD = 1;

export const PLAY_MINUTE_DROP_CHANCE = 0.04;
export const PLAY_MINUTE_DROP_CHANCE = 0.06;

export const GAME_TRACK_FREQUENCY_SECONDS = 60;

Expand Down

0 comments on commit 931af7a

Please sign in to comment.