; =======================================;
; ze_flying_castle_v1_1 -- By Pasas1345
; Stripper by Pasas1345
; Iteration #2
; =======================================;

; ------------ 
; Crystal Boss 
; ------------ 

; Nerf the fucking boss lol thanks event for "playtest"
modify:
{
	match:
	{
		"targetname" "areaCastle_s1Boss_counterCrystal"
		"classname" "math_counter"
		"hammerid" "2722510"
	}
	delete:
	{
		"OutValue" "areaCastle_s1Boss_zmsCage,AddOutput,OnUser1 areaCastle_s1Boss_zmsCage:Kill::0.05:-1,0.5,1"
	}
	insert:
	{
		"OutValue" "areaCastle_s1Boss_zmsCage,AddOutput,OnUser1 areaCastle_s1Boss_zmsCage:Kill::20.00:-1,0.5,1"
	}
}

modify:
{
	match:
	{
		"targetname" "areaCastle_s1Boss_guideHelpPush"
		"origin" "6656 -8704 -10624"
		"hammerid" "2844305"
	}
	delete:
	{
		"OnUser1" "console,Command,say ** The guide is protecting you! **,0,-1"
	}
	insert:
	{
		"OnUser1" "console,Command,say ** The guide is protecting you! You have 20 seconds before the zombies get released! **,0,1"
	}
}

modify:
{
	match:
	{
		"targetname" "area3_guide_path14"
	}
	insert:
	{
		"OnPass" "bgm_area3,FadeOut,5,30,1"
	}
}

modify:
{
	match:
	{
		"targetname" "warmup_relay"
	}
	delete:
	{
		"OnTrigger" "killAll_players,CountPlayersInZone,,60,1"
	}
	insert:
	{
		"OnTrigger" "console,Command,mp_restartgame 1,60,1"
	}
}