stripper-configs/ze_shroomforest_v4_5.cfg
xen f7207ebf09 Update with current configs from server
Also batch converted /r/n to /n
2019-11-02 02:22:37 +02:00

31 lines
545 B
INI

;--------------------------------------------------------------------
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
;--------------------------------------------------------------------
;REMOVE ANTI CAMP AFTER BOSS
;----------------------------
modify:
{
match:
{
"targetname" "Ditto_Counter"
"classname" "math_counter"
}
insert:
{
"OnHitMax" "Lvl2_AFK_Tp3,Kill,,0,1"
}
}
modify:
{
match:
{
"targetname" "BossEnds_Case"
"classname" "logic_case"
}
insert:
{
"OnCase02" "Lvl2_AFK_Tp3,Kill,,0,1"
}
}