;--------------------------------------------------------------------
;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"
	}
}