mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-26 01:23:11 +01:00
Implement weekly points for the battle pass
This commit is contained in:
@@ -20,6 +20,7 @@ public final class GameConstants {
|
||||
|
||||
public static final int BATTLE_PASS_MAX_LEVEL = 50;
|
||||
public static final int BATTLE_PASS_POINT_PER_LEVEL = 1000;
|
||||
public static final int BATTLE_PASS_POINT_PER_WEEK = 10000;
|
||||
public static final int BATTLE_PASS_LEVEL_PRICE = 150;
|
||||
|
||||
// Default entity ability hashes.
|
||||
|
||||
Reference in New Issue
Block a user