mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
EMP Grenade: decrease perk machine EMP time
This commit is contained in:
@ -192,7 +192,8 @@
|
||||
* No longer disables HUD
|
||||
* Disables player's perks for 30 seconds
|
||||
* Added fx to EMP'd players
|
||||
* Decreased zombie EMP radius by 30% (same radius as perk EMP)
|
||||
* Decreased zombie EMP radius by 30% (same radius as perk machine EMP)
|
||||
* Decreased perk machine EMP time from 90 seconds to 60 seconds
|
||||
* Can destroy deployed Zombie Shields
|
||||
* Sprinting no longer wakes up EMP'd zombies
|
||||
* Zombies that are in the ground can no longer get EMP'd
|
||||
|
@ -365,6 +365,7 @@ post_all_players_spawned()
|
||||
|
||||
level.zombie_vars["riotshield_hit_points"] = 1500;
|
||||
level.zombie_vars["emp_stun_range"] = 420;
|
||||
level.zombie_vars["emp_perk_off_time"] = 60;
|
||||
level.zombie_vars["slipgun_reslip_rate"] = 0;
|
||||
level.zombie_vars["zombie_perk_divetonuke_min_damage"] = 1000;
|
||||
level.zombie_vars["zombie_perk_divetonuke_max_damage"] = 5000;
|
||||
|
Reference in New Issue
Block a user