mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-27 15:40:34 -05:00
Brutus: teleports away less frequently
This commit is contained in:
@ -86,6 +86,9 @@
|
|||||||
|
|
||||||
### Brutus
|
### Brutus
|
||||||
* No longer receives additional damage from Ray Gun Mark 2
|
* No longer receives additional damage from Ray Gun Mark 2
|
||||||
|
* Teleports away less frequently
|
||||||
|
* Grief: spawns every 4-6 minutes
|
||||||
|
* Grief: can lock perks and the Mystery Box
|
||||||
|
|
||||||
## Weapons
|
## Weapons
|
||||||
* Switch to melee weapon by pressing the Previous Scorestreak button (same button as the Time Bomb and Maxis Drone)
|
* Switch to melee weapon by pressing the Previous Scorestreak button (same button as the Time Bomb and Maxis Drone)
|
||||||
@ -487,8 +490,6 @@
|
|||||||
* Zombies spawn in the Docks Gates zone when in the Docks zone
|
* Zombies spawn in the Docks Gates zone when in the Docks zone
|
||||||
* Grief: added Smoke Grenades to the Mystery Box
|
* Grief: added Smoke Grenades to the Mystery Box
|
||||||
* Grief: added Richtofen's Head meat powerup model
|
* Grief: added Richtofen's Head meat powerup model
|
||||||
* Grief: Brutus spawns every 4-6 minutes
|
|
||||||
* Grief: Brutus can lock perks and the Mystery Box
|
|
||||||
* Fixed being able to hit a death barrier when jumping off the Upper Docks
|
* Fixed being able to hit a death barrier when jumping off the Upper Docks
|
||||||
|
|
||||||
#### Docks
|
#### Docks
|
||||||
|
@ -45,6 +45,7 @@ init()
|
|||||||
level.special_weapon_magicbox_check = ::check_for_special_weapon_limit_exist;
|
level.special_weapon_magicbox_check = ::check_for_special_weapon_limit_exist;
|
||||||
level.round_prestart_func = scripts\zm\replaced\_zm_afterlife::afterlife_start_zombie_logic;
|
level.round_prestart_func = scripts\zm\replaced\_zm_afterlife::afterlife_start_zombie_logic;
|
||||||
|
|
||||||
|
level.brutus_failed_paths_to_teleport = 10;
|
||||||
level.zombie_powerups["meat_stink"].model_name = "t6_wpn_zmb_severedhead_world";
|
level.zombie_powerups["meat_stink"].model_name = "t6_wpn_zmb_severedhead_world";
|
||||||
|
|
||||||
maps\mp\zombies\_zm::spawn_life_brush( (94, 6063, 240), 256, 256 );
|
maps\mp\zombies\_zm::spawn_life_brush( (94, 6063, 240), 256, 256 );
|
||||||
|
Reference in New Issue
Block a user