Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for Preservation Evoker #162

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion data/Evoker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ lib:__RegisterSpells('EVOKER', 100005, 1, {
},
},
HELPFUL = {
374227, -- Zephyr (talent)
363534, -- Rewind (Preservation talent)
RAIDBUFF = {
381748, -- Blessing of the Bronze
390386, -- Fury of the Aspects
Expand All @@ -45,6 +47,7 @@ lib:__RegisterSpells('EVOKER', 100005, 1, {
370553, -- Tip the Scales (talent)
370901, -- Leaping Flames (talent)
371807, -- Recall
370960, -- Emerald Communion (Preservation talent)
BURST = {
375087, -- Dragonrage (Devastation talent)
},
Expand All @@ -62,10 +65,18 @@ lib:__RegisterSpells('EVOKER', 100005, 1, {
},
HELPFUL = {
361509, -- Living Flame
357170, -- Time Dilation
373267, -- Lifebind (Preservation talent)
370889, -- Twin Guardian (talent)
373862, -- Temporal Anomaly
366155, -- Reversion
364343, -- Echo
355936, -- Dream Breath
},
PERSONAL = {
359618, -- Essence Burst (Devastation)
370454, -- Charged Blast (Devastation talent)
370537, -- Stasis (Preservation talent)
}
},
DISPEL = {
Expand All @@ -86,11 +97,12 @@ lib:__RegisterSpells('EVOKER', 100005, 1, {
[357209] = 382266, -- Fire Breath
[359618] = 359565, -- Essence Burst (Devastation)
[361500] = 365937, -- Living Flame <- Ruby Embers (Devastation talent)
[361509] = 365937, -- Living Flame <- Ruby Embers (Devastation talent)
[370454] = 370455, -- Charged Blast (Devastation talent)
[370901] = 369939, -- Leaping Flames (talent)
[371807] = 357210, -- Recall
[381748] = 364342, -- Blessing of the Bronze
[355941] = 355936, -- Dream Breath
[373267] = 373270, -- Lifebind (Preservation talent)
}, {
-- map aura to modified spell(s)
[359618] = { -- Essence Burst (Devastation)
Expand Down
Loading