;****************************************************************************************************************************************** ; Fixed HP for last boss (Chopper) (Less HP because its too hard kill it) ;****************************************************************************************************************************************** modify: { match: { "targetname" "Boss_AddHp" } delete: { "OnStartTouch" "chop_counter1,Add,20,0.02,-1" "OnStartTouch" "chop_counter2,Add,20,0.02,-1" } insert: { "OnStartTouch" "chop_counter1,Add,7,0.02,-1" "OnStartTouch" "chop_counter2,Add,7,0.02,-1" } } ;****************************************************************************************************************************************** ; Added a game_text at the beginning of the round ;****************************************************************************************************************************************** modify: { match: { "origin" "-5447 -6222 3237" "classname" "logic_auto" } insert: { "OnMapSpawn" "agmmessage,AddOutput,message Map created by Kagalera,15,1" "OnMapSpawn" "agmmessage,AddOutput,message Modified by Skullz and Lev,21,1" "OnMapSpawn" "agmmessage,AddOutput,message Fixed and finished by Nano,27,1" "OnMapSpawn" "agmmessage,Display,,15.05,1" "OnMapSpawn" "agmmessage,Display,,21.05,1" "OnMapSpawn" "agmmessage,Display,,27.05,1" } } ;****************************************************************************************************************************************** ; More time until trigger_hurt is enabled on warmupround ;****************************************************************************************************************************************** modify: { match: { "targetname" "levelcase" "classname" "logic_case" } delete: { "OnCase01" "spawnkill,Enable,,50,1" } insert: { "OnCase01" "spawnkill,Enable,,85,1" } } ;****************************************************************************************************************************************** ; Fixed last minispider dying too fast and before the door breaks | Also fixed the fire sound of this miniboss ;****************************************************************************************************************************************** modify: { match: { "targetname" "mini_break14" "classname" "func_breakable" } replace: { "health" "1425" insert: { "damagefilter" "filtrote2" } } modify: { match: { "targetname" "lvl3_puerta" "classname" "func_breakable" } insert: { "OnBreak" "mini_break14,SetDamageFilter,,0.3,-1" } } modify: { match: { "targetname" "lvl3_trigger4" "classname" "trigger_once" } delete: { "OnTrigger" "minispider_sound,PlaySound,,3.4,-1" "OnTrigger" "minispider_sound,Volume,10,4,-1" "OnTrigger" "mini_pcf14,Start,,3.4,-1" "OnTrigger" "mini_hurt14,Enable,,3.4,-1" "OnTrigger" "minispider_sound,StopSound,,0,-1" } insert: { "OnTrigger" "minispider_sound,PlaySound,,3,-1" "OnTrigger" "minispider_sound,Volume,10,2.90,-1" "OnTrigger" "mini_pcf14,Start,,3,-1" "OnTrigger" "mini_hurt14,Enable,,3,-1" "OnTrigger" "minispider_sound,StopSound,,11,-1" "OnTrigger" "minispider_sound,Volume,0,11.10,-1" } } ;****************************************************************************************************************************************** ; Edited console message for mappers ;****************************************************************************************************************************************** modify: { match: { "targetname" "levelcounter" "classname" "math_counter" } delete: { "OnUser1" "console,Command,say ** FIXED BY SKULLZ LEV AND NANO **,1,1" } insert: { "OnUser1" "console,Command,say ** Modified by Skullz and Lev **,1,1" "OnUser1" "console,Command,say ** Fixed and finished by Nano **,2,1" } } ;****************************************************************************************************************************************** ; Less damage for NPC because they take a lot of damage ;****************************************************************************************************************************************** modify: { match: { "targetname" "mini_hurt1" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt2" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt3" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt4" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt5" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt6" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt7" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt10" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt11" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt12" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt13" } replace: { "damage" "5" } } modify: { match: { "targetname" "mini_hurt14" } replace: { "damage" "5" } }