stripper-configs/maps/ze_street_fight_with_autism_v3.cfg

65 lines
1.6 KiB
INI

; __ __ ____ _____ _____ ________ __
; | \/ |/ __ \| __ \_ _| ____\ \ / /
; | \ / | | | | | | || | | |__ \ \_/ /
; | |\/| | | | | | | || | | __| \ /
; | | | | |__| | |__| || |_| | | |
; |_| |_|\____/|_____/_____|_| |_| by Małgo
;---------------------------------------------------------------
;STRIPPER CFG BY MAŁGO https://steamcommunity.com/profiles/76561197992553990/
;---------------------------------------------------------------
;---------------------------------------
;give ct hp after boss
;---------------------------------------
modify:
{
match:
{
"classname" "trigger_multiple"
"hammerid" "16150"
}
insert:
{
"OnStartTouch" "player,AddOutput,max_health 135,0,-1"
"OnStartTouch" "!activator,AddOutput,max_health 135,0,-1"
}
}
;---------------------------------------
;Change zombie spawn timer
;---------------------------------------
modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "11150"
}
delete:
{
"OnMultiNewMap" "cmd,Command,Zr_infect_spawntime_min 15,0,-1"
"OnMultiNewMap" "cmd,Command,Zr_infect_spawntime_max 15,0,-1"
}
insert:
{
"OnMultiNewMap" "cmd,Command,Zr_infect_spawntime_min 10,0,-1"
"OnMultiNewMap" "cmd,Command,Zr_infect_spawntime_max 10,0,-1"
}
}
;---------------------------------------
;Nerf stage 1 ending
;---------------------------------------
modify:
{
match:
{
"targetname" "stage1_room6_laser_addHP"
"classname" "trigger_multiple"
}
delete:
{
"OnStartTouch" "stage1_room6_laser_hp2,Add,80,0,-1"
}
insert:
{
"OnStartTouch" "stage1_room6_laser_hp2,Add,67,0,-1"
}
}