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

PHD Flopper: deals same damage on all maps

This commit is contained in:
Jbleezy
2023-04-02 19:53:29 -07:00
parent ce52bc5ee4
commit eea3aabc6c
2 changed files with 5 additions and 0 deletions

View File

@ -294,6 +294,9 @@
* Increased cost from 2000 to 2500 * Increased cost from 2000 to 2500
* Move 7% faster (normally only sprint 10% faster) * Move 7% faster (normally only sprint 10% faster)
### PHD Flopper
* Deals same damage on all maps
### Deadshot Daiquiri ### Deadshot Daiquiri
* Increases bullet headshot damage by 100% * Increases bullet headshot damage by 100%
* Move faster while aiming * Move faster while aiming

View File

@ -250,6 +250,8 @@ post_all_players_spawned()
level.zombie_vars["riotshield_hit_points"] = 1500; level.zombie_vars["riotshield_hit_points"] = 1500;
level.zombie_vars["emp_stun_range"] = 420; level.zombie_vars["emp_stun_range"] = 420;
level.zombie_vars["slipgun_reslip_rate"] = 0; 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;
level.explode_overheated_jetgun = 0; level.explode_overheated_jetgun = 0;
level.unbuild_overheated_jetgun = 0; level.unbuild_overheated_jetgun = 0;
level.take_overheated_jetgun = 1; level.take_overheated_jetgun = 1;