You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1447 lines
80 KiB

-- EvokerAugmentation.lua
-- August 2025
-- Patch 11.2
--- TODO
-- Hover while moving recommendation spec option
if UnitClassBase( "player" ) ~= "EVOKER" then return end
local addon, ns = ...
local Hekili = _G[ addon ]
local class, state = Hekili.Class, Hekili.State
local spec = Hekili:NewSpecialization( 1473 )
---- Local function declarations for increased performance
-- Strings
local strformat = string.format
-- Tables
local insert, remove, sort, wipe = table.insert, table.remove, table.sort, table.wipe
-- Math
local abs, ceil, floor, max, sqrt = math.abs, math.ceil, math.floor, math.max, math.sqrt
-- Common WoW APIs, comment out unneeded per-spec
-- local GetSpellCastCount = C_Spell.GetSpellCastCount
-- local GetSpellInfo = C_Spell.GetSpellInfo
-- local GetSpellInfo = ns.GetUnpackedSpellInfo
-- local GetPlayerAuraBySpellID = C_UnitAuras.GetPlayerAuraBySpellID
-- local FindUnitBuffByID, FindUnitDebuffByID = ns.FindUnitBuffByID, ns.FindUnitDebuffByID
-- local IsSpellOverlayed = C_SpellActivationOverlay.IsSpellOverlayed
-- local IsSpellKnownOrOverridesKnown = C_SpellBook.IsSpellInSpellBook
-- local IsActiveSpell = ns.IsActiveSpell
-- Specialization-specific local functions (if any)
-- Resources
spec:RegisterResource( Enum.PowerType.Mana )
spec:RegisterResource( Enum.PowerType.Essence )
-- Talents
spec:RegisterTalents( {
-- Evoker
aerial_mastery = { 93352, 365933, 1 }, -- Hover gains $s1 additional charge
ancient_flame = { 93271, 369990, 1 }, -- Casting Emerald Blossom or Verdant Embrace reduces the cast time of your next Living Flame by $s1%
attuned_to_the_dream = { 93292, 376930, 2 }, -- Your healing done and healing received are increased by $s1%
blast_furnace = { 93309, 375510, 1 }, -- Fire Breath's damage over time lasts $s1 sec longer
bountiful_bloom = { 93291, 370886, 1 }, -- Emerald Blossom heals $s1 additional allies
cauterizing_flame = { 93294, 374251, 1 }, -- Cauterize an ally's wounds, removing all Bleed, Poison, Curse, and Disease effects. Heals for $s1 upon removing any effect
clobbering_sweep = { 103844, 375443, 1 }, -- Tail Swipe's cooldown is reduced by $s1 min
draconic_legacy = { 93300, 376166, 1 }, -- Your Stamina is increased by $s1%
enkindled = { 93295, 375554, 2 }, -- Living Flame deals $s1% more damage and healing
expunge = { 93306, 365585, 1 }, -- Expunge toxins affecting an ally, removing all Poison effects
extended_flight = { 93349, 375517, 2 }, -- Hover lasts $s1 sec longer
exuberance = { 93299, 375542, 1 }, -- While above $s1% health, your movement speed is increased by $s2%
fire_within = { 93345, 375577, 1 }, -- Renewing Blaze's cooldown is reduced by $s1 sec
foci_of_life = { 93345, 375574, 1 }, -- Renewing Blaze restores you more quickly, causing damage you take to be healed back over $s1 sec
forger_of_mountains = { 93270, 375528, 1 }, -- Landslide's cooldown is reduced by $s1 sec, and it can withstand $s2% more damage before breaking
heavy_wingbeats = { 103843, 368838, 1 }, -- Wing Buffet's cooldown is reduced by $s1 min
inherent_resistance = { 93355, 375544, 2 }, -- Magic damage taken reduced by $s1%
innate_magic = { 93302, 375520, 2 }, -- Essence regenerates $s1% faster
instinctive_arcana = { 93310, 376164, 2 }, -- Your Magic damage done is increased by $s1%
landslide = { 93305, 358385, 1 }, -- Conjure a path of shifting stone towards the target location, rooting enemies for $s1 sec. Damage may cancel the effect
leaping_flames = { 93343, 369939, 1 }, -- Fire Breath causes your next Living Flame to strike $s1 additional target per empower level
lush_growth = { 93347, 375561, 2 }, -- Green spells restore $s1% more health
natural_convergence = { 93312, 369913, 1 }, -- Disintegrate channels $s1% faster and Eruption's cast time is reduced by $s2%
obsidian_bulwark = { 93289, 375406, 1 }, -- Obsidian Scales has an additional charge
obsidian_scales = { 93304, 363916, 1 }, -- Reinforce your scales, reducing damage taken by $s1%. Lasts $s2 sec
oppressing_roar = { 93298, 372048, 1 }, -- Let out a bone-shaking roar at enemies in a cone in front of you, increasing the duration of crowd controls that affect them by $s1% in the next $s2 sec
overawe = { 93297, 374346, 1 }, -- Oppressing Roar removes $s1 Enrage effect from each enemy, and its cooldown is reduced by $s2 sec
panacea = { 93348, 387761, 1 }, -- Emerald Blossom and Verdant Embrace instantly heal you for $s1 when cast
potent_mana = { 93715, 418101, 1 }, -- Source of Magic increases the target's healing and damage done by $s1%
protracted_talons = { 93307, 369909, 1 }, -- Azure Strike damages $s1 additional enemy
quell = { 93311, 351338, 1 }, -- Interrupt an enemy's spellcasting and prevent any spell from that school of magic from being cast for $s1 sec
recall = { 93301, 371806, 1 }, -- You may reactivate Breath of Eons within $s1 sec after landing to travel back in time to your takeoff location
regenerative_magic = { 93353, 387787, 1 }, -- Your Leech is increased by $s1%
renewing_blaze = { 93354, 374348, 1 }, -- The flames of life surround you for $s1 sec. While this effect is active, $s2% of damage you take is healed back over $s3 sec
rescue = { 93288, 370665, 1 }, -- Swoop to an ally and fly with them to the target location. Clears movement impairing effects from you and your ally
scarlet_adaptation = { 93340, 372469, 1 }, -- Store $s1% of your effective healing, up to $s2. Your next damaging Living Flame consumes all stored healing to increase its damage dealt
sleep_walk = { 93293, 360806, 1 }, -- Disorient an enemy for $s1 sec, causing them to sleep walk towards you. Damage has a chance to awaken them
source_of_magic = { 93344, 369459, 1 }, -- Redirect your excess magic to a friendly healer for $s1 |$s2hour:hrs;. When you cast an empowered spell, you restore $s3% of their maximum mana per empower level. Limit $s4
spatial_paradox = { 93351, 406732, 1 }, -- Evoke a paradox for you and a friendly healer, allowing casting while moving and increasing the range of most spells by $s1% for $s2 sec. Affects the nearest healer within $s3 yds, if you do not have a healer targeted
tailwind = { 93290, 375556, 1 }, -- Hover increases your movement speed by $s1% for the first $s2 sec
terror_of_the_skies = { 93342, 371032, 1 }, -- Breath of Eons stuns enemies for $s1 sec
time_spiral = { 93351, 374968, 1 }, -- Bend time, allowing you and your allies within $s1 yds to cast their major movement ability once in the next $s2 sec, even if it is on cooldown
tip_the_scales = { 93350, 370553, 1 }, -- Compress time to make your next empowered spell cast instantly at its maximum empower level
twin_guardian = { 93287, 370888, 1 }, -- Rescue protects you and your ally from harm, absorbing damage equal to $s1% of your maximum health for $s2 sec
unravel = { 93308, 368432, 1 }, -- Sunder an enemy's protective magic, dealing $s$s2 Spellfrost damage to absorb shields
verdant_embrace = { 93341, 360995, 1 }, -- Fly to an ally and heal them for $s1, or heal yourself for the same amount
walloping_blow = { 93286, 387341, 1 }, -- Wing Buffet and Tail Swipe knock enemies further and daze them, reducing movement speed by $s1% for $s2 sec
zephyr = { 93346, 374227, 1 }, -- Conjure an updraft to lift you and your $s1 nearest allies within $s2 yds into the air, reducing damage taken from area-of-effect attacks by $s3% and increasing movement speed by $s4% for $s5 sec
-- Augmentation
accretion = { 93229, 407876, 1 }, -- Eruption reduces the remaining cooldown of Upheaval by $s1 sec
anachronism = { 93223, 407869, 1 }, -- Prescience has a $s1% chance to grant Essence Burst
arcane_reach = { 93225, 454983, 1 }, -- The range of your helpful magics is increased by $s1 yards
aspects_favor = { 93217, 407243, 2 }, -- Obsidian Scales activates Black Attunement, and amplifies it to increase maximum health by $s1% for $s2 sec. Hover activates Bronze Attunement, and amplifies it to increase movement speed by $s3% for $s4 sec
bestow_weyrnstone = { 93195, 408233, 1 }, -- Conjure a pair of Weyrnstones, one for your target ally and one for yourself. Only one ally may bear your Weyrnstone at a time. A Weyrnstone can be activated by the bearer to transport them to the other Weyrnstone's location, if they are within $s1 yds
blistering_scales = { 93209, 360827, 1 }, -- Protect an ally with $s3 explosive dragonscales, increasing their Armor by $s4% of your own. Melee attacks against the target cause $s5 scale to explode, dealing $s$s6 Volcanic damage to enemies near them$s$s7 This damage can only occur every few sec. Blistering Scales can only be placed on one target at a time. Casts on your enemy's target if they have one
breath_of_eons = { 93234, 403631, 1 }, -- Fly to the targeted location, exposing a Temporal Wound on enemies in your path for $s1 sec and granting Ebon Might for $s2 sec. Removes roots and grants immunity to movement impairing and loss of control effects while flying. Temporal Wound $s5% of damage dealt by allies affected by Ebon Might is copied as additional Arcane damage to enemies after $s6 sec
chrono_ward = { 93235, 409676, 1 }, -- When allies deal damage with Temporal Wounds, they gain a shield for $s1% of the damage dealt. Absorption cannot exceed $s2% of your maximum health
defy_fate = { 93222, 404195, 1 }, -- Fatal attacks are diverted into a nearby timeline, preventing the damage, and your death, in this one. The release of temporal energy restores $s1 health to you, and $s2 to $s3 nearby allies, over $s4 sec. Healing starts high and declines over the duration. May only occur once every $s5 min
draconic_attunements = { 93218, 403208, 1 }, -- Learn to attune yourself to the essence of the Black or Bronze Dragonflights: Black Attunement: You and your $s3 nearest allies have $s4% increased maximum health. Bronze Attunement:You and your $s7 nearest allies have $s8% increased movement speed
dream_of_spring = { 93359, 414969, 1 }, -- Emerald Blossom no longer has a cooldown, deals $s1% increased healing, and increases the duration of your active Ebon Might effects by $s2 sec, but costs $s3 Essence
ebon_might = { 93198, 395152, 1 }, -- Increase your $s1 nearest allies' primary stat by $s2% of your own, and cause you to deal $s3% more damage, for $s4 sec. May only affect $s5 allies at once, and does not affect tanks and healers. Eruption, Breath of Eons, and your empower spells extend the duration of these effects
echoing_strike = { 93221, 410784, 1 }, -- Azure Strike deals $s1% increased damage and has a $s2% chance per target hit to echo, casting again
eruption = { 93200, 395160, 1 }, -- Cause a violent eruption beneath an enemy's feet, dealing $s$s2 Volcanic damage split between them and nearby enemies. Increases the duration of your active Ebon Might effects by $s3 sec
essence_attunement = { 93219, 375722, 1 }, -- Essence Burst stacks $s1 times
essence_burst = { 93220, 396187, 1 }, -- Your Living Flame has a $s1% chance, and your Azure Strike has a $s2% chance, to make your next Eruption cost no Essence. Stacks $s3 times
fate_mirror = { 93367, 412774, 1 }, -- Prescience grants the ally a chance for their spells and abilities to echo their damage or healing, dealing $s1% of the amount again
font_of_magic = { 93231, 408083, 1 }, -- Your empower spells' maximum level is increased by $s1, and they reach maximum empower level $s2% faster
hoarded_power = { 93212, 375796, 1 }, -- Essence Burst has a $s1% chance to not be consumed
ignition_rush = { 93230, 408775, 1 }, -- Essence Burst reduces the cast time of Eruption by $s1%
imminent_destruction = { 102248, 459537, 1 }, -- Breath of Eons reduces the Essence cost of Eruption by $s1 and increases its damage by $s2% for $s3 sec after you land
imposing_presence = { 93199, 371016, 1 }, -- Quell's cooldown is reduced by $s1 sec
infernos_blessing = { 93197, 410261, 1 }, -- Fire Breath grants the inferno's blessing for $s2 sec to you and your allies affected by Ebon Might, giving their damaging attacks and spells a high chance to deal an additional $s$s3 Fire damage
inner_radiance = { 93199, 386405, 1 }, -- Your Living Flame and Emerald Blossom are $s1% more effective on yourself
interwoven_threads = { 93369, 412713, 1 }, -- The cooldowns of your spells are reduced by $s1%
molten_blood = { 93211, 410643, 1 }, -- When cast, Blistering Scales grants the target a shield that absorbs up to $s1 damage for $s2 sec based on their missing health. Lower health targets gain a larger shield
molten_embers = { 102249, 459725, 1 }, -- Fire Breath causes enemies to take up to $s1% increased damage from your Black spells, increased based on its empower level
momentum_shift = { 93207, 408004, 1 }, -- Consuming Essence Burst grants you $s1% Intellect for $s2 sec. Stacks up to $s3 times
motes_of_possibility = { 93227, 409267, 1 }, -- Eruption has a $s1% chance to form a mote of diverted essence near you. Allies who comes in contact with the mote gain a random buff from your arsenal
overlord = { 93213, 410260, 1 }, -- Breath of Eons casts an Eruption at the first $s1 enemies struck. These Eruptions have a $s2% chance to create a Mote of Possibility
perilous_fate = { 93235, 410253, 1 }, -- Breath of Eons reduces enemies' movement speed by $s1%, and reduces their attack speed by $s2%, for $s3 sec
plot_the_future = { 93226, 407866, 1 }, -- Breath of Eons grants you Fury of the Aspects for $s1 sec after you land, without causing Exhaustion
power_nexus = { 93201, 369908, 1 }, -- Increases your maximum Essence to $s1
prescience = { 93358, 409311, 1 }, -- Grant an ally the gift of foresight, increasing their critical strike chance by $s1% and occasionally copying their damage and healing spells at $s2% power for $s3 sec. Affects the nearest ally within $s4 yds, preferring damage dealers, if you do not have an ally targeted
prolong_life = { 93359, 410687, 1 }, -- Your effects that extend Ebon Might also extend Symbiotic Bloom
pupil_of_alexstrasza = { 93221, 407814, 1 }, -- When cast at an enemy, Living Flame strikes $s1 additional enemy for $s2% damage
reactive_hide = { 93210, 409329, 1 }, -- Each time Blistering Scales explodes it deals $s1% more damage for $s2 sec, stacking $s3 times
regenerative_chitin = { 93211, 406907, 1 }, -- Blistering Scales has $s1 more scales, and casting Eruption restores $s2 scale
ricocheting_pyroclast = { 93208, 406659, 1 }, -- Eruption deals $s1% more damage per enemy struck, up to $s2%
rockfall = { 93368, 1219236, 1 }, -- Upheaval reaches maximum empower level $s1% faster and has a $s2% chance to grant Essence Burst
rumbling_earth = { 93205, 459120, 1 }, -- Upheaval causes an aftershock at its location, dealing $s1% of its damage $s2 additional times
stretch_time = { 93382, 410352, 1 }, -- While flying during Breath of Eons, $s1% of damage you would take is instead dealt over $s2 sec
symbiotic_bloom = { 93215, 410685, 2 }, -- Emerald Blossom increases targets' healing received by $s1% for $s2 sec
tectonic_locus = { 93202, 408002, 1 }, -- Upheaval deals $s1% increased damage to the primary target, and launches them higher
time_skip = { 93232, 404977, 1 }, -- Surge forward in time, causing your cooldowns to recover $s1% faster for $s2 sec
timelessness = { 93360, 412710, 1 }, -- Enchant an ally to appear out of sync with the normal flow of time, reducing threat they generate by $s1% for $s2 min. Less effective on tank-specialized allies. May only be placed on one target at a time
tomorrow_today = { 93369, 412723, 1 }, -- Time Skip channels for $s1 sec longer
unyielding_domain = { 93202, 412733, 1 }, -- Upheaval cannot be interrupted, and has an additional $s1% chance to critically strike
upheaval = { 93203, 396286, 1 }, -- Gather earthen power beneath your enemy's feet and send them hurtling upwards, dealing $s$s2 Volcanic damage to the target and nearby enemies. Increases the duration of your active Ebon Might effects by $s3 sec. Empowering expands the area of effect. I: $s4 yd radius. II: $s5 yd radius. III: $s6 yd radius
volcanism = { 93206, 406904, 1 }, -- Eruption's Essence cost is reduced by $s1
-- Chronowarden
afterimage = { 94929, 431875, 1 }, -- Empower spells send up to $s1 Chrono Flames to your targets
chrono_flame = { 94954, 431442, 1 }, -- Living Flame is enhanced with Bronze magic, repeating $s1% of the damage or healing you dealt to the target in the last $s2 sec as Arcane, up to $s3
doubletime = { 94932, 431874, 1 }, -- Ebon Might and Prescience gain a chance equal to your critical strike chance to grant $s1% additional stats
golden_opportunity = { 94942, 432004, 1 }, -- Prescience has a $s1% chance to cause your next Prescience to last $s2% longer
instability_matrix = { 94930, 431484, 1 }, -- Each time you cast an empower spell, unstable time magic reduces its cooldown by up to $s1 sec
master_of_destiny = { 94930, 431840, 1 }, -- Casting Essence spells extends all your active Threads of Fate by $s1 sec
motes_of_acceleration = { 94935, 432008, 1 }, -- Warp leaves a trail of Motes of Acceleration. Allies who come in contact with a mote gain $s1% increased movement speed for $s2 sec
primacy = { 94951, 431657, 1 }, -- For each damage over time effect from Upheaval, gain $s1% haste, up to $s2%
reverberations = { 94925, 431615, 1 }, -- Upheaval deals $s1% additional damage over $s2 sec
temporal_burst = { 94955, 431695, 1 }, -- Tip the Scales overloads you with temporal energy, increasing your haste, movement speed, and cooldown recovery rate by $s1%, decreasing over $s2 sec
temporality = { 94935, 431873, 1 }, -- Warp reduces damage taken by $s1%, starting high and reducing over $s2 sec
threads_of_fate = { 94947, 431715, 1 }, -- Casting an empower spell during Temporal Burst causes a nearby ally to gain a Thread of Fate for $s1 sec, granting them a chance to echo their damage or healing spells, dealing $s2% of the amount again
time_convergence = { 94932, 431984, 1 }, -- Non-defensive abilities with a $s1 second or longer cooldown grant $s2% Intellect for $s3 sec. Essence spells extend the duration by $s4 sec
warp = { 94948, 429483, 1 }, -- Hover now causes you to briefly warp out of existence and appear at your destination. Hover's cooldown is also reduced by $s1 sec. Hover continues to allow Evoker spells to be cast while moving
-- Scalecommander
bombardments = { 94936, 434300, 1 }, -- Mass Eruption marks your primary target for destruction for the next $s2 sec. You and your allies have a chance to trigger a Bombardment when attacking marked targets, dealing $s$s3 Volcanic damage split amongst all nearby enemies
diverted_power = { 94928, 441219, 1 }, -- Bombardments have a chance to generate Essence Burst
extended_battle = { 94928, 441212, 1 }, -- Essence abilities extend Bombardments by $s1 sec
hardened_scales = { 94933, 441180, 1 }, -- Obsidian Scales reduces damage taken by an additional $s1%
maneuverability = { 94941, 433871, 1 }, -- Breath of Eons can now be steered in your desired direction. In addition, Breath of Eons burns targets for $s$s2 Volcanic damage over $s3 sec
mass_eruption = { 98931, 438587, 1 }, -- Empower spells cause your next Eruption to strike up to $s1 targets. When striking less than $s2 targets, Eruption damage is increased by $s3% for each missing target
melt_armor = { 94921, 441176, 1 }, -- Breath of Eons causes enemies to take $s1% increased damage from Bombardments and Essence abilities for $s2 sec
menacing_presence = { 94933, 441181, 1 }, -- Knocking enemies up or backwards reduces their damage done to you by $s1% for $s2 sec
might_of_the_black_dragonflight = { 94952, 441705, 1 }, -- Black spells deal $s1% increased damage
nimble_flyer = { 94943, 441253, 1 }, -- While Hovering, damage taken from area of effect attacks is reduced by $s1%
onslaught = { 94944, 441245, 1 }, -- Entering combat grants a charge of Burnout, causing your next Living Flame to cast instantly
slipstream = { 94943, 441257, 1 }, -- Deep Breath resets the cooldown of Hover
unrelenting_siege = { 94934, 441246, 1 }, -- For each second you are in combat, Azure Strike, Living Flame, and Eruption deal $s1% increased damage, up to $s2%
wingleader = { 94953, 441206, 1 }, -- Bombardments reduce the cooldown of Breath of Eons by $s1 sec for each target struck, up to $s2 sec
} )
-- PvP Talents
spec:RegisterPvpTalents( {
born_in_flame = 5612, -- (414937)
chrono_loop = 5564, -- (383005) Trap the enemy in a time loop for $s1 sec. Afterwards, they are returned to their previous location and health. Cannot reduce an enemy's health below $s2%
divide_and_conquer = 5557, -- (384689)
dreamwalkers_embrace = 5615, -- (415651)
nullifying_shroud = 5558, -- (1241352)
obsidian_mettle = 5563, -- (378444)
scouring_flame = 5561, -- (378438)
seismic_slam = 5454, -- (408543)
swoop_up = 5562, -- (370388) Grab an enemy and fly with them to the target location
time_stop = 5619, -- (378441) Freeze an ally's timestream for $s1 sec. While frozen in time they are invulnerable, cannot act, and auras do not progress. You may reactivate Time Stop to end this effect early
unburdened_flight = 5560, -- (378437) Hover makes you immune to movement speed reduction effects
} )
-- Auras
spec:RegisterAuras( {
-- The cast time of your next Living Flame is reduced by $w1%.
ancient_flame = {
id = 375583,
duration = 3600,
max_stack = 1,
},
-- Black Attunement grants $w1% additional health.
black_aspects_favor = {
id = 407254,
duration = function() return 12.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- Maximum health increased by $w1%.
black_attunement = {
id = 403264,
duration = 3600,
tick_time = 2.0,
max_stack = 1,
},
-- $?$w1>0[Armor increased by $w1.][Armor increased by $w2%.] Melee attacks against you have a chance to cause an explosion of Volcanic damage.
blistering_scales = {
id = 360827,
duration = function() return 600.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = function() return 15 + talent.regenerative_chitin.rank * 5 end,
dot = "buff",
friendly = true,
no_ticks = true
},
-- Damage taken has a chance to summon air support from the Dracthyr.
bombardments = {
id = 434473,
duration = 6.0,
pandemic = true,
max_stack = 1,
},
-- Exposing Temporal Wounds on enemies in your path. Immune to crowd control.
breath_of_eons = {
id = 403631,
duration = 6.0,
max_stack = 1,
},
-- Bronze Attunement's grants $w1% additional movement speed.
bronze_aspects_favor = {
id = 407244,
duration = function() return 4.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
bronze_attunement = {
id = 403265,
duration = 3600,
tick_time = 2.0,
max_stack = 1,
},
-- Next Living Flame's cast time is reduced by $w1%.
burnout = {
id = 375802,
duration = 15.0,
max_stack = 2,
},
-- Trapped in a time loop.
chrono_loop = {
id = 383005,
duration = 5.0,
max_stack = 1,
},
-- Absorbing $w1 damage.
chrono_ward = {
id = 409678,
duration = function() return 20.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true
},
-- Suffering $w1 Volcanic damage every $t1 sec.
deep_breath = {
id = 353759,
duration = 1.0,
tick_time = 0.5,
max_stack = 1,
},
-- Healing $w1 every $t1 sec.
defy_fate = {
id = 404381,
duration = 9.0,
max_stack = 1,
dot = "buff",
friendly = true
},
-- Suffering $w1 Spellfrost damage every $t1 sec.
disintegrate = {
id = 356995,
duration = function() return 3.0 * ( talent.natural_convergence.enabled and 0.8 or 1 ) * haste end,
tick_time = function() return ( talent.natural_convergence.enabled and 0.8 or 1 ) * haste end,
max_stack = 1,
},
-- Burning for $s1 every $t1 sec.
divide_and_conquer = {
id = 403516,
duration = 6.0,
tick_time = 3.0,
max_stack = 1,
},
-- Tethered with an ally, causing enemies who touch the tether to be damaged and slowed.
dreamwalkers_embrace = {
id = 415516,
duration = 10.0,
tick_time = 0.5,
max_stack = 1,
dot = "buff",
friendly = true
},
-- Your Ebon Might is active on allies.; Your damage done is increased by $w1%.
ebon_might_allies = {
id = 426404,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
tick_time = 1.0,
pandemic = true,
max_stack = 5, -- IDK, maybe?
dot = "buff",
friendly = true,
no_ticks = true
},
-- Your Ebon Might is active on allies.; Your damage done is increased by $w1%.
ebon_might_self = {
id = 395296,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
tick_time = 1.0,
pandemic = true,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true
},
ebon_might = {
alias = { "ebon_might_allies", "ebon_might_self" },
aliasMode = "longest",
aliasType = "buff",
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end
},
-- Your next Eruption $?s414969[or Emerald Blossom ][]costs no Essence.
essence_burst = {
id = 392268,
duration = function() return 15.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = function() return 1 + talent.essence_attunement.rank end,
},
-- Movement speed increased by $w2%.$?e0[ Area damage taken reduced by $s1%.][]; Evoker spells may be cast while moving. Does not affect empowered spells.$?e9[; Immune to movement speed reduction effects.][]
hover = {
id = 358267,
duration = function() return ( 6.0 + ( talent.extended_flight.enabled and 4 or 0 ) ) end,
tick_time = 1.0,
max_stack = 1,
},
-- Essence costs of Disintegrate and Pyre are reduced by $s1, and their damage increased by $s2%.
imminent_destruction = {
id = 411055,
duration = 12.0,
max_stack = 1,
},
-- Granted the inferno's blessing by $@auracaster, giving your damaging attacks and spells a high chance to deal additional Fire damage.
infernos_blessing = {
id = 410263,
duration = function() return 8.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true
},
-- Rooted.
landslide = {
id = 355689,
duration = 15,
max_stack = 1,
},
-- Absorbing $w1 damage.; Immune to interrupts and silence effects.
lava_shield = {
id = 405295,
duration = function() return 15.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true
},
-- Your next Living Flame will strike $w1 additional $?$w1=1[target][targets].
leaping_flames = {
id = 370901,
duration = function() return 30.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- Healing for $w2 every $t2 sec.
living_flame = {
id = 361509,
duration = 12.0,
max_stack = 1,
dot = "buff",
friendly = true
},
mass_disintegrate_stacks = {
id = 436336,
duration = 15,
max_stack = 8,
copy = "mass_disintegrate_ticks"
},
mass_eruption_stacks = {
id = 438588,
duration = 15,
max_stack = 10,
copy = "mass_eruption"
},
melt_armor = {
id = 441172,
duration = 12,
max_stack = 1
},
-- Absorbing $w1 damage.
molten_blood = {
id = 410651,
duration = function() return 30.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true
},
-- Intellect increased by $w1%.
momentum_shift = {
id = 408005,
duration = function() return 6.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 2,
dot = "buff",
friendly = true,
no_ticks = true
},
-- Your next Emerald Blossom will restore an additional $406054s1% of maximum health to you.
nourishing_sands = {
id = 406043,
duration = function() return 20.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- Warded against full loss of control effects.
nullifying_shroud = {
id = 378464,
duration = 30.0,
max_stack = 3,
},
-- Damage taken reduced by $w1%.$?$w2=1[; Immune to interrupt and silence effects.][]
obsidian_scales = {
id = 363916,
duration = function() return 12.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- The duration of incoming crowd control effects are increased by $s2%.
oppressing_roar = {
id = 372048,
duration = 10.0,
max_stack = 1,
},
-- Movement speed reduced by $w1%.; Attack speed reduced by $w2%.
perilous_fate = {
id = 439606,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- Movement speed reduced by $w1%.
permeating_chill = {
id = 370898,
duration = 3.0,
max_stack = 1,
},
-- $?$W1>0[$@auracaster is increasing your critical strike chance by $w1%.][]$?e0&e1[; ][]$?e1[Your abilities have a chance to echo $412774s1% of their damage and healing.][]
prescience = {
id = 410089,
duration = function() return 18.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true
},
prescience_applied = {
duration = function() return 18.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
primacy = {
id = 431654,
duration = 8,
max_stack = 3
},
-- Blistering Scales deals $w1% increased damage.
reactive_hide = {
id = 410256,
duration = function() return 12.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
recall = {
id = 403760,
duration = 3,
max_stack = 1
},
-- Restoring $w1 health every $t1 sec.
renewing_blaze = {
id = 374349,
duration = function() return ( 8.0 - ( talent.foci_of_life.enabled and 4 or 0 ) ) * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- About to be picked up!
rescue = {
id = 370665,
duration = 1.0,
max_stack = 1,
},
-- Watching for allies who use exceptionally powerful abilities.
sense_power = {
id = 361021,
duration = 3600,
max_stack = 1,
},
sense_power_active = {
id = 361022,
duration = 10,
max_stack = 1,
dot = "buff",
friendly = true,
no_ticks = true,
shared = "target"
},
-- Versatility increased by ${$W1}.1%. Cast by $@auracaster.
shifting_sands = {
id = 413984,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
tick_time = 1.0,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
-- Asleep.
sleep_walk = {
id = 360806,
duration = 20.0,
max_stack = 1,
},
-- $@auracaster is restoring mana to you when they cast an empowered spell.$?$w2>0[; Healing and damage done increased by $w2%.][]
source_of_magic = {
id = 369459,
duration = function() return 3600.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
-- Able to cast spells while moving and range increased by $s5%. Cast by $@auracaster.
spatial_paradox = {
id = 406789,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
tick_time = 1.0,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
-- $w1% of damage is being delayed and dealt to you over time.
stretch_time = {
id = 410355,
duration = 10.0,
max_stack = 1,
},
-- About to be grabbed!
swoop_up = {
id = 370388,
duration = 1.0,
max_stack = 1,
},
-- Healing received increased by $w1%.
symbiotic_bloom = {
id = 410686,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
temporal_burst = {
id = 431698,
duration = 30,
max_stack = 30
},
-- Accumulating damage from $@auracaster's allies who are affected by Ebon Might.
temporal_wound = {
id = 409560,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
tick_time = 1.0,
max_stack = 1,
},
-- Stunned.
terror_of_the_skies = {
id = 372245,
duration = 3.0,
max_stack = 1,
},
-- Surging forward in time, causing your cooldowns to recover $s1% faster.
time_skip = {
id = 404977,
duration = function() return 2.0 + ( talent.tomorrow_today.enabled and 1 or 0 ) end,
max_stack = 1,
},
-- May use Hover once, without incurring its cooldown.
time_spiral = {
id = 375234,
duration = function() return 10.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
},
-- Frozen in time, incapacitated and invulnerable.
time_stop = {
id = 378441,
duration = 5.0,
max_stack = 1,
},
-- Threat generation reduced by $w1%. Cast by $@auracaster.
timelessness = {
id = 412710,
duration = function() return 1800.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
-- Your next empowered spell casts instantly at its maximum empower level.
tip_the_scales = {
id = 370553,
duration = 3600,
max_stack = 1,
onRemove = function()
setCooldown( "tip_the_scales", action.tip_the_scales.cooldown )
end,
},
-- Absorbing $w1 damage.
twin_guardian = {
id = 370889,
duration = function() return 5.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
upheaval = {
id = 431620,
duration = 8,
max_stack = 1
},
-- Damage taken from area-of-effect attacks reduced by $w1%.; Movement speed increased by $w2%.
zephyr = {
id = 374227,
duration = function() return 8.0 * ( 1 + 1.25 * stat.mastery_value ) end,
max_stack = 1,
dot = "buff",
no_ticks = true,
friendly = true
},
} )
spec:RegisterGear({
-- The War Within
tww3 = {
items = { 237658, 237656, 237655, 237654, 237653 },
auras = {
-- Scalecommander
draconic_inspiration = {
id = 1237241,
duration = 30,
max_stack = 1
},
}
},
tww2 = {
items = { 229283, 229281, 229279, 229280, 229278 }
},
-- Dragonflight
tier31 = {
items = { 207225, 207226, 207227, 207228, 207230, 217178, 217180, 217176, 217177, 217179 },
auras = {
t31_2pc_proc = {
duration = 3600,
max_stack = 1
},
t31_2pc_stacks = {
duration = 3600,
max_stack = 3
},
trembling_earth = {
id = 424368,
duration = 3600,
max_stack = 5
}
}
},
tier30 = {
items = { 202491, 202489, 202488, 202487, 202486 }
},
tier29 = {
items = { 200381, 200383, 200378, 200380, 200382 }
}
} )
-- Pets
spec:RegisterPets({
dracthyr_commando = {
id = 219827,
spell = "breath_of_eons",
duration = 30,
},
})
local lastEssenceTick = 0
do
local previous = 0
spec:RegisterUnitEvent( "UNIT_POWER_UPDATE", "player", nil, function( event, unit, power )
if power == "ESSENCE" then
local value, cap = UnitPower( "player", Enum.PowerType.Essence ), UnitPowerMax( "player", Enum.PowerType.Essence )
if value == cap then
lastEssenceTick = 0
elseif lastEssenceTick == 0 and value < cap or lastEssenceTick ~= 0 and value > previous then
lastEssenceTick = GetTime()
end
previous = value
end
end )
end
spec:RegisterStateExpr( "empowerment_level", function()
return buff.tip_the_scales.down and args.empower_to or max_empower
end )
-- This deserves a better fix; when args.empower_to = "maximum" this will cause that value to become max_empower (i.e., 3 or 4).
spec:RegisterStateExpr( "maximum", function()
return max_empower
end )
spec:RegisterHook( "runHandler", function( action )
local ability = class.abilities[ action ]
local color = ability.color
if ability.empowered then
if buff.tip_the_scales.up then
removeBuff( "tip_the_scales" )
setCooldown( "tip_the_scales", action.tip_the_scales.cooldown )
end
if talent.mass_disintegrate.enabled then
if talent.eruption.enabled then
addStack( "mass_eruption_stacks" )
else
addStack( "mass_disintegrate_stacks" )
end
end
end
if ability.spendType == "essence" then
if buff.essence_burst.up then
removeStack( "essence_burst" )
if talent.momentum_shift.enabled then addStack( "momentum_shift" ) end
end
if talent.extended_battle.enabled and debuff.bombardments.up then
debuff.bombardments.expires = debuff.bombardments.expires + 1
end
end
end )
spec:RegisterHook( "runHandler_startCombat", function( action )
if talent.onslaught.enabled then addStack( "burnout" ) end
if talent.unrelenting_siege.enabled then applyBuff( "unrelenting_siege" ) end
end )
spec:RegisterHook( "reset_precast", function()
max_empower = talent.font_of_magic.enabled and 4 or 3
if essence.current < essence.max and lastEssenceTick > 0 then
local partial = min( 0.95, ( query_time - lastEssenceTick ) * essence.regen )
gain( partial, "essence" )
if Hekili.ActiveDebug then Hekili:Debug( "Essence increased to %.2f from passive regen.", partial ) end
end
local prescience_remains = action.prescience.lastCast + class.auras.prescience.duration - query_time
if prescience_remains > 0 then
applyBuff( "prescience_applied", prescience_remains )
end
boss = true
end )
spec:RegisterStateTable( "evoker", setmetatable( {}, {
__index = setfenv( function( t, k )
if k == "prescience_buffs" then return active_dot.prescience end
if k == "allied_cds_up" then
if buff.sense_power.up then return group and active_dot.sense_power_active or 1 end
return 1 -- If Sense Power isn't used, always assume there's a CD active.
end
if k == "use_early_chaining" then k = "use_early_chain" end
local val = settings[ k ]
if val ~= nil then return val end
return false
end, state )
} ) )
local empowered_cast_time
do
local stages = {
1,
1.75,
2.5,
3.25
}
empowered_cast_time = setfenv( function()
if buff.tip_the_scales.up then return 0 end
local power_level = args.empower_to or class.abilities[ this_action ].empowerment_default or max_empower
if settings.fire_breath_fixed > 0 then
power_level = min( settings.fire_breath_fixed, power_level )
end
return stages[ power_level ] * ( talent.font_of_magic.enabled and 0.8 or 1 ) * ( talent.rockfall.enabled and action == "upheaval" and 0.8 or 1 ) * haste
end, state )
end
local GenerateEssenceBurst = setfenv( function ( baseChance, targets )
local burstChance = baseChance or 0
if not targets then targets = 1 end
if burstChance >= 1 then
addStack( "essence_burst" )
end
end, state )
-- Abilities
spec:RegisterAbilities( {
-- Project intense energy onto 3 enemies, dealing 1,161 Spellfrost damage to them.
azure_strike = {
id = 362969,
cast = 0,
cooldown = 0,
gcd = "spell",
school = "spellfrost",
color = "blue",
startsCombat = true,
minRange = 0,
maxRange = 25,
damage = function () return stat.spell_power * 0.755 * ( debuff.shattering_star.up and 1.2 or 1 ) end, -- PvP multiplier = 1.
critical = function() return stat.crit + conduit.spark_of_savagery.mod end,
critical_damage = function () return talent.tyranny.enabled and 2.2 or 2 end,
spell_targets = function() return talent.protracted_talons.enabled and 3 or 2 end,
handler = function ()
--[[ Disabled for now because Aug has no scalers/bonuses for essence burst chance
if talent.essence_burst.enabled then GenerateEssenceBurst( 0.15, 1 ) end
]]--
end
},
-- Conjure a pair of Weyrnstones, one for your target ally and one for yourself. Only one ally may bear your Weyrnstone at a time.; A Weyrnstone can be activated by the bearer to transport them to the other Weyrnstone's location, if they are within 100 yds.
bestow_weyrnstone = {
id = 408233,
color = "bronze",
cast = 3.0,
cooldown = 60.0,
gcd = "spell",
talent = "bestow_weyrnstone",
startsCombat = false,
usable = function() return not solo, "requires allies" end,
handler = function()
end,
},
-- Attune to Black magic, granting you and your $403208s2 nearest allies $s1% increased maximum health.
black_attunement = {
id = 403264,
color = "black",
cast = 0.0,
cooldown = function() return 3 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "off",
startsCombat = false,
disabled = function() return not settings.manage_attunement, "manage_attunement setting not enabled" end,
function()
applyBuff( "black_attunement" )
removeBuff( "bronze_attunement" )
setCooldown( "bronze_attunement", action.bronze_attunement.cooldown )
end,
},
-- Protect an ally with $n explosive dragonscales, increasing their Armor by $<perc>% of your own.; Melee attacks against the target cause 1 scale to explode, dealing $<dmg> Volcanic damage to enemies near them. This damage can only occur every few sec.; Blistering Scales can only be placed on one target at a time. Casts on your enemy's target if they have one.
blistering_scales = {
id = 360827,
color = "black",
cast = 0.0,
charges = function() return talent.regenerative_chitin.enabled and 2 or nil end,
cooldown = function() return 30 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
recharge = function() return talent.regenerative_chitin.enabled and 30 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) or nil end,
gcd = "spell",
talent = "blistering_scales",
startsCombat = false,
handler = function()
applyBuff( "blistering_scales", nil, class.auras.blistering_scales.max_stack )
if talent.molten_blood.enabled then applyBuff( "molten_blood" ) end
end
},
-- Fly to the targeted location, exposing Temporal Wounds on enemies in your path for $409560d.; Temporal Wounds accumulate $409560s1% of damage dealt by your allies affected by Ebon Might, then critically strike for that amount as Arcane damage.$?s395153[; Applies Ebon Might for ${$395153s3/1000} sec.][]; Removes all root effects. You are immune to movement impairing and loss of control effects while flying.
breath_of_eons = {
id = function() return talent.maneuverability.enabled and 442204 or 403631 end,
color = "bronze",
cast = 4.0,
channeled = true,
cooldown = function() return 120 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "spell",
talent = "breath_of_eons",
startsCombat = false,
toggle = "cooldowns",
start = function()
applyBuff( "breath_of_eons" )
if buff.ebon_might.up then buff.ebon_might.expires = buff.ebon_might.expires + 5
else applyBuff( "ebon_might", 5 ) end
if talent.melt_armor.enabled then
applyDebuff( "target", "melt_armor" )
end
if talent.overlord.enabled then
for i = 1, ( max( 3, active_enemies ) ) do
spec.abilities.eruption.handler()
end
end
if talent.slipstream.enabled then gainCharges( "hover", 1 ) end
if set_bonus.tww2 >= 2 then
local ebon = buff.ebon_might.expires
spec.abilities.upheaval.handler()
-- Except ebon might extensions. Why blizz.
buff.ebon_might.expires = ebon
end
if set_bonus.tww3_scalecommander >= 4 then applyBuff( "draconic_inspiration" ) end
end,
finish = function()
removeBuff( "breath_of_eons" )
if talent.plot_the_future.enabled then applyBuff( "fury_of_the_aspects", 15 ) end
end,
copy = { 403631, 442204 }
},
-- Attune to Bronze magic...
bronze_attunement = {
id = 403265,
color = "bronze",
cast = 0.0,
cooldown = function() return 3 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "off",
startsCombat = false,
disabled = function() return not settings.manage_attunement, "manage_attunement setting not enabled" end,
function()
applyBuff( "black_attunement" )
removeBuff( "bronze_attunement" )
setCooldown( "black_attunement", action.black_attunement.cooldown )
end,
},
-- Trap the enemy in a time loop for $d. Afterwards, they are returned to their previous location and health. Cannot reduce an enemy's health below $s1%.
chrono_loop = {
id = 383005,
cast = 0.0,
cooldown = 45.0,
gcd = "spell",
spend = 0.020,
spendType = "mana",
startsCombat = true,
handler = function()
applyDebuff( "target", "time_loop" )
end
},
-- Increase your $i nearest allies' primary stat by $s1% of your own, and cause you to deal $395296s1% more damage, for $d.; May only affect $i allies at once, and prefers to imbue damage dealers.; Eruption, $?s403631[Breath of Eons][Deep Breath], and your empower spells extend the duration of these effects.
ebon_might = {
id = 395152,
color = "black",
cast = 1.5,
cooldown = function() return 30 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "spell",
spend = 0.010,
spendType = "mana",
talent = "ebon_might",
startsCombat = false,
handler = function()
applyBuff( "ebon_might" )
applyBuff( "ebon_might_self" )
active_dot.ebon_might = min( group_members, 5 )
if pvptalent.born_in_flame.enabled then addStack( "burnout", nil, 2 ) end
end,
},
-- Cause a violent eruption beneath an enemy's feet, dealing $s1 Volcanic damage split between them and nearby enemies.$?s395153[; Increases the duration of your active Ebon Might effects by ${$395153s1/1000} sec.][]
eruption = {
id = 395160,
color = "black",
cast = function() return 2.5 * ( talent.ignition_rush.enabled and buff.essence_burst.up and 0.6 or 1 ) * ( talent.natural_convergence.enabled and 0.8 or 1 ) * haste end,
cooldown = 0.0,
gcd = "spell",
spend = function()
if buff.essence_burst.up then return 0 end
return 3 - talent.volcanism.rank - ( buff.imminent_destruction.up and 1 or 0 )
end,
spendType = "essence",
cycle = function() if talent.bombardments.enabled and buff.mass_eruption_stacks.up then return "bombardments" end end,
talent = "eruption",
startsCombat = true,
handler = function()
if buff.mass_disintegrate_stacks.up then
if talent.bombardments.enabled then applyDebuff( "target", "bombardments" ) end
removeStack( "mass_disintegrate_stacks" )
end
if buff.mass_eruption_stacks.up then
if talent.bombardments.enabled then applyDebuff( "bombardments" ) end
removeStack( "mass_eruption_stacks" )
end
if buff.ebon_might.up then
buff.ebon_might.expires = buff.ebon_might.expires + 1 + ( set_bonus.tier31_4pc > 0 and ( active_dot.prescience * 0.2 ) or 0 )
end
if talent.accretion.enabled then reduceCooldown( "upheaval", 1 ) end
if talent.regenerative_chitin.enabled and buff.blistering_scales.up then addStack( "blistering_scales" ) end
if talent.reverberations.enabled then
applyDebuff( "target", "upheaval" )
active_dot.upheaval = active_enemies
if talent.primacy.enabled then applyBuff( "primacy", max( 3, active_dot.upheaval ) ) end
end
removeBuff( "trembling_earth" )
end
},
-- Inhale, stoking your inner flame. Release to exhale, burning enemies in a cone in front of you for 8,395 Fire damage, reduced beyond 5 targets. Empowering causes more of the damage to be dealt immediately instead of over time. I: Deals 2,219 damage instantly and 6,176 over 20 sec. II: Deals 4,072 damage instantly and 4,323 over 14 sec. III: Deals 5,925 damage instantly and 2,470 over 8 sec. IV: Deals 7,778 damage instantly and 618 over 2 sec.
fire_breath = {
id = function() return talent.font_of_magic.enabled and 382266 or 357208 end,
known = 357208,
cast = empowered_cast_time,
empowered = true,
cooldown = function() return 30 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "off",
school = "fire",
color = "red",
spend = 0.026,
spendType = "mana",
startsCombat = true,
caption = function()
local power_level = settings.fire_breath_fixed
if power_level > 0 then return power_level end
end,
spell_targets = function () return active_enemies end,
damage = function () return 1.334 * stat.spell_power * ( 1 + 0.1 * talent.blast_furnace.rank ) * ( debuff.shattering_star.up and 1.2 or 1 ) end,
critical = function () return stat.crit + conduit.spark_of_savagery.mod end,
critical_damage = function () return talent.tyranny.enabled and 2.2 or 2 end,
handler = function()
-- Many Color, Essence and Empower interactions have been moved to the runHandler hook
if talent.leaping_flames.enabled then applyBuff( "leaping_flames", nil, empowerment_level ) end
applyDebuff( "target", "fire_breath" )
applyDebuff( "target", "fire_breath_damage" )
if talent.infernos_blessing.enabled then applyBuff( "infernos_blessing" ) end
-- Legacy
if set_bonus.tier29_2pc > 0 then applyBuff( "limitless_potential" ) end
if set_bonus.tier30_4pc > 0 then applyBuff( "blazing_shards" ) end
end,
copy = { 382266, 357208 }
},
-- Form a protective barrier of molten rock around an ally, absorbing up to $<shield> damage. While the barrier holds, your ally cannot be interrupted or silenced.
lava_shield = {
id = 405295,
color = "black",
cast = 0.0,
cooldown = 30.0,
gcd = "spell",
startsCombat = false,
toggle = "defensives",
handler = function()
applyBuff( "lava_shield" )
active_dot.lava_shield = 1
end,
-- Effects:
-- #0: { 'type': APPLY_AURA, 'subtype': SCHOOL_ABSORB, 'sp_bonus': 12.0, 'value': 127, 'schools': ['physical', 'holy', 'fire', 'nature', 'frost', 'shadow', 'arcane'], 'value1': 10, 'target': TARGET_UNIT_TARGET_ALLY, }
-- #1: { 'type': APPLY_AURA, 'subtype': MECHANIC_IMMUNITY, 'target': TARGET_UNIT_TARGET_ALLY, 'mechanic': 26, }
-- #2: { 'type': APPLY_AURA, 'subtype': MECHANIC_IMMUNITY, 'target': TARGET_UNIT_TARGET_ALLY, 'mechanic': 9, }
-- #0: { 'type': APPLY_AURA, 'subtype': SCHOOL_ABSORB, 'ap_bonus': 0.075, 'value': 127, 'schools': ['physical', 'holy', 'fire', 'nature', 'frost', 'shadow', 'arcane'], 'value1': 10, 'target': TARGET_UNIT_TARGET_ALLY, }
-- Affected by:
-- mastery_timewalker[406380] #1: { 'type': APPLY_AURA, 'subtype': ADD_PCT_MODIFIER, 'sp_bonus': 0.5, 'target': TARGET_UNIT_CASTER, 'modifies': BUFF_DURATION, }
-- hover[358267] #4: { 'type': APPLY_AURA, 'subtype': CAST_WHILE_WALKING, 'target': TARGET_UNIT_CASTER, }
-- spatial_paradox[406732] #2: { 'type': APPLY_AURA, 'subtype': CAST_WHILE_WALKING, 'target': TARGET_UNIT_CASTER, }
-- spatial_paradox[406789] #2: { 'type': APPLY_AURA, 'subtype': CAST_WHILE_WALKING, 'target': TARGET_UNIT_TARGET_ALLY, }
-- spatial_paradox[415305] #2: { 'type': APPLY_AURA, 'subtype': CAST_WHILE_WALKING, 'target': TARGET_UNIT_CASTER, }
},
-- Send a flickering flame towards your target, dealing 2,625 Fire damage to an enemy or healing an ally for 3,089.
living_flame = {
id = function() return talent.chrono_flame.enabled and 431443 or 361469 end,
cast = function() return 2 * ( buff.ancient_flame.up and 0.6 or 1 ) * haste end,
cooldown = 0,
gcd = "spell",
school = "fire",
color = "red",
spend = 0.12,
spendType = "mana",
startsCombat = true,
damage = function () return 1.61 * stat.spell_power * ( talent.engulfing_blaze.enabled and 1.4 or 1 ) end,
healing = function () return 2.75 * stat.spell_power * ( talent.engulfing_blaze.enabled and 1.4 or 1 ) * ( 1 + 0.03 * talent.enkindled.rank ) * ( talent.inner_radiance.enabled and 1.3 or 1 ) end,
spell_targets = function () return buff.leaping_flames.up and min( active_enemies, 1 + buff.leaping_flames.stack ) end,
handler = function ()
if buff.burnout.up then removeStack( "burnout" )
else removeBuff( "ancient_flame" ) end
removeBuff( "leaping_flames" )
removeBuff( "scarlet_adaptation" )
--[[ Disabled for now because Aug has no scalers/bonuses for essence burst chance
if talent.essence_burst.enabled then GenerateEssenceBurst( 0.2, max( 2, ( group or health.percent < 100 and 2 or 1 ), action.living_flame.spell_targets ) ) end
]]--
end,
copy = { 361469, "chrono_flame", 431443 }
},
-- Wreathe yourself in arcane energy, preventing the next $s1 full loss of control effects against you. Lasts $d.
nullifying_shroud = {
id = 378464,
cast = 1.5,
cooldown = 90.0,
gcd = "spell",
spend = 0.009,
spendType = "mana",
pvptalent = "nullifying_shroud",
startsCombat = false,
toggle = "defensives",
handler = function()
applyBuff( "nullifying_shroud" )
end,
},
-- Grant an ally the gift of foresight, increasing their critical strike chance by $410089s1% $?s412774[and occasionally copying their damage and healing spells at $412774s1% power ][]for $410089d.; Affects the nearest ally within $s2 yds, preferring damage dealers, if you do not have an ally targeted.
prescience = {
id = 409311,
color = "bronze",
cast = 0,
cooldown = function() return 10 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
charges = 2,
recharge = function() return 10 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "spell",
talent = "prescience",
startsCombat = false,
handler = function()
applyBuff( "prescience_applied" )
if solo then applyBuff( "prescience" ) end
active_dot.prescience = min( group_members, active_dot.prescience + 1 )
if set_bonus.tier31_4pc > 0 then addStack( "trembling_earth" ) end
--[[ Disabled for now because Aug has no scalers/bonuses for essence burst chance
if talent.essence_burst.enabled and talent.anachronism.enabled then GenerateEssenceBurst( 0.35, 1 ) end
]]--
end,
},
-- Gauge the magical energy of your allies, showing you when they are using an exceptionally powerful ability.
sense_power = {
id = 361021,
cast = 0.0,
cooldown = 1.0,
gcd = "off",
startsCombat = false,
nobuff = "sense_power",
handler = function()
applyBuff( "sense_power" )
end,
},
-- Evoke a paradox for you and a friendly healer, allowing casting while moving and increasing the range of most spells by $s4% for $d.; Affects the nearest healer within $407497A1 yds, if you do not have a healer targeted.
spatial_paradox = {
id = 406732,
color = "bronze",
cast = 0.0,
cooldown = function() return 120 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "off",
icd = 0.5,
talent = "spatial_paradox",
startsCombat = false,
toggle = "interrupts", -- Utility CD...
handler = function()
applyBuff( "spatial_paradox" )
if not solo then active_dot.spatial_paradox = 2 end
end
},
-- Surge forward in time, causing your cooldowns to recover $s1% faster for $d.
time_skip = {
id = 404977,
color = "bronze",
cast = function() return 2.0 + ( talent.tomorrow_today.enabled and 1 or 0 ) end,
channeled = true,
cooldown = 180.0,
gcd = "spell",
talent = "time_skip",
notalent = "interwoven_threads",
startsCombat = false,
toggle = "cooldowns",
start = function()
applyBuff( "time_skip" )
end,
finish = function()
removeBuff( "time_skip" )
end,
},
-- Enchant an ally to appear out of sync with the normal flow of time, reducing threat they generate by $s1% for $d. Less effective on tank-specialized allies. ; May only be placed on one target at a time.
timelessness = {
id = 412710,
color = "bronze",
cast = 0.0,
cooldown = 0.0,
gcd = "spell",
talent = "timelessness",
startsCombat = false,
handler = function()
applyBuff( "timelessness" )
active_dot.timelessness = 1
end,
},
tip_the_scales = {
id = 370553,
cast = 0,
cooldown = function()
if set_bonus.tww3_chronowarden >= 2 then return 60 end
return 120
end,
gcd = "off",
school = "arcane",
color = "bronze",
talent = "tip_the_scales",
startsCombat = false,
toggle = "cooldowns",
nobuff = "tip_the_scales",
handler = function ()
applyBuff( "tip_the_scales" )
end
},
-- Gather earthen power beneath your enemy's feet and send them hurtling upwards, dealing $396288s2 Volcanic damage to the target and nearby enemies.$?s395153[; Increases the duration of your active Ebon Might effects by ${$395153s2/1000} sec.][]; Empowering expands the area of effect.; I: $<radiusI> yd radius.; II: $<radiusII> yd radius.; III: $<radiusIII> yd radius.
upheaval = {
id = function() return talent.font_of_magic.enabled and 408092 or 396286 end,
color = "black",
cast = empowered_cast_time,
empowered = true,
empowerment_default = 1,
cooldown = function() return 40 * ( talent.interwoven_threads.enabled and 0.9 or 1 ) end,
gcd = "spell",
talent = "upheaval",
startsCombat = true,
handler = function()
if buff.ebon_might.up then buff.ebon_might.expires = buff.ebon_might.expires + 2 end
-- This was reduced to 50% chance, can't gaurantee it atm
-- if set_bonus.tww2 >= 4 then addStack( "essence_burst" ) end
--[[ Disabled for now because Aug has no scalers/bonuses for essence burst chance
if talent.essence_burst.enabled and talent.rockfall.enabled then GenerateEssenceBurst( 0.6, 1 ) end
]]--
end,
copy = { 396286, 408092 }
},
} )
spec:RegisterSetting( "use_unravel", false, {
name = strformat( "Use %s", Hekili:GetSpellLinkWithTexture( 368432 ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended if your target has an absorb shield applied. By default, your Interrupts toggle must also be active.",
Hekili:GetSpellLinkWithTexture( 368432 ) ),
width = "full",
} )
spec:RegisterSetting( "use_hover", nil, {
name = strformat( "Use %s", Hekili:GetSpellLinkWithTexture( 358267 ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended. In the default priority, this occurs when you are moving and you have charges available.", Hekili:GetSpellLinkWithTexture( 358267 ) ),
get = function()
return not Hekili.DB.profile.specs[ 1473 ].abilities.hover.disabled
end,
set = function()
Hekili.DB.profile.specs[ 1473 ].abilities.hover.disabled = not Hekili.DB.profile.specs[ 1473 ].abilities.hover.disabled
end,
} )
spec:RegisterSetting( "use_verdant_embrace", false, {
name = strformat( "Use %s with %s", Hekili:GetSpellLinkWithTexture( 360995 ), Hekili:GetSpellLinkWithTexture( spec.talents.ancient_flame[2] ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended to cause %s.", Hekili:GetSpellLinkWithTexture( 360995 ), spec.auras.ancient_flame.name ),
width = "full"
} )
--[[ spec:RegisterSetting( "skip_boe", false, {
name = strformat( "%s: Skip %s", Hekili:GetSpellLinkWithTexture( spec.abilities.time_skip.id ), Hekili:GetSpellLinkWithTexture( spec.abilities.breath_of_eons.id ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended without %s on cooldown. This setting will waste cooldown recovery, but may be useful to you.",
Hekili:GetSpellLinkWithTexture( spec.abilities.time_skip.id ), Hekili:GetSpellLinkWithTexture( spec.abilities.breath_of_eons.id ) ),
width = "full",
} ) ]]
spec:RegisterSetting( "manage_attunement", false, {
name = strformat( "Manage %s", Hekili:GetSpellLinkWithTexture( spec.talents.draconic_attunements[2] ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended when out-of-combat, resuming %s if no one else is supplying the aura or otherwise switching to %s.\n\n"
.. "This option can be distracting as some abilities can swap your attunement in combat.", Hekili:GetSpellLinkWithTexture( spec.talents.draconic_attunements[2] ),
spec.abilities.black_attunement.name, spec.abilities.bronze_attunement.name ),
width = "full"
} )
spec:RegisterSetting( "manage_source_of_magic", false, {
name = strformat( "Manage %s", Hekili:GetSpellLinkWithTexture( spec.talents.source_of_magic[2] ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended when out-of-combat when you are in a group and none of your allies appear to have your aura applied.\n\n"
.. "This option can be distracting because some groups may not have a healer.", Hekili:GetSpellLinkWithTexture( spec.talents.source_of_magic[2] ) ),
width = "full"
} )
--[[ spec:RegisterSetting( "upheaval_rank_1", true, {
name = strformat( "%s: Rank 1 Only", Hekili:GetSpellLinkWithTexture( spec.abilities.upheaval.id ) ),
type = "toggle",
desc = strformat( "If checked, %s will only be recommended at Rank 1, which is the default.\n\n"
.. "Otherwise, %s may be recommended at higher ranks when more targets are detected which can help ensure they are caught in its radius.",
Hekili:GetSpellLinkWithTexture( spec.abilities.upheaval.id ), spec.abilities.upheaval.name ),
width = "full",
} ) ]]
local devastation = class.specs[ 1467 ]
spec:RegisterSetting( "fire_breath_fixed", 0, {
name = strformat( "%s: Empowerment", Hekili:GetSpellLinkWithTexture( devastation.abilities.fire_breath.id ) ),
type = "range",
desc = strformat( "If set to |cffffd1000|r, %s will be recommended at different empowerment levels based on the action priority list.\n\n"
.. "To force %s to be used at a specific level, set this to 1, 2, 3 or 4.\n\n"
.. "If the selected empowerment level exceeds your maximum, the maximum level will be used instead.", Hekili:GetSpellLinkWithTexture( devastation.abilities.fire_breath.id ),
devastation.abilities.fire_breath.name ),
min = 0,
max = 4,
step = 1,
width = "full"
} )
spec:RegisterSetting( "use_early_chain", false, {
name = strformat( "%s: Chain Channel", Hekili:GetSpellLinkWithTexture( 356995 ) ),
type = "toggle",
desc = strformat( "If checked, %s may be recommended while already channeling it, extending the channel.",
Hekili:GetSpellLinkWithTexture( 356995 ) ),
width = "full"
} )
spec:RegisterSetting( "use_clipping", false, {
name = strformat( "%s: Clip Channel", Hekili:GetSpellLinkWithTexture( 356995 ) ),
type = "toggle",
desc = strformat( "If checked, other abilities may be recommended during %s, breaking its channel.", Hekili:GetSpellLinkWithTexture( 356995 ) ),
width = "full",
} )
spec:RegisterRanges( "azure_strike" )
spec:RegisterOptions( {
enabled = true,
aoe = 3,
gcdSync = false,
nameplates = false,
nameplateRange = 30,
damage = true,
damageDots = true,
damageOnScreen = true,
damageExpiration = 8,
package = "Augmentation",
} )
spec:RegisterPack( "Augmentation", 20250428, [[Hekili:T3ZAtUTns(BzQTSSKThnICEe7SJuQSj3JKAVSBvt2B)Wv3qrrsnILPi5YhZ4jLk9B)6gGpaababL0y7ux2hUSfaB0OF3nAsCV19)69357weC)VypZ(6zxz)(PwwxFL1hU)UINtdU)UuxVp6(a8xID3c)53x(W2G4c3IWKyCWNJsC9rGKNuM5btytrrA(3EXfpewSPC1uVKTxKhUTmI8eEzURlW)T3fRIswDrXMGNCZEcMAy8fFVhoL)EwyswyXZ)1W8I8lcEm5JbzoUmR6u8XV)UvLHrf)u89RKH)xADjGrPbE3)lwx9nWFFtOVFaDYb5WtJt(8zxDU97)29l)lpN6MNVF5VgUny)Y7(yy6(L5pdl3N2VmmpVmy)pV)NBEIRHN4Fpeg6VK8V9N3V8FKUjW9r3O9llZb60(LRtY2V8h2KLeNa7nyv5E6lRF60SGhdtkHLnCBAswb7SSUcM1DHB)b4pFo2RDOlpFMnm0V(p)NWibU5jX7xAdRCkscQMg842Np7Mgiio4mksyznD20RV)UiKoJmW1HrrbzWF7xicfbXURIc8V)VC)DEa)iil09(7gVF5QY1RN6g7fc8dN1rGqX0sGETB3(LBDJD3VCXCaNMH)h6VE2(LfUrWSN6Nf4U1jzTtEAwy8dtRwc60E0fwb4FonpfMeqtbkkajait2VC0(LWs7ccipg4eehSnmiNmSf9HRwG0Y0WiCbG)5NYlYCZ)nx(vHG9rbUPW6tX(Cc6p5(7C9OY0rHp2m49fGCLsQXzvWlyvsSZ2Wh2u4KheTMaWrnifpTQbBANqUNBwuqHJRVBALio7SmG(rNLcoZi5eU2nCW2Gm3iFhqJmppzlUNV8l)Ew9UzSr0e5cKtmGE8yqMVlSObBxL56rKbUcPh1J7(BLzboG4v4hdyPsfW)9UKuaQzoQvMssbltbfmlxLGp(3IkdA)HPvWYpiY9zyB8DmkjBdJbJQWgNzkcSjrW45NdZRiWROIid0X8KOekPQIK4NumDfqsl2G00GKyG6SGQfsqmhQxaULvIoYbVjpNWjuVqIcM9VqEjjr(jpflSTMMfS1nSD7vtds6mXcWRGtEyShyB)wqUlCBGemKL62iXivdsf7fecVKrPmRmL83ayDTsy9IzruT5WBmwvWpyTBzurJsq9d9VkdII4NnvaQEcLXzUpgioLHZ69diBUIa0bRBKZtjLX(1mEwEiod6OYyD9Vq9iJXUu4V7u)7s4TAxSAGKcRNdeNHtOpR0qfppClyDaTAcH6uKv6XADTLRC3Sg0FmJXcw8JiV)EwZ2c7pobPgIGFqqQdDMt7cPZ6fyuB0b55bGohaT1HEHfufeloVdvtXzvzwEbk0wlEYqpRjJq4w5OVemevU4zOMahvbY2PXH6vkvpKLW7rfnx2(iKPAZeWc8)wxgfb0tVnUzpe4uqIW8wyN8GN)0TyaMVbu7fiGT(wzqIUpdDnK6nU5XoVZtnHclPpMFzgXxmzUTIeTZk1n2hm145uSb21Ba8TYiscg)mGqRjtJdRVK62LlgpbPS5eHdgZwGFBpmc6W8TCXfqWAPY3v8LkrIAMgvyPHWUoeSwvjzw9aSdxwfkpnIqEFK9iGWsKT74rvqePAe3OiIr7jDJQr6(VXAnVCFEbKHgbUsgeWjNQjqiVnYFwux6Ep7fbILOWjKfayNguH(gLUBWDzRFtm68PxZG8zUH(obpIBGTjpgGzSnn4ty(f1tcCue)XGIPfwtdZNMaEwC)uUde)PxjSarobp8qfIwprBntSsQs2Yggt3M3WfA)gy4mW)sEay1zTdSDQ2YVVFV1DfzNzISpJfOKA)5FO38R0PpxfLcJrcp38IktlNCTBkFtbvOn0P(TQpQppeTaRcsiZkkjZxr2qdDH4uQpRpBjTkBQyfCwKzeYAFaKxBntHdjpq93H(pCWCWPzIx5GhKh2scpWsDU4QIJKqghrLlBxUSYyLRgFol4QQoN3kIpkH4cH8cu)1Uf8P4nMwCdu9AQvNSjqclZWmCituN4O0fHPGOke)jqldOKl1jUIbb(uajhrg3a01K6QMXoIRVpFgcwx2XwdzoODMfy6L0HPLRAkXYUpjNauwItnrec1giN0NU2CMHqDtNQDKdPGtMPeQXjSqTwotJAiJ3n1zECeHkYQy1)0jP3Fnb1NyO616veHf15OPZceXQWw38CN6C0OEyZBSB0hTRDCoW0pbUD7XqjiBfX0iAsLQkKgfAcLnfVKY5WWaOj8wK44hgqKDzCV8w0LVDlzqPXr4XAD3ikrTnjQiigRVsqMGKbgTeJ6PJV7w3hcauY7Ja(kioWgohN4G1q8kPJxlYewuhvPspmmPNOugPrjR)AtCQu6RMYtareY13hSrj1F5bIht4tg5Gdpf2lqUVoGqvz(0INEY25Qupb3(zjEFCnOC3rLsAkHeBc14ArY93rc3ZsmlXoA(kiuc(KiYAxxJGneO2hgjpEK0(GFQnkyIU0RaZwxnRkA8pq9zZpcPKqnH5AACM88qY2vDe9J5LdvL55vAciQvIwK6qjoAXDU0dBMvFUr1rkSAYiXGYHWPCSniQWXnBBcdpFIw6Q60g0TdgvhWXxbK9kZvCHkkzJkMXYakjMCJ0FhgZeBjTyn675tIc1wm05bSQnPYRzjRNtZ6zqS2cOjXJyZGSaSs7D2Gm1BpJ1JKo759B1xLtQolixa1yPU)yiPsA29MeGUZJsH1yHqC5pRpBHau5hLV2Fspzi9N(KGxkj6tKq4fR7itM(k9UnVpVBJ6rBFbrzNnlYUhkNTyYn1ZLRe9DztkcYCuFHPmYG0KLZPn1N)izL5TMt3BTqwqRVdxiHQSKEtn7V6mbwLSDLBMpwROCUc5vxDLgY1Nc8klQRClNJL(pBf5jjPOSB2IPJuZE5pKL)G9(zI9g4TjbvROeEdslqfFvvUznhX3qkaiSu848xCBw1ssnMTzoDkooT2AT1zlCBRdbf(s48v0tzmBodBPCi1PdWue)vybeiPnxvWPAY8if8mKWXevL4JtwzXiZnPCDn1PRGCSwEOSE7PSkeVeqb670eBCZYC4Gw3R4u9naEY7nbMZD8Gom3goTbT(qDK)XWp9eKyFStv9kBpg0hv2Ibd)4F1IA8HiQcPpkmw2ziBaFswNliWMevm6NwWFcpzLRE25PnbrPo5WFwxNjU580MW8uQIrySNBwSlyBl0dlCu3jBYrgrMO7QGSmSlEayhfbwJEGBVxnzhlNGp5fv6hi7GVgWU12GDR9q2T6o3RUt0WDRn7Uvm51bSBju44N3wga51sBwdIDT0Wy)OazSJ80NHaraH7CNNcwjBgfG4U3MGSKYChiwQ48THff4P1HnSzwyLNYFHSOyBzIoN2Mgf6beq)3TF5)LBCjMPW)PlIdY51BjZr2rWnGnV9q2829U5T1U5LXdB3fDoCPbSnie9vWYcUyksiNJYQGNtI9Lt6sEWZ3bReS0tLAaRR9qwxBH1D49zg)HoVXf4z5yqeRxt5d9n(N7b7govhtvcNsdhdfYbmli2pj3bYnjPacEachzpFZ71cqCjLFUzdJWA3dHv24FUhunH1UhcR9qjS2mewfrteUwVV5wEu(ZXEslfLaBSj7Lw5H26)0CumVcYubl6Z82E6e4Mobr5WIs6h8k2RL0JvAGyVD)yVTcS3(eG9kIEXuSpT6nr4Ef9vRmgWa2FO4z9E0ezZ6Y(XB5OfcI9yLcmOxI8fCtaFwN2bNqAEKXvD(ZB1OVr72mDZObwsqzuUHEKUKC3gBGO9fCtWy8w0aCx8wIjAf4TvlEtNHfbsDW(WOhJi9YdRngYVnHSpSQAv9jDeYTAeXTLEYogkItpwvNJrsxU0A74D2Ay9CeOb63Bkcqf3BCfmHfOdmYmntUB)ymm99jcrU(JjLRq4IsJGSeH9JVRtfH)g8p(jiXpiREVcMjubsaw4ztVFjn233rEdJWoje)1Nacb5GXH4O2VmojBlgdCuYdHGyyrY(Lpu6IjgeaJIvvHg3CwgSst1BZtHJFf8kzXtBqkOIhLmt(N3O8iGmaUARgeBsUtVs6j)y4YO6GEftJUZrPqFCPzT1u1xjdk7qagsTQ6RAuCVMl8NQq7ksQ706vYk4ulUO44)C9FwD9YyFRd62AxIKW6zYSa3ZDs)xjPyFmyy3tn9kQDlALywNaK(K1qYwGQKy7Tjf9zbftlZ0gpzVn)IMtVeRg6y6519wcM(MgaUkcxS1LzXUEmLP(CsvXB657jmLsLN4w1LeskkxVK4lhkj(9)UKcABcfKueBf9y4ez1vSxQR9qPUw2)UK8AXsE1scvDskkjHwdMeEZVljHZmMeQ69JrjjepqOQ)9qjMVmgu1UlLvg3E3IhUzSE3BcTZMDv7SPxozc1hlTjWL4MTEdPm6vPEIv14j3oN5TjY4yPLf7BDWJCDdSPXB3laTBy9J7Rhqz6DQE03AoaZEjtlOTvknZNXnN0SWlxyTNanna)KtpT2(utRPNMnnkv1szsIk7WdSvzWhYk82XMOA9rb0jtvLf6RQ6lAt5v(4Ywj11QTMekFqnHrO8iegOPalUEqtwFWsIcsBhywVjuHtACLZFwjcz6F86CYqxSj9oNm6LuxVyCuT(EvFMS1f6rdT6CQ)82j10IDTZ5n8w0ANbhA(Hz1lNjhWnRTsD8Q6xCf2ChfODnnTQKh)MzkTNjEOxcZrAPhBBBfzZJRZGQBXFDvmDImZI9GxslTOe8YAO4f)X3mP2GbrGMhNijcx3AgCAdAIFRAzSm(Oc61SypNb1O66AEWkL1f02TV(yvr1ciJvj422kwZRtOO3IHFMCXS22uLb378kJXmw7lrZe9OR6skQPm)IhuqVAhs33D8U3rCwOG5iDuqHF0(QgfphCiXiXPjK7Q5yB8ra1Rl0EoKKFFkvAPqQ06lRuPL5h(uV2g7xQ0wMb7dvQKuvAXdqORTsbjzX3m8tzuMgzoTzgkoGgfzwjNCZmb5(9e99KfGFiYyAV3lfDM19vsToaI(vzuHZYCZ2JxDkXI)RraE0E0olwczUPls235Cz(P14rUe9m(NbDp9fuNk5XqFul2LsYEx9mWJCjb(Zm6J1SJ2V8Vb)uia44Gq649dTvjOsmhCUxsJk11YQGC)aLHp9gFnsgwmJvvMmyMWxDYW9eQypraoqzyBEzyzn)LUqb)dZxNuw)PW8LCkkVLQUrA1P170fQ1FOWFs56NcfE5uunCD65RR60pxfKxaBl4bY7A5NMdj3uALnuep49Y6gW6vdjHoBCXE1KIJm)GA3oD(QbX(XsA20BQL0c(xLHPPb(t5WyoN1)JCwx0pf4MsFdvj1l)rqCaNv9xc2RV)UNCZIPhi)VIoRR(sRs)eT(6QZO)17xMHlDgYVZtWJyWTSizRl57KOhS7EiiF6(F(VgIXh8nF7(L)qsmSwKHFDTWH6UthGp2igVMxYw1uhB9Pj9UyQBo8olM2PYTyw3WVAjPbuzCGRHFMtETYYCnIlK8fZTUE0znc5Q6rIrJXcD9QxzF1SBNB9HzJA(NlMF5KD7WG65b8TZVCwZ(7Lax4rL(WKP4NuxjIvnVsodtW6gDcwIVzbYLPKmlooS2Lq5lMG81s30nFrntg2CfgTlMKdEq(sjFIMRz2l3s1SmFjmNB170nFrnJBzUfhTlMjClntKBHEVoXcLNVLCHdDt38fLpWg5RuN5yo4vCWlYxh1tMBb)GoUL5eXENU5lAper5ZXCWBkrSNjZ7KDMo2MSxlg58mfZKFTS0T7mAT0nt(1Yw5(IT5PLSzegEiqLecByDNZQa2DM0jFfogSNkB(SoCVDkNyOFm4ngRneCyeKENoCNFAVaRYXSh2GuhDyF9eoPq(yWymNkDiC14Ns4EaOBOIwBqULmvtLF1UuPPmTMx6m8qGApk)kM0jFfogSxLbaPt5ed9JbV1P4RCAVaRYXShKBeqYeoPq(yWyPMb6o(PeUha6AS5fTtLF1UsPXSov8tIvmzZ5Lf(kHCNI2OQQ)JgRBbE1RSSNnF2KAK5aHsfqAX2RvYv7NoiFo805tn8vc5(PZ2DOqswGEPZMbLo0zv1bHVzsuOtYmmp1vD1v0c1odBgupuE2ln8nbYPzjEtDJF2Xpnxh0vnpt3bMUoOqKZbaFJdsPNWGobRGspfga7JimOJg6dgVpuFcV0W3eiBM8O65z6oW015WK7hqU)hOC)awHdq(PxjtdQUWrd9daVXxjCjqR6Nndk2YHITrqPJx9Zug4JrEQz97nQlSAoj9D7otG6v)ut2Tt9kPpOaMb5udM8MXZME9BvyM6nxQAe45KGk4h8GjtwmwFGGQujfXflL4IvV4c9JVamI1B5WgKXFUGGWKxznB2KjnXD97y(8fFfXNV4Ro(8fv85wvEnh60amCOPnagGrSViNlLYvDabJ1JBVtWkO09HAypiAwVt3SvDaoYpqA2awHbtZ6vW5fsoBqRAVtVAvjTIX6KOOeSnpWETiZnhBsOSas)c5t9Pt6AxAdnTFj(vWaBPSI65fNq6JJYyUz77Jt23TWDLBEW3U)NjVyxyzTu0diKxD3xpO()q1H11lr)O4rFEzr))TD6N1IyQAXEroqgvfA7e1CdN6649cd(Ha4QwithCBNYqX6baCdaB)SsdAXc1sk9tRnOmhNAWpeaRIAlDkdfRhaWBaRbL6SmvNWbzuom9uasdagBUqsGMWWdfdhGAXlkW7fSMxzlJQG2XVmCzXjcE1jbPt2qC0toinayAf30FEfgGHdq19ff49cwZpabJe3o(LrR4M68j6L40VI(Pf4ga2tIZvdW6bfiZlm4BaSQ(U8WKZfW6tlWnaS9ZkniKxdW6bfiZlm4BaSYoA9W0CetB70cDtGB)CtdumnbVhKQZln8BHS60Z7LI3VU5jg6Ma3(5NgODAcEpi9NxA4pfRm1prkkfcVB4R5fw2P7VZTSyd(n39o3Gi4bbu6N8E(8)7aGYo5pVF5DHB)b8ggkzDi(jL7p9N2VCtrrA(3EXfpewSPCfSSBVipCBzezn9YCxxG)BVlwfLS6IInbp5M9em1W4l(EYQ)3RELq)RioCb9sY0XT8b8I6IaJP4JV)NX16FKs3N(UfabcbdfLac13NMfgTN8DAcFx)ivJ7BSND5LR)aUTP708PnVjwVD(f1hJW7WxkY5nx5rVR6LaCU17ssNt(K)AYZl7I(PbanWCMjGIdeKVPYZBoYdPlt465NP87)0lXk(2MrfXJtbAWE9dDGKWkfH2332QDfNnaXx3QD74gw5BiLW8K(InjmhjVrsdzByRyByRFByB42W2GTHTYTXFQ(7qE)3bpdzpx)TgqgNtz5wfi78wWfguX7NZqWrB54O(sclqtvHJ2NiCK5diGmsPSxLNHaEBLGx5Bk0qaF1HUxb6XTOo7PBTBNWa8NnglFxSvvKo2JTDbU0X3GpR0rWdaAIKZ7VXo0KrJpJJ(lT26tgcjYwojYwfjs2rUYk2PMez3djsSH0LoIksKTmsK6Z6yqKiAdcG(si3wevKkR31E)fmF20RFhiP6hIWCUYM)GrqRtew1TU7qWm7JgZ609jsIL)qWS6VvhI4MnlUzXGzhthZCqnmZH0VmYioTJjTOucDQIm1hM2vPR(JHDpJmbQ2XmbZKz7JbZ6A8Z4EPrOvA47ykteQu8DG5eiBjtuHocp2Uyo)MHe3YxF3alMqmpyQidfqt8jJ0jPleFIAGCMoPsmtHXMHnMUGGxJbB)XirxXlKMUzKCJjGr79pJKSCMELjqv1NVeJtBcJpaBnfk4monLoxwmihT6tCP0BBgvRp7vkdtI6Wi)Rsafy)HkEo7pjOxaCj6x1Zkfb5FXpRQuKA4W(1HQs3QcGnwOv85YwjizUaSzZswY1FDldJFPBLUzrVBF)iPFUQ2TR1zsqqQWNdF4Pot6JnzKWLU9I5wJoJqe7CzBZSxbgAUxio874U1eaJpOIEEsuYicqANydQyTB3dq6nPJyKEAN2T2GE941LrrWo2BdcwYD(WTZR(Ir9Mlz2QDVsYzM3OX09H8RuIZBM3KBNlDI1oDFtlJqNkTQpsqSHPWXjN)EWuhLP4gdj9LLehMVLs3uCpPxZTUfysneb2R)aykTd0CDhuMcevTmLAIH9UDYzlv)QBuuyqojG9oyoqa6k3q(MSDRKbAUK5bIaH)AHrRIf9ZuXmTcjJQmfOBVcrJsGhKrEaeRftjirgdzKSe0jIB8hFr2YxpHvPAdgkX7kB)gQr3MmF60wGPgaisMBi4H6r61hYJbiApn4ty9uhX7K1Ks8iDoGqRSfjm(253WH0PjeByaEQqiFMk9cwO0QyrSFOvVL(uSQ(nxmmNin5rYn9UygMkImROJ0z7fFSQNczWrjz(kmglhmeL3Z0zvOwkuobRrPGJVb(OJCO)th01n1RfPNvzNwwzC3zvv121HqODzCSE2IdVy2iYToarN()5UNZcx))sI3(htIFDbrnVeqINXoKfIoaKV8RcGoQmVq0uW6YSNr6ewujxuFTiNXVk5(sWJC0jpGkCvUWe)zNM4rrdLJR0oxm3wQEmwjUcoIg)v(f76tl5nIGRDlcgnov1hx8D7ygIHnR07r)mT1Rqmr(DH0UDJhZOi7673e7YcRl5uYjJfgVWgKxPNkZuI1EFs55ltjI)IZNA1zIknMwjdXGQvPkPWz58zmgGRvJA8vv9nwFUvJM2GcoQwbr)0aXKRNWXoyMeJSqJsEDI35obzLKpELuR)5ev2UBM6FH7r6Uh5IqUYd)7AVkROonyKgQNtJpnIwrrIJFyWIgtNVD2u7r6mJSO2iAlFG7QRA3omIbgrphAjaGLZ7JaEWqCLCFnbHDQ26QiHLNISWsLDZkRakybGavpr3FqIVD(Quo6WxLj1HWo44lot4sh7QuVgNozjEFCTlESrYd0NtgNhNzeZz2GhXNBZb(P)upMnES2edUsHFsuuGFlyDTueGelp53vzFugwdKJXAs)RrIzBquHJB2wGTRFBkFXh9zy3dkuep6Qs6Lv73ZptmhAz69FN9m1WR20LmGjExUjcPMRqjUaueWW2J1MDPajWzgyCWEMQuXhs4DmGJJVdbCN5cMdwfbK8KTmAE(WdUfbAEkAGFKuLygpYnn6agNJKFToHF3ymrPcAPzqq0KVdZVprrw1OlnHsjqc9xH5R56mFnsJG8IR4OsSvtswoIYCPQ1X8iTrAlJw3V54o1yXsFPjwm)MEQXXntQZVDfwxTmFm7SgrZBRtrQA3brPf4vwqZrUXyuAzAyekgb)ZpbBs38FZTB0gCuB3FReuFG5g(X)GApmQDG3MesXrjeVoHWmrzAs8jhHNirj9uy3VKuZ28Q33qx8IgnAn9JJVy2tuJHPHGfLptznTe(VcirskwmMCKkKL4M9zcrynPwXHKwZsTIiSS0pB25yIIIPAYvcZklfGaYDRcQdovZQgYcE)shWbbipVcCJ3BPgO1yGTH(wVsAI4kcYW1)z5Rot9SPGK55yZM6kPvEKlEPRQDuYDfa3JrNMeVuMoLYiDUD(y7zV9Q3uhKb79c9538MlNmPIJ35gkFIz75l7Fp)(VyBpB1Bpq4xArqmCBB3)22Y(l2(2c33h1(ZYG93nFX2FZo69hyxT)D4XPSQefnddntXskc29seFKm6)eotLeJNIrj34StmE)D726g7IjIG)N2SyeY3qAoey55edDSjZw5rAsWHOa30gut0evn6ljvOZuyuxAol1)iyOilcOJU(UP0Z5zKI9OQmIe3IsqwiyfF8a1b(rgizFsrw5i1yLmkw(5etqE2a8zLKiNlWBfBEaLTMbNdz5PpF78lhzydH0TBoQ7dgImMrnlIgyydk1J1vJcsTt0ywdIuRVAfynB0zJvDDKYDKa8ayYjGgzFcOrmPbQqwqBJKi)rK2LNe9LoiI6E)QUPXhXThLcAWIwNh3wttLjay1nVBFBuf90TrAjwnfzQTsQQQZixcxn4IFIJcea8dL)XUh48HiOUBxhSPxrg((G)qxzqfrCPVC25JVC2BTSRJ1O7lNYK30HQEU9S3WMpkw7W30AyOq8kz)25Fy2K3O(1WbnRiJpHNVgB(sC7MfZeN(nZencWt302gWyQPsgUPYh4HUirYVUVS1(IlOTZOzx4UVZEkw42EMFsLVUoxk6AKPW7kU6gE0IROVdWkIMg5F04dr8uzXGvftGqLHatVAAZ5ZKWCXicsLE)qZHM1(XMOctK1FLYAkB(o5wN8MKncJhgwbgPn)8c(qLhXDwe6LhSLkpyGXFn9L(xtYdwIYdwFEKhS6Tj91zgqN8GnNXNbipGUa)Emm29lXRptiowA9r)B)h)Wp22n3t3V8N8dOTFsXgSFSbExK)(LRcWgcVUNX2Vet9R6lblqZO1DL8TIJ(u4)ppCBkwKQLUyrAZdWwOH013BGaSW2bN8jLl0la3P7x6hUgcvIcDeS)4F)UPY9CZvUD2GfWj4457yzDL1uUZ6PLX08sAnsHmrZZOOv95dUwK3j3Qu3f1EGlQTobgS9la60xXxx3AShXhNvhVvhuqVADx1lTwldwVVFrVZS3aV3E5mfDXZcsWpk7CIU4cB4eAItz0y2MKC2uRUPYWOqOlWu1mjB5mPJ1hsVmjTke7092V(IYKueZNMy6mGjzBgt6p0DoP6oYiedMp8hQhhT6HmcHr8bs20mxy2DtPxriDeVPsVpT7JRJKcYL(Dp9REDV2pB6nJot2L7nBvg56R43oKpzfC9D8318Zk)2zi(GSFakOVPeAZrFYPgNp3AGqK7lMHrVQslQk7qsNjqRSrieq6T4FvnM0C(5HQA575xQ(PfpeItYXfOE5ydEMC3WF))3p]] )