stripper-configs/maps/ze_laboratory_escape_v2_4b_final.cfg

96 lines
1.7 KiB
INI

;---------------------------;
; Laboratory Escape Fixes ;
; By Pasas1345 ;
;---------------------------;
; Nerfs on kerrigan (laser) hp
modify:
{
match:
{
"targetname" "trigger_laser_hpadd"
"hammerid" "193008"
}
delete:
{
"OnStartTouch" "laser_hp,Add,165,0,-1"
}
insert:
{
"OnStartTouch" "laser_hp,Add,75,0,-1"
}
}
; Fix roof teleport
modify:
{
match:
{
"targetname" "filter_Last_Tele"
"hammerid" "245500"
}
delete:
{
"OnFail" "!activator,AddOutput,origin -4724 624 -135,0,-1"
}
insert:
{
"OnFail" "!activator,AddOutput,origin -4520 2352 -402,0,-1"
}
}
; Fix roof laser trigger spam
modify:
{
match:
{
"targetname" "push_laser"
"hammerid" "199543"
}
delete:
{
"OnStartTouch" "console_global,Command,say ** You can shoot the boss from outside now! **,2,-1"
}
insert:
{
"OnStartTouch" "console_global,Command,say ** You can shoot the boss from outside now! **,2,1"
}
}
; Bump up push speed of shotgun
modify:
{
match:
{
"targetname" "shotgun_push"
"hammerid" "414075"
}
replace:
{
"speed" "625"
}
}
; Buff Grenade Launcher to compensate for small aoe
modify:
{
match:
{
"targetname" "grenade_projhurt"
"hammerid" "101526"
}
replace:
{
"damage" "2000"
}
delete:
{
"OnHurtPlayer" "!activator,IgniteLifeTime,6,0,-1"
}
insert:
{
"OnHurtPlayer" "!activator,IgniteLifeTime,8,0,-1"
}
}