Tercio@0: --[[ Tercio@0: ===================================================================================================== Tercio@0: Siege of Orgrimmar Mobs and Spells Ids for Details Tercio@0: ===================================================================================================== Tercio@0: --]] Tercio@0: Tercio@0: local Loc = LibStub ("AceLocale-3.0"):GetLocale ("Details_RaidInfo-SiegeOfOrgrimmar") Tercio@0: Tercio@0: local _detalhes = _G._detalhes Tercio@0: Tercio@0: local siege_of_orgrimmar = { Tercio@0: Tercio@0: id = 1136, Tercio@0: ej_id = 369, Tercio@0: Tercio@0: name = Loc ["STRING_RAID_NAME"], Tercio@0: Tercio@0: icons = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\boss_faces", Tercio@0: Tercio@0: icon = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\icon256x128", Tercio@0: Tercio@0: is_raid = true, Tercio@0: Tercio@0: backgroundFile = {file = [[Interface\Glues\LOADINGSCREENS\LoadScreenSiegeOfOrgrimmar]], coords = {0, 1, 256/1024, 840/1024}}, Tercio@0: backgroundEJ = [[Interface\EncounterJournal\UI-EJ-LOREBG-SiegeofOrgrimmar]], Tercio@0: Tercio@0: boss_names = { Tercio@0: -- Vale of Eternal Sorrows Tercio@0: "Immerseus", Tercio@0: "The Fallen Protectors", Tercio@0: "Norushen", Tercio@0: "Sha of Pride", Tercio@0: -- Gates of Retribution Tercio@0: "Galakras", Tercio@0: "Iron Juggernaut", Tercio@0: "Kor'kron Dark Shaman", Tercio@0: "General Nazgrim", Tercio@0: -- The Underhold Tercio@0: "Malkorok", Tercio@0: "Spoils of Pandaria", Tercio@0: "Thok the Bloodthirsty", Tercio@0: -- Downfall Tercio@0: "Siegecrafter Blackfuse", Tercio@0: "Paragons of the Klaxxi", Tercio@0: "Garrosh Hellscream" Tercio@0: }, Tercio@0: Tercio@0: find_boss_encounter = function() Tercio@0: --> find galakras (this encounter doesn't have a boss frames before galakras comes into in play) Tercio@0: if (_detalhes.tabela_vigente and _detalhes.tabela_vigente[1] and _detalhes.tabela_vigente[1]._ActorTable) then Tercio@0: for _, damage_actor in ipairs (_detalhes.tabela_vigente[1]._ActorTable) do Tercio@0: local serial = _detalhes:GetNpcIdFromGuid (damage_actor.serial) Tercio@0: if (serial == 73909) then --Archmage Aethas Sunreaver Tercio@0: return 5 --> galakras boss index Tercio@0: end Tercio@0: end Tercio@0: end Tercio@0: end, Tercio@0: Tercio@0: encounter_ids = { Tercio@0: --> Ids by Index Tercio@0: 852, 849, 866, 867, 881, 864, 856, 850, 846, 870, 851, 865, 853, 869, Tercio@0: -- Vale of Eternal Sorrows Tercio@0: [852] = 1, -- Immerseus Tercio@0: [849] = 2, -- Fallen Protectors Tercio@0: [866] = 3, -- Norushen Tercio@0: [867] = 4, -- Sha of Pride Tercio@0: -- Gates of Retribution Tercio@0: [881] = 5, -- Galakras Tercio@0: [864] = 6, -- Iron Juggernaut Tercio@0: [856] = 7, -- Kor'kron Dark Shaman Tercio@0: [850] = 8, -- General Nazgrim Tercio@0: Tercio@0: -- The Underhold Tercio@0: [846] = 9, -- Malkorok Tercio@0: [870] = 10, -- Spoils of Pandaria Tercio@0: [851] = 11, -- Thok the Bloodthirsty Tercio@0: Tercio@0: -- Downfall Tercio@0: [865] = 12, -- Siegecrafter Blackfuse Tercio@0: [853] = 13, -- Paragons of Klaxy Tercio@0: [869] = 14, -- Garrosh Hellscream Tercio@0: }, Tercio@0: Tercio@0: encounter_ids2 = { Tercio@0: -- Vale of Eternal Sorrows Tercio@0: [1602] = 1, -- Immerseus Tercio@0: [1598] = 2, -- Fallen Protectors Tercio@0: [1624] = 3, -- Norushen Tercio@0: [1604] = 4, -- Sha of Pride Tercio@0: -- Gates of Retribution Tercio@0: [1622] = 5, -- Galakras Tercio@0: [1600] = 6, -- Iron Juggernaut Tercio@0: [1606] = 7, -- Kor'kron Dark Shaman Tercio@0: [1603] = 8, -- General Nazgrim Tercio@0: Tercio@0: -- The Underhold Tercio@0: [1595] = 9, -- Malkorok Tercio@0: [1594] = 10, -- Spoils of Pandaria Tercio@0: [1599] = 11, -- Thok the Bloodthirsty Tercio@0: Tercio@0: -- Downfall Tercio@0: [1601] = 12, -- Siegecrafter Blackfuse Tercio@0: [1593] = 13, -- Paragons of Klaxy Tercio@0: [1623] = 14, -- Garrosh Hellscream Tercio@0: }, Tercio@0: Tercio@0: boss_ids = { Tercio@0: -- Vale of Eternal Sorrows Tercio@0: [71543] = 1, -- Immerseus Tercio@0: [71479] = 2, -- He Softfoot Tercio@0: [71480] = 2, -- Sun Tenderheart Tercio@0: [71475] = 2, -- Rook Stonetoe Tercio@0: [71967] = 3, -- Norushen Tercio@0: [72276] = 3, -- Amalgam of Corruption Tercio@0: [71734] = 4, -- Sha of Pride Tercio@0: Tercio@0: -- Gates of Retribution Tercio@0: [72249] = 5, -- Galakras Tercio@0: [71466] = 6, -- Iron Juggernaut Tercio@0: [71859] = 7, -- Kor'kron Dark Shaman Tercio@0: [71858] = 7, -- Wavebinder Kardris Tercio@0: [71515] = 8, -- General Nazgrim Tercio@0: Tercio@0: -- The Underhold Tercio@0: [71454] = 9, -- Malkorok Tercio@0: [71889] = 10, -- Spoils of Pandaria Tercio@0: [71529] = 11, -- Thok the Bloodthirsty Tercio@0: Tercio@0: -- Downfall Tercio@0: [71504] = 12, -- Siegecrafter Blackfuse Tercio@0: [71161] = 13, -- Kil'ruk the Wind-Reaver Tercio@0: [71157] = 13, -- Xaril the Poisoned Mind Tercio@0: [71156] = 13, -- Kaz'tik the Manipulator Tercio@0: [71155] = 13, -- Korven the Prime Tercio@0: [71160] = 13, -- Iyyokuk the Lucid Tercio@0: [71154] = 13, -- Ka'roz the Locust Tercio@0: [71152] = 13, -- Skeer the Bloodseeker Tercio@0: [71158] = 13, -- Rik'kal the Dissector Tercio@0: [71153] = 13, -- Hisek the Swarmkeeper Tercio@0: [71865] = 14, -- Garrosh Hellscream Tercio@0: }, Tercio@0: Tercio@0: trash_ids = { Tercio@0: --Immerseus Tercio@0: [73349] = true, --Tormented Initiate Tercio@0: [73342] = true, --Fallen Pool Tender Tercio@0: [73226] = true, --Lesser Sha Pool Tercio@0: [73191] = true, --Aqueius Defender Tercio@0: Tercio@0: -- Norushen Tercio@0: [72655] = true, --Fragment of Pride Tercio@0: [72658] = true, --Amalmated Hubris Tercio@0: [72662] = true, --Vanity Tercio@0: [72663] = true, --Arrogance Tercio@0: [72661] = true, --Zeal Tercio@0: Tercio@0: --Sha of Pride Tercio@0: [72791] = true, --lingering corruption Tercio@0: Tercio@0: --Galakras Tercio@0: --[72367] = true, --dragonmaw tidal shaman Tercio@0: --[72354] = true, --dragonmaw bonecrusher Tercio@0: [72365] = true, --dragonmaw canoner Tercio@0: [72350] = true, --dragonmaw elite grunt Tercio@0: --[72351] = true, --dragonmaw flamebarer Tercio@0: Tercio@0: --> shamans Tercio@0: [72412] = true, -- korkron grunt Tercio@0: [72150] = true, -- kro kron shadowmage Tercio@0: [72451] = true, -- Tercio@0: [72455] = true, -- Tercio@0: [72490] = true, --overseer mojka Tercio@0: [72434] = true, --tresure guard Tercio@0: [72421] = true, --korkron overseer Tercio@0: [72452] = true, --dire wolf Tercio@0: [72496] = true, --overseer thathung Tercio@0: [72562] = true, --poison bolt toten Tercio@0: Tercio@0: --> nazgrim Tercio@0: [72131] = true, -- blind blade master Tercio@0: [72191] = true, -- overlord runthak Tercio@0: [72194] = true, -- hellscreen demolisher Tercio@0: [72564] = true, -- doom lord Tercio@0: [71771] = true, -- korkron arcweaver Tercio@0: [71772] = true, -- korkron assassin Tercio@0: [71773] = true, -- krokron warshaman Tercio@0: [71770] = true, -- krokron iron blade Tercio@0: --[71715] = true, -- orgrimmar faithful -- also is used in nazgrim encounter Tercio@0: Tercio@0: --> malkorok Tercio@0: [72728] = true, --korkron blood axe Tercio@0: [72784] = true, --korkron gunner Tercio@0: [72903] = true, --korkron siegemaster Tercio@0: [72744] = true, --korkron skullspliter Tercio@0: [72768] = true, --korkron warwolf Tercio@0: [72770] = true, --korkron darkfarseer Tercio@0: Tercio@0: --> spoils of pandaria Tercio@0: [73904] = true, --korkron iron sentinel Tercio@0: [73742] = true, --thresher turret Tercio@0: [73767] = true, --korkron shrederer Tercio@0: [73775] = true, --war master kragg Tercio@0: [73152] = true, --storeroom guard Tercio@0: Tercio@0: --> blackfuse Tercio@0: [73539] = true, --korkron den mother Tercio@0: [73541] = true, --korkron wolf puppy Tercio@0: [73194] = true, --korkron iron scorpion Tercio@0: -- Tercio@0: [72981] = true, --aggron Tercio@0: [72964] = true, --gorodan Tercio@0: [72986] = true, --shanna sparkfizz Tercio@0: [73091] = true, --blackfuse sellsword Tercio@0: [73095] = true, --blackfuse enginer Tercio@0: Tercio@0: --> thok Tercio@0: --73195 --krokon jailer Tercio@0: [73188] = true, --captive cave bat Tercio@0: [73184] = true, --starved yeti Tercio@0: [73185] = true, --enraged mushan beast Tercio@0: [73223] = true, --pterrodax Tercio@0: Tercio@0: --> paragons Tercio@0: [72954] = true, --korthik guard Tercio@0: [72929] = true, --srathik amber master Tercio@0: [73012] = true, --klaxxi skirmisher Tercio@0: [72927] = true, --kovok Tercio@0: Tercio@0: --> garrosh Tercio@0: [73414] = true, --korkron reaper Tercio@0: [73452] = true, --harbinger of y'shaarj Tercio@0: [73415] = true, --ichor of y'shaarj Tercio@0: Tercio@0: Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: encounters = { Tercio@0: Tercio@0: ------------> Immerseus ------------------------------------------------------------------------------ Tercio@0: [1] = { Tercio@0: Tercio@0: boss = "Immerseus", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Immerseus]], Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [143295] = {0x1, 0x2000}, --> Sha Bolt Tercio@0: [143309] = {0x8, 0x40}, --> Swirl Tercio@0: [143413] = {0x8, 0x40}, --> Swirl Tercio@0: [143412] = {0x8, 0x40}, -- Swirl Tercio@0: [143436] = {0x100}, --> Corrosive Blast Tercio@0: [143281] = {0x8}, --> Seeping Sha Tercio@0: [143574] = {0x200}, --> Swelling Corruption Tercio@0: [143498] = {0x1, 0x200, 0x2}, --> Erupting Sha Tercio@0: [143460] = {0x200}, --> Sha Pool Tercio@0: [143286] = {0x40}, --> Seeping Sha Tercio@0: [143297] = {0x200}, --> Sha Splash Tercio@0: [145377] = {0x1}, --> Erupting Water Tercio@0: [143574] = {0x200}, --> Swelling Corruption (H) Tercio@0: [143460] = {0x200}, --> Tercio@0: [143579] = {} -- Sha Corruption Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: --> phase 1 - Tears of the Vale Tercio@0: { Tercio@0: spells = { Tercio@0: 143295, --> Sha Bolt Tercio@0: 143309, --> Swirl Tercio@0: 143413, --> Swirl Tercio@0: 143436, --> Corrosive Blast Tercio@0: 143281, --> Seeping Sha Tercio@0: 143574, --> Swelling Corruption Tercio@0: 143297, --> Sha Splash Tercio@0: 145377, --> Erupting Water Tercio@0: 143574, --> Swelling Corruption (H) Tercio@0: 143579 -- Sha Corruption Tercio@0: }, Tercio@0: Tercio@0: adds = { Tercio@0: 71543, --> Immerseus Tercio@0: 71642, --> Congealed Sha Tercio@0: } Tercio@0: }, Tercio@0: --> phase 2 - Split Tercio@0: { Tercio@0: spells = { Tercio@0: 143459, --> Sha Residue (speed mod over players near sha puddle, trigger on death) Tercio@0: 143540, --> Congealing (speed mod over contaminated puddle) Tercio@0: 143524, --> Purified Residue (full health trigger for contaminated puddle) Tercio@0: 143498, --> Erupting Sha Tercio@0: 143460, --> Sha Pool Tercio@0: 143286, --> Seeping Sha Tercio@0: 143297, --> Sha Splash Tercio@0: 145377, --> Erupting Wate Tercio@0: 143460 --> Sha Pool (H) Tercio@0: }, Tercio@0: Tercio@0: adds = { Tercio@0: 71603, --> Sha Puddle Tercio@0: 71604, --> Contaminated Puddle Tercio@0: 71642, --> Congealed Sha Tercio@0: } Tercio@0: } Tercio@0: } Tercio@0: }, --> end of Immerseus Tercio@0: Tercio@0: Tercio@0: ------------> The Fallen Protectors ------------------------------------------------------------------------------ Tercio@0: [2] = { Tercio@0: Tercio@0: boss = "The Fallen Protectors", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Golden Lotus Council]], Tercio@0: Tercio@0: combat_end = {2, { 71479, -- He Softfoot Tercio@0: 71480, -- Sun Tenderheart Tercio@0: 71475, -- Rook Stonetoe Tercio@0: }}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [144397] = {0x8000, 0x1}, --> Vengeful Strikes (Rook Stonetoe) Tercio@0: [143023] = {0x8}, --> Corrupted Brew (Rook Stonetoe) Tercio@0: [143028] = {0x1}, --> Clash (Rook Stonetoe) Tercio@0: [143010] = {0x80}, --> Corruption Kick (Rook Stonetoe) Tercio@0: [143009] = {0x80}, --> Corruption Kick (Rook Stonetoe) Tercio@0: [144357] = {0x8, 0x1}, --> Defiled Ground (Embodied Misery) Tercio@0: [143961] = {0x8, 0x1}, --> Defiled Ground (Embodied Misery) Tercio@0: [143962] = {0x10000}, --> Inferno Strike (Embodied Sorrow) Tercio@0: [144018] = {0x20, 0x1}, --> Corruption Shock (Embodied Gloom) Tercio@0: Tercio@0: [143198] = {0x1}, --> Garrote (He Softfoot) Tercio@0: [143301] = {0x8000}, --> Gouge (He Softfoot) Tercio@0: [144367] = {0x8}, --> Noxious Poison (He Softfoot) Tercio@0: [143224] = {0x1, 0x800}, --> Instant Poison (He Softfoot) Tercio@0: [143808] = {0x1, 0x2}, --> Mark of Anguish (Embodied Anguish) Tercio@0: [144365] = {0x1, 0x2}, --> Mark of Anguish (Embodied Anguish) Tercio@0: Tercio@0: [143424] = {0x2000}, --> Sha Sear (Sun Tenderheart) Tercio@0: [143434] = {0x1, 0x10}, --> Shadow Word: Bane (Sun Tenderheart) Tercio@0: [143544] = {0x1}, --> Calamity (Sun Tenderheart) --ptr Tercio@0: [143493] = {0x1}, --> Calamity (Sun Tenderheart) --live Tercio@0: [143559] = {0x1, 0x40}, --> Dark Meditation Tercio@0: Tercio@0: [144007] = {}, --Residual Burn Tercio@0: [145631] = {}, --Corruption Chain Tercio@0: [143602] = {}, --Meditation Spike Tercio@0: }, Tercio@0: Tercio@0: Tercio@0: Tercio@0: continuo = { Tercio@0: 144397, --> Vengeful Strikes (Rook Stonetoe) Tercio@0: 143023, --> Corrupted Brew (Rook Stonetoe) Tercio@0: 143028, --> Clash (Rook Stonetoe) Tercio@0: 143009, --> Corruption Kick (Rook Stonetoe) Tercio@0: 144357, --> Defiled Ground (Embodied Misery) Tercio@0: 143962, --> Inferno Strike (Embodied Sorrow) Tercio@0: 144018, --> Corruption Shock (Embodied Gloom) Tercio@0: Tercio@0: 143198, --> Garrote (He Softfoot) Tercio@0: 143301, --> Gouge (He Softfoot) Tercio@0: 144367, --> Noxious Poison (He Softfoot) Tercio@0: 143224, --> Instant Poison (He Softfoot) Tercio@0: 143808, --> Mark of Anguish (Embodied Anguish) Tercio@0: Tercio@0: 143424, --> Sha Sear (Sun Tenderheart) Tercio@0: 143434, --> Shadow Word: Bane (Sun Tenderheart) Tercio@0: 143544, --> Calamity (Sun Tenderheart) Tercio@0: 143559, --> Dark Meditation Tercio@0: Tercio@0: 143010, --> Corruption Kick (Rook Stonetoe) Tercio@0: 143493, --> Calamity (Sun Tenderheart) --live Tercio@0: 144365, --> Mark of Anguish (Embodied Anguish) Tercio@0: 143961, --> Defiled Ground (Embodied Misery) Tercio@0: Tercio@0: 144007, --Residual Burn Tercio@0: 145631, --Corruption Chain Tercio@0: 143602, --Meditation Spike Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { Tercio@0: --> phase 1 - Tercio@0: spells = { Tercio@0: --> no spell, is all continuo Tercio@0: }, Tercio@0: adds = { Tercio@0: 71479, -- He Softfoot Tercio@0: 71480, -- Sun Tenderheart Tercio@0: 71475, -- Rook Stonetoe Tercio@0: Tercio@0: 71476, --> Embodied Misery (Rook Stonetoe) Tercio@0: 71481, --> Embodied Sorrow (Rook Stonetoe) Tercio@0: 71477, --> Embodied Gloom (Rook Stonetoe) Tercio@0: Tercio@0: 71478, --> Embodied Anguish (He Softfoot) Tercio@0: Tercio@0: 71474, --> Embodied Despair (Sun Tenderheart) Tercio@0: 71482, --> Embodied Desperation (Sun Tenderheart) Tercio@0: 71712, --> Despair Spawns (Sun Tenderheart) Tercio@0: 71993, --> Desperation Spawn Tercio@0: } Tercio@0: } Tercio@0: } Tercio@0: Tercio@0: }, --> end of The Fallen Protectors Tercio@0: Tercio@0: ------------> Norushen ------------------------------------------------------------------------------ Tercio@0: Tercio@0: [3] = { Tercio@0: boss = "Norushen", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Norushen]], Tercio@0: Tercio@0: --combat_end = {1, 72276}, Tercio@0: encounter_start = {delay = 0}, Tercio@0: equalize = true, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [146707] = {0x1}, --> Disheartening Laugh Tercio@0: [144514] = {0x10}, --> Lingering Corruption Tercio@0: Tercio@0: [144628] = {0x40}, --> Titanic Smash Tercio@0: [144649] = {0x20}, --> Hurl Corruption Tercio@0: [144654] = {0x8}, --> Burst of Corruption Tercio@0: [144657] = {0x800}, --> Piercing Corruption Tercio@0: Tercio@0: [145212] = {0x1}, --> Unleashed Anger Tercio@0: [146124] = {0x100}, --> Self Doubt (not a damage) Tercio@0: [145733] = {0x1}, --> Icy Fear -ptr Tercio@0: [145735] = {0x1}, --> Icy Fear -live Tercio@0: [145227] = {0x8, 0x40}, --> Blind Hatred Tercio@0: Tercio@0: [147082] = {0x1, 0x2}, --> Burst of Anger Tercio@0: [145073] = {0x200, 0x8}, --> Residual Corruption Tercio@0: [144548] = {0x200}, --> Expel Corruption Tercio@0: [145134] = {0x200}, --> Expel Corruption -live Tercio@0: [144482] = {} --> Tear Reality Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: 146707, --> Disheartening Laugh Tercio@0: 144514, --> Lingering Corruption Tercio@0: Tercio@0: 144628, --> Titanic Smash Tercio@0: 144649, --> Hurl Corruption Tercio@0: 144654, --> Burst of Corruption Tercio@0: 144657, --> Piercing Corruption Tercio@0: Tercio@0: 145212, --> Unleashed Anger Tercio@0: 146124, --> Self Doubt Tercio@0: 145733, --> Icy Fear Tercio@0: 145735, --> Icy Fear -live Tercio@0: 145227, --> Blind Hatred Tercio@0: Tercio@0: 147082, --> Burst of Anger Tercio@0: 145073, --> Residual Corruption Tercio@0: 144548, --> Expel Corruption Tercio@0: 145134, --> Expel Corruption Tercio@0: 144482, --> Tear Reality Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { Tercio@0: adds = { Tercio@0: 72276, --> Amalgam of Corruption Tercio@0: Tercio@0: 71977, --> Manifestation of Corruption (dps test) Tercio@0: 72264, --> Unleashed Manifestation of Corruption Tercio@0: 71976, --> Essences of Corruption (dps test) Tercio@0: 72263, --> Unleashed Essences of Corruption Tercio@0: Tercio@0: 72001, --> Greater Corruption (healer test) Tercio@0: Tercio@0: 72051, --> Titanc Corruption (tank test) Tercio@0: } Tercio@0: } Tercio@0: } Tercio@0: Tercio@0: }, --> end of Norushen Tercio@0: Tercio@0: ------------> Sha of Pride ------------------------------------------------------------------------------ Tercio@0: [4] = { Tercio@0: boss = "Sha of Pride", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Sha of Pride]], Tercio@0: Tercio@0: combat_end = {1, 71734}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [144400] = {0x1}, --> Swelling Pride Tercio@0: [144774] = {0x40}, --> Reaching Attack Tercio@0: [144358] = {0x100}, --> Wounded Pride (not a damage) Tercio@0: [144351] = {0x10, 0x200}, --> Mark of Arrogance Tercio@0: [144911] = {0x8}, --> Bursting Pride Tercio@0: [145320] = {0x200}, --> Projection Tercio@0: [146818] = {0x2000}, --> Aura of Pride Tercio@0: [144379] = {0x20}, --> Mocking Blast Tercio@0: [144832] = {0x1, 0x2}, --> Unleashed Tercio@0: [144836] = {0x1, 0x2}, --> Unleashed Tercio@0: [144788] = {0x200}, --> Self-Reflection Tercio@0: [144636] = {0x1, 0x200}, --> Corrupted Prison Tercio@0: [144684] = {0x1, 0x200}, --> Corrupted Prison Tercio@0: [144574] = {0x1, 0x200}, --> Corrupted Prison Tercio@0: [144683] = {0x1, 0x200}, --> Corrupted Prison Tercio@0: [144774] = {0x40}, --> Reaching Attack Tercio@0: Tercio@0: [145215] = {}, --Banishment Tercio@0: [147198] = {}, --Unstable Corruption Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: 144400, --> Swelling Pride Tercio@0: 144774, --> Reaching Attack Tercio@0: 144358, --> Wounded Pride (not a damage) Tercio@0: 144351, --> Mark of Arrogance Tercio@0: 144911, --> Bursting Pride Tercio@0: 145320, --> Projection Tercio@0: 146818, --> Aura of Pride Tercio@0: 144379, --> Mocking Blast Tercio@0: 144832, --> Unleashed Tercio@0: 144836, --> Unleashed Tercio@0: 144788, --> Self-Reflection Tercio@0: 144636, --> Corrupted Prison Tercio@0: 144684, --> Corrupted Prison Tercio@0: 144574, --> Corrupted Prison Tercio@0: 144683, --> Corrupted Prison Tercio@0: 144774, --> Reaching Attack Tercio@0: Tercio@0: 145215, --Banishment Tercio@0: 147198, --Unstable Corruption Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1 Tercio@0: adds = { Tercio@0: 71734, --> Sha of Pride Tercio@0: 72172, --> Reflections Tercio@0: 71946, --> Manifestation of Pride Tercio@0: } Tercio@0: } Tercio@0: } Tercio@0: }, --> end of Sha of Pride Tercio@0: Tercio@0: ------------> Galakras ------------------------------------------------------------------------------ Tercio@0: [5] = { Tercio@0: boss = "Galakras", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Galakras]], Tercio@0: Tercio@0: combat_end = {1, 72249}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [146902] = {0x1, 0x100}, -- Poison-Tipped Blades (Korgra the Snake) Tercio@0: [147705] = {0x8}, -- Poison Cloud (Korgra the Snake) Tercio@0: [147711] = {0x200}, -- Curse of Venom (Korgra the Snake) Tercio@0: [147713] = {0x1}, -- Venom Bolt Volley (Korgra the Snake) Tercio@0: [147688] = {0x40}, -- Arcing Smash (Lieutenant Krugruk) Tercio@0: [147683] = {0x1}, -- Thunder Clap (Lieutenant Krugruk) Tercio@0: [146849] = {0x40}, -- Shattering Strike (High Enforcer Thranok) Tercio@0: [146769] = {0x200}, -- Crusher's Call (High Enforcer Thranok) Tercio@0: [146848] = {0x80}, -- Skull Cracker (High Enforcer Thranok) Tercio@0: [146773] = {0x1}, -- Shoot (Master Cannoneer Dagryn) Tercio@0: [147824] = {0x40}, -- Muzzle Spray (Master Cannoneer Dagryn) Tercio@0: Tercio@0: [146899] = {0x200}, -- Fracture (Dragonmaw Bonecrushers) Tercio@0: [146897] = {0x1}, -- Shattering Roar (Dragonmaw Bonecrushers) Tercio@0: [147204] = {0x1}, -- Shattering Roar (Dragonmaw Bonecrushers) Tercio@0: [146728] = {0x20}, -- Chain Heal (Dragonmaw Tidal Shamans) Tercio@0: [149188] = {0x40}, -- Tidal Wwave (Dragonmaw Tidal Shamans) Tercio@0: [149187] = {0x40}, -- Tidal Wave (Dragonmaw Tidal Shamans) Tercio@0: [143474] = {0x200}, -- Healing Tide Totems (Dragonmaw Tidal Shamans) Tercio@0: [143477] = {0x200}, -- Healing Tide (Healing Tide Totems) Tercio@0: [147552] = {0x1, 0x8}, -- Flame Arrows (Dragonmaw Flameslingers) Tercio@0: [146764] = {0x1, 0x8}, -- Flame Arrows (Dragonmaw Flameslingers) Tercio@0: [146763] = {0x1, 0x8}, -- Flame Arrows (Dragonmaw Flameslingers) Tercio@0: [146747] = {0x1}, -- Dragonmaw Strike (Dragonmaw Grunts) Tercio@0: [147669] = {0x1}, -- Throw Axe (Dragonmaw Grunts) Tercio@0: [148352] = {0x200}, -- DrakeFire (Dragonmaw Proto-Drakes) Tercio@0: [148560] = {0x200}, -- DrakeFire (Dragonmaw Proto-Drakes) Tercio@0: -- missing spells from Dragonmaw Wind Reavers Tercio@0: [146776] = {0x40}, -- Flame Breath (Dragonmaw Proto-Drakes) Tercio@0: [148311] = {0x40}, -- Bombard (Kor'kron Demolishers) Tercio@0: [148310] = {0x40}, -- Bombard (Kor'kron Demolishers) Tercio@0: [147029] = {0x200}, -- Flames of Galakrond Tercio@0: [146992] = {0x200}, -- Flames of Galakrond Tercio@0: [147043] = {0x2}, -- Pulsing Flames Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Bring Her Down! Tercio@0: adds = { Tercio@0: 72456, --Korgra the Snake Tercio@0: 72357, --Lieutenant Krugruk Tercio@0: 72355, --High Enforcer Thranok Tercio@0: 72356, --Master Cannoneer Dagryn Tercio@0: Tercio@0: 72352, --Dragonmaw Ebon Stalkers Tercio@0: 72354, --Dragonmaw Bonecrushers Tercio@0: 72367, --Dragonmaw Tidal Shamans Tercio@0: 71610, --Healing Tide Totem Tercio@0: 72353, --Dragonmaw Flameslingers Tercio@0: 72941, --Dragonmaw Grunts Tercio@0: 72600, --Dragonmaw Wind Reavers Tercio@0: 72943, --Dragonmaw Proto-Drakes Tercio@0: 72351, --Dragonmaw Flagbearers Tercio@0: --missing npc id for Banners placed from Dragonmaw Flagbearers Tercio@0: 72947, --Kor'kron Demolishers Tercio@0: }, Tercio@0: spells = { Tercio@0: 146902, --Poison-Tipped Blades (Korgra the Snake) Tercio@0: 147705, --Poison Cloud (Korgra the Snake) Tercio@0: 147711, --Curse of Venom (Korgra the Snake) Tercio@0: 147713, --Venom Bolt Volley (Korgra the Snake) Tercio@0: 147688, --Arcing Smash (Lieutenant Krugruk) Tercio@0: 147683, --Thunder Clap (Lieutenant Krugruk) Tercio@0: 146849, --Shattering Strike (High Enforcer Thranok) Tercio@0: 146769, --Crusher's Call (High Enforcer Thranok) Tercio@0: 146848, --Skull Cracker (High Enforcer Thranok) Tercio@0: 146773, --Shoot (Master Cannoneer Dagryn) Tercio@0: 147824, --Muzzle Spray (Master Cannoneer Dagryn) Tercio@0: 148560, -- DrakeFire (Dragonmaw Proto-Drakes) Tercio@0: 146899, --Fracture (Dragonmaw Bonecrushers) Tercio@0: 146897, --Shattering Roar (Dragonmaw Bonecrushers) Tercio@0: 147204, -- Shattering Roar (Dragonmaw Bonecrushers) Tercio@0: 146728, --Chain Heal (Dragonmaw Tidal Shamans) Tercio@0: 149188, --Tidal Wwave (Dragonmaw Tidal Shamans) Tercio@0: 149187, --Tidal Wave (Dragonmaw Tidal Shamans) Tercio@0: 143474, --Healing Tide Totems (Dragonmaw Tidal Shamans) Tercio@0: 143477, --Healing Tide (Healing Tide Totems) Tercio@0: 147552, --Flame Arrows (Dragonmaw Flameslingers) Tercio@0: 146764, --Flame Arrows (Dragonmaw Flameslingers) Tercio@0: 146763, --Flame Arrows (Dragonmaw Flameslingers) Tercio@0: 146747, --Dragonmaw Strike (Dragonmaw Grunts) Tercio@0: 147669, --Throw Axe (Dragonmaw Grunts) Tercio@0: 148352, --DrakeFire (Dragonmaw Proto-Drakes) Tercio@0: -- missing spells from Dragonmaw Wind Reavers Tercio@0: 146776, --Flame Breath (Dragonmaw Proto-Drakes) Tercio@0: 148311, --Bombard (Kor'kron Demolishers) Tercio@0: 148310, --Bombard (Kor'kron Demolishers) Tercio@0: Tercio@0: } Tercio@0: }, Tercio@0: { --> phase 2: Galakras, The Last of His Progeny Tercio@0: adds = { Tercio@0: 72249, --Galakras Tercio@0: }, Tercio@0: spells = { Tercio@0: 147029, --Flames of Galakrond Tercio@0: 146992, --Flames of Galakrond Tercio@0: 147043, --Pulsing Flames Tercio@0: } Tercio@0: } Tercio@0: } Tercio@0: }, --> end of Galakras Tercio@0: Tercio@0: ------------> Iron Juggernaut ------------------------------------------------------------------------------ Tercio@0: [6] = { Tercio@0: boss = "Iron Juggernaut", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Iron Juggernaut]], Tercio@0: combat_end = {1, 71466}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [144464] = {0x100}, --> Flame Vents Tercio@0: [144467] = {0x100, 0x1}, --> Ignite Armor Tercio@0: [144791] = {0x1, 0x200, 0x40}, --> Engulfed Explosion Tercio@0: [144218] = {0x40}, --> Borer Drill Tercio@0: [144459] = {0x1}, --> Laser Burn Tercio@0: --[144439] = {}, -->Ricochet Tercio@0: [144483] = {0x1}, --> Seismic Activity Tercio@0: [144484] = {0x1}, --> Seismic Activity Tercio@0: [144485] = {0x1, 0x40}, --> Shock Pulse Tercio@0: [144154] = {0x2000}, --> Demolisher Cannons Tercio@0: [144316] = {0x2000}, --> Mortar Blast Tercio@0: [144918] = {0x40, 0x80}, --> Cutter Laser Tercio@0: [144498] = {0x8, 0x200}, --> Explosive Tar Tercio@0: [144327] = {}, --> Ricochet Tercio@0: [144919] = {}, --> Tar Explosion Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Pressing the Attack: Assault Mode Tercio@0: adds = { Tercio@0: 72050, --> Crawler Mines Tercio@0: 71466 --> iron juggernaut Tercio@0: }, Tercio@0: spells = { Tercio@0: 144464, --> Flame Vents Tercio@0: 144218, --> Borer Drill Tercio@0: 144459, --> Laser Burn Tercio@0: --> Mortar Cannon Tercio@0: --144439 --> Ricochet Tercio@0: 144467, --> Ignite Armor Tercio@0: 144316, --> Mortar Blast Tercio@0: 144791, --> Engulfed Explosion Tercio@0: 144327, --> Ricochet Tercio@0: } Tercio@0: }, Tercio@0: { --> phase 2: Breaking the Defense: Siege Mode: Tercio@0: adds = { Tercio@0: 71466 --> iron juggernaut Tercio@0: }, Tercio@0: spells = { Tercio@0: 144483, --> Seismic Activity Tercio@0: 144484, --> Seismic Activity Tercio@0: 144485, --> Shock Pulse Tercio@0: 144154, --> Demolisher Cannons Tercio@0: 144918, --> Cutter Laser Tercio@0: 144498, --> Explosive Tar Tercio@0: 144919, Tercio@0: } Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Iron Juggernaut Tercio@0: Tercio@0: ------------> Kor'kron Dark Shaman ------------------------------------------------------------------------------ Tercio@0: [7] = { Tercio@0: boss = "Kor'kron Dark Shaman", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-KorKron Dark Shaman]], Tercio@0: combat_end = {1, 71859}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [144303] = {0x1}, --Swipe Tercio@0: [144304] = {0x1}, --Rend Tercio@0: Tercio@0: [144215] = {0x100}, --Froststorm Strike Tercio@0: [144089] = {0x1}, --Toxic Mist 90% Tercio@0: [144090] = {0x8}, --Foul Stream 80% Tercio@0: [144070] = {0x200}, --Ashen Wall 70% Tercio@0: Tercio@0: [144214] = {0x1}, --Froststorm Bolt Tercio@0: [144005] = {0x8}, --Toxic Storm 90% Tercio@0: [144017] = {0x8}, --Toxic Storm 90% Tercio@0: [144030] = {0x40}, -- Toxic Tornado Tercio@0: [143990] = {0x80, 0x40}, --Foul Geyser 80% Tercio@0: [143993] = {0x80, 0x40}, --Foul Geyser 80% Tercio@0: [143973] = {0x8}, --Falling Ash 70% Tercio@0: [143987] = {0x8}, --Falling Ash 70% Tercio@0: Tercio@0: [144064] = {0x40}, --Foulness Tercio@0: [144066] = {0x40}, --Foulness Tercio@0: Tercio@0: [144328] = {}, --> Iron Tomb Tercio@0: [144334] = {}, --> Iron Tomb Tercio@0: [144330] = {}, --> Iron Prison Tercio@0: [144331] = {}, --> Iron Prison Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: 144303, --Swipe Tercio@0: 144304, --Rend Tercio@0: Tercio@0: 144215, --Froststorm Strike Tercio@0: 144089, --Toxic Mist Tercio@0: 144090, --Foul Stream Tercio@0: 144070, --Ashen Wall Tercio@0: Tercio@0: 144214, --Froststorm Bolt Tercio@0: 144005, --Toxic Storm Tercio@0: 144017, --Toxic Storm Tercio@0: 144030, --Toxic Tornado Tercio@0: 143990, --Foul Geyser Tercio@0: 143993, --Foul Geyser Tercio@0: 143973, --Falling Ash Tercio@0: 143987, --Falling Ash Tercio@0: 144064, --Foulness Tercio@0: 144066, --Foulness Tercio@0: 144328, --> Iron Tomb Tercio@0: 144334, --> Iron Tomb Tercio@0: 144330, --> Iron Prison Tercio@0: 144331, --> Iron Prison Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Tercio@0: adds = { Tercio@0: 71859, --> Earthbreaker Haromm Tercio@0: 71858, --> Wavebinder Kardris Tercio@0: 71921, --> Darkfang Tercio@0: 71923, --> Bloodclaw Tercio@0: 71801, --> Toxic Storm Tercio@0: 71827, --> Ash Elemental Tercio@0: 71825 --> Foul Slimes Tercio@0: }, Tercio@0: spells = { Tercio@0: --> Tercio@0: } Tercio@0: }, Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Kor'kron Dark Shaman Tercio@0: Tercio@0: ------------> General Nazgrim ------------------------------------------------------------------------------ Tercio@0: [8] = { Tercio@0: boss = "General Nazgrim", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-General Nazgrim]], Tercio@0: Tercio@0: combat_end = {1, 71515}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [143494] = {0x100}, --Sundering Blow Tercio@0: [143638] = {0x1}, --Bonecracker Tercio@0: [143716] = {0x2000}, --Heroic Shockwave Tercio@0: [143712] = {0x80, 0x8}, --Aftershocks Tercio@0: [143503] = {0x1}, --War Song Tercio@0: [143872] = {0x80, 0x40}, --Ravager Tercio@0: Tercio@0: [143420] = {0x80, 0x40}, --Ironstorm (Kor'kron Ironblades) Tercio@0: [143421] = {0x80, 0x40}, --Ironstorm (Kor'kron Ironblades) Tercio@0: [143481] = {0x200, 0x1000}, --Backstab (Kor'kron Assassins) Tercio@0: [143432] = {0x20, 0x1}, --Arcane Shock (Kor'kron Arcweavers) Tercio@0: [143431] = {0x20, 0x1}, --Magistrike (Kor'kron Arcweavers) Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: 143494, --Sundering Blow Tercio@0: 143638, --Bonecracker Tercio@0: 143716, --Heroic Shockwave Tercio@0: 143712, --Aftershocks Tercio@0: 143503, --War Song Tercio@0: 143872, --Ravager Tercio@0: Tercio@0: 143420, --Ironstorm (Kor'kron Ironblades) Tercio@0: 143421, --Ironstorm (Kor'kron Ironblades) Tercio@0: 143481, --Backstab (Kor'kron Assassins) Tercio@0: 143432, --Arcane Shock (Kor'kron Arcweavers) Tercio@0: 143431, --Magistrike (Kor'kron Arcweavers) Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Tercio@0: adds = { Tercio@0: 71515, --General Nazgrim Tercio@0: 71626, --Kor'kron Banner Tercio@0: 71715, --Orgrimmar Faithful Tercio@0: 71516, --Kor'kron Ironblades Tercio@0: 71518, --Kor'kron Assassins Tercio@0: 71517, --Kor'kron Arcweavers Tercio@0: 71519, --Kor'kron Warshamans Tercio@0: 71610, --Healing Tide Totem Tercio@0: }, Tercio@0: spells = { Tercio@0: --> Tercio@0: } Tercio@0: }, Tercio@0: }, Tercio@0: Tercio@0: }, --> end of General Nazgrim Tercio@0: Tercio@0: ------------> Malkorok ------------------------------------------------------------------------------ Tercio@0: [9] = { Tercio@0: boss = "Malkorok", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Malkorok]], Tercio@0: Tercio@0: combat_end = {1, 71454}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [142861] = {0x200}, --Ancient Miasma Tercio@0: [142906] = {0x200}, --Ancient Miasma Tercio@0: [142990] = {0x100}, --Fatal Strike Tercio@0: [142851] = {0x2000}, --Seismic Slam Tercio@0: [142849] = {0x2000}, --Seismic Slam Tercio@0: [142826] = {0x40}, --Arcing Smash Tercio@0: [142815] = {0x40}, --Arcing Smash Tercio@0: [142816] = {0x40}, --Breath of Y'Shaarj Tercio@0: [142987] = {0x200, 0x1}, --Imploding Energy Tercio@0: [142986] = {0x200, 0x1}, --Imploding Energy Tercio@0: [142879] = {0x10000}, --Blood Rage Tercio@0: [142890] = {0x10000}, --Blood Rage Tercio@0: [142913] = {0x80}, --Displaced Energy Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Might of the Kor'kron Tercio@0: adds = { Tercio@0: 71454, --Malkorok Tercio@0: 71644 --living corruption Tercio@0: }, Tercio@0: spells = { Tercio@0: 142861, --Ancient Miasma Tercio@0: 142906, --Ancient Miasma Tercio@0: 142990, --Fatal Strike Tercio@0: 142851, --Seismic Slam Tercio@0: 142849, --Seismic Slam Tercio@0: 142826, --Arcing Smash Tercio@0: 142815, --Arcing Smash Tercio@0: 142816, --Breath of Y'Shaarj Tercio@0: 142987, --Imploding Energy Tercio@0: 142986 --Imploding Energy Tercio@0: } Tercio@0: }, Tercio@0: { --> phase 2: Blood Rage Tercio@0: adds = { Tercio@0: Tercio@0: }, Tercio@0: spells = { Tercio@0: 142879, --Blood Rage Tercio@0: 142890, --Blood Rage Tercio@0: 142913 --Displaced Energy Tercio@0: } Tercio@0: }, Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Malkorok Tercio@0: Tercio@0: ------------> Spoils of Pandaria ------------------------------------------------------------------------------ Tercio@0: [10] = { Tercio@0: boss = "Spoils of Pandaria", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Spolis of Pandaria]], Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: --Lightweight Crates -> Mogu Crates Tercio@0: [145218] = {0x10, 0x20}, --Harden Flesh (Animated Stone Mogu) Tercio@0: [144923] = {0x20}, --Earthen Shard (Animated Stone Mogu) Tercio@0: [142775] = {0x40}, --Nova (Sparks of Life) Tercio@0: [142765] = {0x40}, --Pulse (Sparks of Life) Tercio@0: [142759] = {0x40}, --Pulse (Sparks of Life) Tercio@0: [144853] = {0x1}, --Carnivorous Bite (Quilen Guardians) Tercio@0: --Stout Crates -> Mogu Crates Tercio@0: [145393] = {0x200}, --Matter Scramble (Modified Anima Golems) Tercio@0: --[145271] = {}, --Crimson Reconstitution (Modified Anima Golems) Tercio@0: [142942] = {0x200, 0x10}, --Torment (Mogu Shadow Ritualists) Tercio@0: [142983] = {0x200, 0x10}, --Torment (Mogu Shadow Ritualists) Tercio@0: [145240] = {0x20}, --Forbidden Magic (Mogu Shadow Ritualists) Tercio@0: --[145460] = {}, --Mogu Rune of Power (Mogu Shadow Ritualists) Tercio@0: --Massive Crates -> Mogu Crates Tercio@0: [145489] = {0x1}, --Return to Stone Tercio@0: [145514] = {0x1}, --Return to Stone Tercio@0: [148515] = {0x40}, --Shadow Volley (Jun-Wei) Tercio@0: [148516] = {0x40}, --Shadow Volley (Jun-Wei) Tercio@0: [148517] = {0x40}, --Molten Fist (Zu-Yin) Tercio@0: [148518] = {0x40}, --Molten Fist (Zu-Yin) Tercio@0: [148582] = {0x40}, --Jade Tempest (Xiang-Lin) Tercio@0: [148583] = {0x40}, --Jade Tempest (Xiang-Lin) Tercio@0: [148513] = {0x40}, --Fracture (Kun-Da) Tercio@0: [148514] = {0x40}, --Fracture (Kun-Da) Tercio@0: Tercio@0: --Lightweight Crates -> Mantid Crates Tercio@0: [145718] = {0x8}, -- Gusting Bomb (Sri'thik Bombardiers) Tercio@0: [145716] = {0x8}, -- Gusting Bomb (Sri'thik Bombardiers) Tercio@0: [145706] = {0x1, 0x2000}, --Throw Explosives (Sri'thik Bombardiers) Tercio@0: [145748] = {0x8}, -- Encapsulated Pheromones (Sri'thik Bombardiers) Tercio@0: --[145692] = {}, -- Enrage (Kor'thik Warcallerss) Tercio@0: --Stout Crates -> Mantid Crates Tercio@0: --[145808] = {}, --Mantid Swarm (Zar'thik Amber Priests) Tercio@0: --[145790] = {}, --Residue (Zar'thik Amber Priests) Tercio@0: [145817] = {0x40}, --Windstorm (Set'thik Wind Wielders) Tercio@0: --[145812] = {}, --Rage of the Empress (Set'thik Wind Wielders) Tercio@0: --Massive Crates -> Mantid Crates Tercio@0: [148760] = {0x1}, --Pheromone Cloud (Pheromone Cloud) Tercio@0: [145993] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [142997] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [145987] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [145996] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [146365] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [147404] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [148054] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [148055] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: [148056] = {0x200}, --Set to Blow (Ka'thik Demolisher) Tercio@0: Tercio@0: --Pandaren Crates Tercio@0: [146217] = {0x2000}, -- Keg Toss (Ancient Brewmaster Spirits) Tercio@0: [146222] = {0x40}, --Breath of Fire (Ancient Brewmaster Spirits) Tercio@0: [146226] = {0x40}, --Breath of Fire (Ancient Brewmaster Spirits) Tercio@0: [146230] = {0x40}, --Breath of Fire (Ancient Brewmaster Spirits) Tercio@0: --[146081] = {}, --(Ancient Brewmaster Spirits) Tercio@0: [146180] = {0x40, 0x1}, --Gusting Crane Kick (Wise Mistweaver Spirits) Tercio@0: [146182] = {0x40, 0x1}, --Gusting Crane Kick (Wise Mistweaver Spirits) Tercio@0: --[146189] = {}, Eminence --(Wise Mistweaver Spirits) Tercio@0: --[146679] = {}, --(Wise Mistweaver Spirits) Tercio@0: [146257] = {0x8, 0x2000}, --(Nameless Windwalker Spirits) Tercio@0: --[146142] = {}, --(Nameless Windwalker Spirits) Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Tercio@0: adds = { Tercio@0: --Lightweight Crates -> Mogu Crates Tercio@0: 71380, --Animated Stone Mogu Tercio@0: 71382, --Burial Urns Tercio@0: 71433,--Sparks of Life Tercio@0: 71378, --Quilen Guardians Tercio@0: --Stout Crates -> Mogu Crates Tercio@0: 71395, --Modified Anima Golems Tercio@0: 71393, --Mogu Shadow Ritualists Tercio@0: --Massive Crates -> Mogu Crates Tercio@0: 72535, --Stone Statue Tercio@0: 73723, --Jun-Wei Tercio@0: 73724, --Zu-Yin Tercio@0: 73725, --Xiang-Lin Tercio@0: 71408, --Kun-Da Tercio@0: Tercio@0: --Lightweight Crates -> Tercio@0: 71385, --Sri'thik Bombardiers Tercio@0: 71383, --Kor'thik Warcallerss Tercio@0: --Stout Crates -> Mantid Crates Tercio@0: 71397, --Zar'thik Amber Priests Tercio@0: 71398, --Zar'thik Swarmer Tercio@0: 71405, --Set'thik Wind Wielders Tercio@0: --Massive Crates -> Mantid Crates Tercio@0: --unknow id -- Ka'thik Demolisher Tercio@0: Tercio@0: --Pandaren Crates Tercio@0: 71427, --Ancient Brewmaster Spirits Tercio@0: 71428, --Wise Mistweaver Spirits Tercio@0: 71430 --Nameless Windwalker Spirits Tercio@0: }, Tercio@0: spells = { Tercio@0: --Lightweight Crates -> Mogu Crates Tercio@0: 145218, --Harden Flesh (Animated Stone Mogu) Tercio@0: 144923, --Earthen Shard (Animated Stone Mogu) Tercio@0: 142775, --Nova (Sparks of Life) Tercio@0: 142765, --Pulse (Sparks of Life) Tercio@0: 142759, --Pulse (Sparks of Life) Tercio@0: 144853, --Carnivorous Bite (Quilen Guardians) Tercio@0: --Stout Crates -> Mogu Crates Tercio@0: 145393, --Matter Scramble (Modified Anima Golems) Tercio@0: 145271, --Crimson Reconstitution (Modified Anima Golems) Tercio@0: 142942, --Torment (Mogu Shadow Ritualists) Tercio@0: 142983, --Torment (Mogu Shadow Ritualists) Tercio@0: 146885, --Torment (Mogu Shadow Ritualists) Tercio@0: 145240, --Forbidden Magic (Mogu Shadow Ritualists) Tercio@0: 145460, --Mogu Rune of Power (Mogu Shadow Ritualists) Tercio@0: --Massive Crates -> Mogu Crates Tercio@0: 145514, --Return to Stone Tercio@0: 145489, --Return to Stone Tercio@0: 148515, --Shadow Volley (Jun-Wei) Tercio@0: 148516, --Shadow Volley (Jun-Wei) Tercio@0: 148517, --Molten Fist (Zu-Yin) Tercio@0: 148518, --Molten Fist (Zu-Yin) Tercio@0: 148582, --Jade Tempest (Xiang-Lin) Tercio@0: 148583, --Jade Tempest (Xiang-Lin) Tercio@0: 148513, --Fracture (Kun-Da) Tercio@0: 148514, --Fracture (Kun-Da) Tercio@0: Tercio@0: --Lightweight Crates -> Tercio@0: 145718, -- Gusting Bomb (Sri'thik Bombardiers) Tercio@0: 145716, -- Gusting Bomb (Sri'thik Bombardiers) Tercio@0: 145706, --Throw Explosives (Sri'thik Bombardiers) Tercio@0: 145748, -- Encapsulated Pheromones (Sri'thik Bombardiers) Tercio@0: 145692, -- Enrage (Kor'thik Warcallerss) Tercio@0: --Stout Crates -> Mantid Crates Tercio@0: 145808, --Mantid Swarm (Zar'thik Amber Priests) Tercio@0: 145790, --Residue (Zar'thik Amber Priests) Tercio@0: 145817, --Windstorm (Set'thik Wind Wielders) Tercio@0: 145812, --Rage of the Empress (Set'thik Wind Wielders) Tercio@0: --Massive Crates -> Mantid Crates Tercio@0: 148760, --Pheromone Cloud (Pheromone Cloud) Tercio@0: 145993, --Set to Blow (Ka'thik Demolisher) Tercio@0: 142997, --Set to Blow (Ka'thik Demolisher) Tercio@0: 145987, --Set to Blow (Ka'thik Demolisher) Tercio@0: 145996, --Set to Blow (Ka'thik Demolisher) Tercio@0: 146365, --Set to Blow (Ka'thik Demolisher) Tercio@0: 147404, --Set to Blow (Ka'thik Demolisher) Tercio@0: 148054, --Set to Blow (Ka'thik Demolisher) Tercio@0: 148055, --Set to Blow (Ka'thik Demolisher) Tercio@0: 148056, --Set to Blow (Ka'thik Demolisher) Tercio@0: Tercio@0: --Pandaren Crates Tercio@0: 146217, --(Ancient Brewmaster Spirits) Tercio@0: 146222, --Breath of Fire(Ancient Brewmaster Spirits) Tercio@0: 146226, --Breath of Fire(Ancient Brewmaster Spirits) Tercio@0: 146230, --Breath of Fire(Ancient Brewmaster Spirits) Tercio@0: 146081, --(Ancient Brewmaster Spirits) Tercio@0: 146180, --(Wise Mistweaver Spirits) Tercio@0: 146189, --(Wise Mistweaver Spirits) Tercio@0: 146679, --(Wise Mistweaver Spirits) Tercio@0: 146257, --Path of Blossoms (Nameless Windwalker Spirits) Tercio@0: 146142, --(Nameless Windwalker Spirits) Tercio@0: 146182, --Gusting Crane Kick (Wise Mistweaver Spirits) Tercio@0: } Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Spoils of Pandaria Tercio@0: Tercio@0: ------------> Thok the Bloodthirsty ------------------------------------------------------------------------------ Tercio@0: [11] = { Tercio@0: boss = "Thok the Bloodthirsty", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Thok the Bloodthirsty]], Tercio@0: Tercio@0: combat_end = {1, 71529}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [143426] = {0x100}, --Fearsome Roar Tercio@0: [143428] = {0x40}, --Tail Lash Tercio@0: [143707] = {0x1}, --Shock Blast Tercio@0: [143343] = {0x1, 0x4000}, --Deafening Screech Tercio@0: --[143452] = {}, --Bloodied Tercio@0: Tercio@0: [143780] = {0x100}, --Acid Breath Tercio@0: [143791] = {0x1}, --Corrosive Blood Tercio@0: Tercio@0: [143773] = {0x100}, --Freezing Breath Tercio@0: [143800] = {0x1}, --Icy Blood Tercio@0: Tercio@0: [143767] = {0x100}, --Scorching Breath Tercio@0: [143783] = {0x1, 0x8}, --Burning Blood Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: A Cry in the Darkness Tercio@0: adds = { Tercio@0: 71529 --> Thok the Bloodthirsty Tercio@0: }, Tercio@0: spells = { Tercio@0: 143426, --Fearsome Roar Tercio@0: 143428, --Tail Lash Tercio@0: 143707, --Shock Blast Tercio@0: 143343, --Deafening Screech Tercio@0: 143452, --Bloodied Tercio@0: Tercio@0: 143780, --Acid Breath Tercio@0: 143791, --Corrosive Blood Tercio@0: Tercio@0: 143773, --Freezing Breath Tercio@0: 143800, --Icy Blood Tercio@0: Tercio@0: 143767, --Scorching Breath Tercio@0: 143783 --Burning Blood Tercio@0: } Tercio@0: }, Tercio@0: { --> phase 2: Frenzy for Blood! Tercio@0: adds = { Tercio@0: 71658 --Kor'kron Jailer Tercio@0: }, Tercio@0: spells = { Tercio@0: Tercio@0: } Tercio@0: }, Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Thok the Bloodthirsty Tercio@0: Tercio@0: ------------> Siegecrafter Blackfuse ------------------------------------------------------------------------------ Tercio@0: [12] = { Tercio@0: boss = "Siegecrafter Blackfuse", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Siegecrafter Blackfuse]], Tercio@0: Tercio@0: combat_end = {1, 71504}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [144335] = {0x8}, --Matter Purification Beam Tercio@0: [143385] = {0x100}, --Electrostatic Charge Tercio@0: [143265] = {0x40}, --Launch Sawblade Tercio@0: --[144213] = {}, --Automatic Repair Beam Tercio@0: [144210] = {0x40, 0x8}, --Death From Above Tercio@0: [145444] = {0x1}, --Overload Tercio@0: Tercio@0: [144664] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets) Tercio@0: [144663] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets) Tercio@0: [144662] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets) Tercio@0: [144661] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets) Tercio@0: [144660] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets) Tercio@0: [143641] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets) Tercio@0: Tercio@0: [143856] = {0x40, 0x8}, --Superheated (Laser Turrets) Tercio@0: [144466] = {0x1, 0x200}, --Magnetic Crush (Electromagnets) Tercio@0: [149146] = {0x80}, --Detonate! (Crawler Mines) Tercio@0: [143327] = {0x40}, --Serrated Slash Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Tercio@0: adds = { Tercio@0: 71504, --Siegecrafter Blackfuse Tercio@0: 71591, --Automated Shredders Tercio@0: 72050, --Crawler Mines Tercio@0: 71790, --Disassembled Crawler Mines Tercio@0: 71591, --Automated Shredder Tercio@0: 71638, --Activated Missile Turrets Tercio@0: 71606, --Deactivated Missile Turrets Tercio@0: 71752, --Activated Laser Turrets Tercio@0: 71751, --Deactivated Laser Turrets Tercio@0: 71696, --Activated Electromagnets Tercio@0: 71694 --Deactivated Electromagnets Tercio@0: Tercio@0: }, Tercio@0: spells = { Tercio@0: 144335, --Matter Purification Beam Tercio@0: 143385, --Electrostatic Charge Tercio@0: 143265, --Launch Sawblade Tercio@0: 144213, --Automatic Repair Beam Tercio@0: 144210, --Death From Above Tercio@0: 145444, --Overload Tercio@0: 143856, --Superheated (Laser Turrets) Tercio@0: 144466, --Magnetic Crush (Electromagnets) Tercio@0: 149146, --Detonate! (Crawler Mines) Tercio@0: 143327, --Serrated Slash Tercio@0: 144664, --Shockwave Missile (Missile Turrets) Tercio@0: 144663, --Shockwave Missile (Missile Turrets) Tercio@0: 144662, --Shockwave Missile (Missile Turrets) Tercio@0: 144661, --Shockwave Missile (Missile Turrets) Tercio@0: 144660, --Shockwave Missile (Missile Turrets) Tercio@0: 143641, --Shockwave Missile (Missile Turrets) Tercio@0: Tercio@0: } Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Siegecrafter Blackfuse Tercio@0: Tercio@0: ------------> Paragons of the Klaxxi ------------------------------------------------------------------------------ Tercio@0: [13] = { Tercio@0: boss = "Paragons of the Klaxxi", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Klaxxi Paragons]], Tercio@0: Tercio@0: combat_end = {2, { Tercio@0: 71161, --Kil'ruk the Wind-Reaver Tercio@0: 71157, --Xaril the Poisoned Mind Tercio@0: 71158, --Rik'kal the Dissector Tercio@0: 71152, --Skeer the Bloodseeker Tercio@0: 71160, --Iyyokuk the Lucid Tercio@0: 71155, --Korven the Prime Tercio@0: 71156, -- Kaz'tik the Manipulator Tercio@0: 71154, -- Ka'roz the Locust Tercio@0: 71153, -- Hisek the Swarmkeeper Tercio@0: }}, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: --Kil'ruk the Wind-Reaver Tercio@0: [142931] = {}, --Exposed Veins Tercio@0: [143939] = {}, --Gouge Tercio@0: [143941] = {}, --Mutilate Tercio@0: [142232] = {}, --Death from Above Tercio@0: [142270] = {}, --Reave Tercio@0: [142922] = {}, --Razor Sharp Blades Tercio@0: [142930] = {}, --Razor Sharp Blades Tercio@0: Tercio@0: --Xaril the Poisoned Mind Tercio@0: [142929] = {}, --Tenderizing Strikes Tercio@0: [142315] = {}, --Caustic Blood Tercio@0: [142317] = {}, --Bloody Explosion Tercio@0: [142528] = {}, --Toxic Injection Tercio@0: [148656] = {}, --Vast Apothecarial Knowledge Tercio@0: [142877] = {}, --Volatile Poultice Tercio@0: [143735] = {}, --Caustic Amber Tercio@0: [142797] = {}, --Noxious Vapors Tercio@0: Tercio@0: --Kaz'tik the Manipulator Tercio@0: [142667] = {}, --Thick Shell Tercio@0: [115268] = {}, --Mesmerize Tercio@0: [142649] = {}, --Devour Tercio@0: [142270] = {}, --Reave Tercio@0: [142651] = {}, --Molt Tercio@0: [144275] = {}, --Swipe Tercio@0: [142655] = {}, --Swipe Tercio@0: [143768] = {}, --Sonic Projection Tercio@0: Tercio@0: --Korven the Prime Tercio@0: [142564] = {}, --Encase in Amber Tercio@0: [143974] = {}, --Shield Bash Tercio@0: Tercio@0: [143979] = {}, --Vicious Assault Tercio@0: [143980] = {}, --Vicious Assault Tercio@0: [143981] = {}, --Vicious Assault Tercio@0: [143982] = {}, --Vicious Assault Tercio@0: [143984] = {}, --Vicious Assault Tercio@0: [143985] = {}, --Vicious Assault Tercio@0: Tercio@0: [148649] = {}, --Master of Amber Tercio@0: Tercio@0: --Iyyokuk the Lucid Tercio@0: [143666] = {}, --Diminish Tercio@0: [142514] = {}, --Calculate Tercio@0: [142416] = {}, --Insane Calculation: Fiery Edge Tercio@0: [142809] = {}, --Fiery Edgeficious Assault Tercio@0: [142735] = {}, --Reaction: Blue Tercio@0: [142736] = {}, --Reaction: Red Tercio@0: [141858] = {}, --Ingenious Tercio@0: Tercio@0: --Ka'roz the Locust Tercio@0: [143701] = {}, --Whirling Tercio@0: [143702] = {}, --Whirling Tercio@0: [143733] = {}, --Hurl Amber Tercio@0: [148650] = {}, --Strong Legs Tercio@0: [142564] = {}, --Encase in Amber Tercio@0: Tercio@0: --Skeer the Bloodseeker Tercio@0: [143274] = {}, --Hewn Tercio@0: [143275] = {}, --Hewn Tercio@0: [143280] = {}, --Bloodletting Tercio@0: [148655] = {}, --Bloodthirsty Tercio@0: Tercio@0: --Rik'kal the Dissector Tercio@0: [143278] = {}, --Genetic Alteration Tercio@0: [143279] = {}, --Genetic Alteration Tercio@0: [143339] = {}, --Injection Tercio@0: [144274] = {}, --Claw Tercio@0: [142655] = {}, --Swipe Tercio@0: [144276] = {}, --Sting Tercio@0: [143373] = {}, --Gene Splice Tercio@0: [143337] = {}, --Mutate Tercio@0: Tercio@0: --Hisek the Swarmkeeper Tercio@0: [144839] = {}, --Multi-Shot Tercio@0: [142948] = {}, --Aim Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: --Kil'ruk the Wind-Reaver Tercio@0: 142931, --Exposed Veins Tercio@0: 143939, --Gouge Tercio@0: 143941, --Mutilate Tercio@0: 142232, --Death from Above Tercio@0: 142270, --Reave Tercio@0: 142922, --Razor Sharp Blades Tercio@0: 142930, --Razor Sharp Blades Tercio@0: Tercio@0: --Xaril the Poisoned Mind Tercio@0: 142929, --Tenderizing Strikes Tercio@0: 142315, --Caustic Blood Tercio@0: 142317, --Bloody Explosion Tercio@0: 142528, --Toxic Injection Tercio@0: 148656, --Vast Apothecarial Knowledge Tercio@0: 142877, --Volatile Poultice Tercio@0: 143735, --Caustic Amber Tercio@0: 142797, --Noxious Vapors Tercio@0: Tercio@0: --Kaz'tik the Manipulator Tercio@0: 142667, --Thick Shell Tercio@0: 115268, --Mesmerize Tercio@0: 142649, --Devour Tercio@0: 142270, --Reave Tercio@0: 142651, --Molt Tercio@0: 144275, --Swipe Tercio@0: 142655, --Swipe Tercio@0: 143768, --Sonic Projection Tercio@0: Tercio@0: --Korven the Prime Tercio@0: 142564, --Encase in Amber Tercio@0: 143974, --Shield Bash Tercio@0: Tercio@0: 143979, --Vicious Assault Tercio@0: 143980, --Vicious Assault Tercio@0: 143981, --Vicious Assault Tercio@0: 143982, --Vicious Assault Tercio@0: 143984, --Vicious Assault Tercio@0: 143985, --Vicious Assault Tercio@0: Tercio@0: 148649, --Master of Amber Tercio@0: Tercio@0: --Iyyokuk the Lucid Tercio@0: 143666, --Diminish Tercio@0: 142514, --Calculate Tercio@0: 142416, --Insane Calculation: Fiery Edge Tercio@0: 142809, --Fiery Edgeficious Assault Tercio@0: 142735, --Reaction: Blue Tercio@0: 142736, --Reaction: Red Tercio@0: 141858, --Ingenious Tercio@0: Tercio@0: --Ka'roz the Locust Tercio@0: 143701, --Whirling Tercio@0: 143702, --Whirling Tercio@0: 143733, --Hurl Amber Tercio@0: 148650, --Strong Legs Tercio@0: 142564, --Encase in Amber Tercio@0: Tercio@0: --Skeer the Bloodseeker Tercio@0: 143274, --Hewn Tercio@0: 143275, --Hewn Tercio@0: 143280, --Bloodletting Tercio@0: 148655, --Bloodthirsty Tercio@0: Tercio@0: --Rik'kal the Dissector Tercio@0: 143278, --Genetic Alteration Tercio@0: 143279, --Genetic Alteration Tercio@0: 143339, --Injection Tercio@0: 144274, --Claw Tercio@0: 142655, --Swipe Tercio@0: 144276, --Sting Tercio@0: 143373, --Gene Splice Tercio@0: 143337, --Mutate Tercio@0: Tercio@0: --Hisek the Swarmkeeper Tercio@0: 144839, --Multi-Shot Tercio@0: 142948, --Aim Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Tercio@0: adds = { Tercio@0: 71161, --Kil'ruk the Wind-Reaver Tercio@0: 71157, --Xaril the Poisoned Mind Tercio@0: 71158, --Rik'kal the Dissector Tercio@0: 71152, --Skeer the Bloodseeker Tercio@0: 71160, --Iyyokuk the Lucid Tercio@0: 71155, --Korven the Prime Tercio@0: 71156, -- Kaz'tik the Manipulator Tercio@0: 71154, -- Ka'roz the Locust Tercio@0: 71153, -- Hisek the Swarmkeeper Tercio@0: Tercio@0: 71578, --Amber Parasites Tercio@0: 71542, --Bloods Tercio@0: 71420, --Hungry Kunchongs Tercio@0: 71425, --Mature Kunchongs Tercio@0: }, Tercio@0: spells = { Tercio@0: Tercio@0: } Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Paragons of the Klaxxi Tercio@0: Tercio@0: ------------> Garrosh Hellscream ------------------------------------------------------------------------------ Tercio@0: [14] = { Tercio@0: boss = "Garrosh Hellscream", Tercio@0: portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Garrosh Hellscream]], Tercio@0: Tercio@0: combat_end = {1, 71865}, Tercio@0: equalize = true, Tercio@0: Tercio@0: spell_mechanics = { Tercio@0: [144582] = {0x1}, --Hamstring (Kor'kron Warbringers) Tercio@0: [144758] = {0x1, 0x40}, --Desecrate Tercio@0: [144762] = {0x8}, --desecrated (Desecrated Weapon) Tercio@0: [144584] = {0x20}, --Chain Lightning (Farseer Wolf Riders) Tercio@0: [144989] = {0x40}, --Whirling Corruption Tercio@0: [145033] = {0x2000}, --Empowered Whirling Corruption Tercio@0: [145599] = {0x20}, --Touch of Y'Shaarj (mc casted) Tercio@0: [145183] = {0x100}, --Gripping Despair Tercio@0: [145195] = {0x100} --Empowered Gripping Despair Tercio@0: }, Tercio@0: Tercio@0: continuo = { Tercio@0: Tercio@0: }, Tercio@0: Tercio@0: phases = { Tercio@0: { --> phase 1: Tercio@0: adds = { Tercio@0: 72154, --Desecrated Weapon Tercio@0: 71979, --Kor'kron Warbringers Tercio@0: 71983, --Farseer Wolf Riders Tercio@0: 71984, --Siege Engineers Tercio@0: 71865, --Garrosh Hellscream Tercio@0: }, Tercio@0: spells = { Tercio@0: 144758, --Desecrate Tercio@0: 144582, --Hamstring (Kor'kron Warbringers) Tercio@0: 144762, --desecrated (Desecrated Weapon) Tercio@0: 144583, --Ancestral Chain Heal (Farseer Wolf Riders) Tercio@0: 144584, --Chain Lightning (Farseer Wolf Riders) Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: { --> phase 2: Tercio@0: adds = { Tercio@0: 72237, --Embodied Fears Tercio@0: 72238, --Embodied Doubts Tercio@0: 72236, --Embodied Despairs Tercio@0: 71865, --Garrosh Hellscream Tercio@0: }, Tercio@0: spells = { Tercio@0: 144969 --Annihilate Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: { --> phase 3: Tercio@0: adds = { Tercio@0: 72272, --Minion of Y'Shaarj Tercio@0: 71865, --Garrosh Hellscream Tercio@0: }, Tercio@0: spells = { Tercio@0: 144989, --Whirling Corruption Tercio@0: 145033, --Empowered Whirling Corruption Tercio@0: 145599, --Touch of Y'Shaarj (mc casted) Tercio@0: 145183, --Gripping Despair Tercio@0: 145195, --Empowered Gripping Despair Tercio@0: 145213, --Explosive Despair Tercio@0: 144758, --Desecrate Tercio@0: 145829, --Empowered Desecrate Tercio@0: 144762, --desecrated (Desecrated Weapon) Tercio@0: } Tercio@0: }, Tercio@0: Tercio@0: { --> phase 4: Tercio@0: adds = { Tercio@0: 72272, --Minion of Y'Shaarj Tercio@0: 71865, --Garrosh Hellscream Tercio@0: }, Tercio@0: spells = { Tercio@0: 145033, --Empowered Whirling Corruption Tercio@0: 145195, --Empowered Gripping Despair Tercio@0: 145829, --Empowered Desecrate Tercio@0: 145599, --Touch of Y'Shaarj (mc casted) Tercio@0: } Tercio@0: }, Tercio@0: }, Tercio@0: Tercio@0: }, --> end of Garrosh Hellscream Tercio@0: Tercio@0: } --> End SoO Tercio@0: } Tercio@0: Tercio@0: --[[ Tercio@0: [0x1] = "|cFF00FF00"..Loc ["STRING_HEAL"].."|r", Tercio@0: [0x2] = "|cFF710000"..Loc ["STRING_LOWDPS"].."|r", Tercio@0: [0x4] = "|cFF057100"..Loc ["STRING_LOWHEAL"].."|r", Tercio@0: [0x8] = "|cFFd3acff"..Loc ["STRING_VOIDZONE"].."|r", Tercio@0: [0x10] = "|cFFbce3ff"..Loc ["STRING_DISPELL"].."|r", Tercio@0: [0x20] = "|cFFffdc72"..Loc ["STRING_INTERRUPT"].."|r", Tercio@0: [0x40] = "|cFFd9b77c"..Loc ["STRING_POSITIONING"].."|r", Tercio@0: [0x80] = "|cFFd7ff36"..Loc ["STRING_RUNAWAY"].."|r", Tercio@0: [0x100] = "|cFF9a7540"..Loc ["STRING_TANKSWITCH"] .."|r", Tercio@0: [0x200] = "|cFFff7800"..Loc ["STRING_MECHANIC"].."|r", Tercio@0: [0x400] = "|cFFbebebe"..Loc ["STRING_CROWDCONTROL"].."|r", Tercio@0: [0x800] = "|cFF6e4d13"..Loc ["STRING_TANKCOOLDOWN"].."|r", Tercio@0: [0x1000] = "|cFFffff00"..Loc ["STRING_KILLADD"].."|r", Tercio@0: [0x2000] = "|cFFff9999"..Loc ["STRING_SPREADOUT"].."|r", Tercio@0: [0x4000] = "|cFFffff99"..Loc ["STRING_STOPCAST"].."|r", Tercio@0: [0x8000] = "|cFFffff99"..Loc ["STRING_FACING"].."|r", Tercio@0: [0x10000] = "|cFFffff99"..Loc ["STRING_STACK"].."|r", Tercio@0: --]] Tercio@0: Tercio@0: _detalhes:InstallEncounter (siege_of_orgrimmar)