local IMBA_HEIGAN_ERUPT_NORM = 10; local IMBA_HEIGAN_ERUPT_PLAGUE = 2.75; local IMBA_HEIGAN_PHASE_NORM = 90; local IMBA_HEIGAN_PHASE_PLAGUE = 45; local IMBA_HEIGAN_AGGRO_YELL1 = "You... are next."; local IMBA_HEIGAN_AGGRO_YELL2 = "You are mine now."; local IMBA_HEIGAN_AGGRO_YELL3 = "I see you..."; local IMBA_HEIGAN_PLAGUE_CLOUD = "The end is upon you."; local IMBA_Heigan_Resetting=false; if (GetLocale()=="frFR") then --Translation by A.su.K.A local IMBA_HEIGAN_AGGRO_YELL1 = "Tu es%.%.%. le suivant."; local IMBA_HEIGAN_AGGRO_YELL2 = "Vous \195\170tes \195\160 moi, maintenant."; local IMBA_HEIGAN_AGGRO_YELL3 = "Je vous vois%.%.%."; local IMBA_HEIGAN_PLAGUE_CLOUD = "Votre fin est venue."; end function IMBA_Heigan_Reset() IMBA_Heigan_EruptNum=0; IMBA_Heigan_PlaguePhase=false; IMBA_Heigan_Resetting=true; IMBA_Heigan_UpdateImage(); IMBA_Heigan_Resetting=false; IMBA_Heigan_TimerEruption.active=false IMBA_Heigan_TimerPlague.active=false; IMBA_Heigan_TimerPlague:SetBarText("Plague Cloud Start"); end function IMBA_Heigan_UpdateImage() if IMBA_Heigan_EruptNum==IMBA_Heigan_Cycle_Num then return; end if IMBA_Heigan_NextErupt