Increase knockback by roughly 25%
This commit is contained in:
parent
7753f536e5
commit
c225fc1df4
@ -97,9 +97,9 @@ public class CakeWars extends TeamGame
|
||||
};
|
||||
private static final int RESPAWN_TIME = 6;
|
||||
/**
|
||||
* This value is the base value of knockback for Cake Wars. it is derived from log10(7).
|
||||
* This value is the base value of knockback for Cake Wars.
|
||||
*/
|
||||
private static final double GAME_KNOCKBACK = 0.845;
|
||||
private static final double GAME_KNOCKBACK = 1.05;
|
||||
private static final LeaderboardManager LEADERBOARD_MANAGER = Managers.get(LeaderboardManager.class);
|
||||
|
||||
private final Map<GameTeam, Location> _averages;
|
||||
|
Loading…
Reference in New Issue
Block a user