1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-29 08:30:03 -05:00

Race: decrease round time to 30 seconds

This commit is contained in:
Jbleezy
2022-02-05 21:45:26 -08:00
parent aa81056360
commit c96123b1c1
2 changed files with 4 additions and 4 deletions

View File

@ -500,8 +500,8 @@
* Gain score by getting kills * Gain score by getting kills
* Get 500 kills to win the game * Get 500 kills to win the game
* Starts at round 1 * Starts at round 1
* Round increments every 60 seconds (up to round 20) * Round increments every 30 seconds (up to round 20)
* Players gain points at the beginning of each round * Players gain 500 points at the beginning of each round
* Players respawn after being down for 10 seconds * Players respawn after being down for 10 seconds
#### Containment #### Containment
@ -510,6 +510,6 @@
* Contested if both teams have the same amount of players alive in the containment zone * Contested if both teams have the same amount of players alive in the containment zone
* Both teams gain score at half-rate when contested * Both teams gain score at half-rate when contested
* Zombies only go after players in the containment zone * Zombies only go after players in the containment zone
* Players gain points for being in the containment zone * Players in the containment zone gain 50 points when their team gains score
* Players respawn after being down for 10 seconds * Players respawn after being down for 10 seconds
* Players retain perks * Players retain perks

View File

@ -2214,7 +2214,7 @@ all_voice_on_intermission()
race_init() race_init()
{ {
level.race_round_increment_time = 60; level.race_round_increment_time = 30;
level.race_round_increment_points = 500; level.race_round_increment_points = 500;
level.race_round_max = 20; level.race_round_max = 20;