Skip to content

Commit

Permalink
Add 8.3 Essence keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jan 12, 2020
1 parent 21a2e49 commit 336d512
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions Events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -405,40 +405,54 @@ do
[13] = "nullification_dynamo",
[14] = "condensed_lifeforce",
[15] = "ripple_in_space",
[16] = "unwavering_ward",
[17] = "everrising_tide",
[18] = "artifice_of_time",
[19] = "well_of_existence",
[20] = "lifebinders_invocation",
[21] = "vitality_conduit",
[22] = "vision_of_perfection",
[23] = "blood_of_the_enemy",
[24] = "spirit_of_preservation",
[25] = "aegis_of_the_deep",
[27] = "memory_of_lucid_dreams",
[28] = "the_unbound_force",
[32] = "conflict_and_strife"
[32] = "conflict_and_strife",
[33] = "touch_of_the_everlasting",
[34] = "strength_of_the_warden",
[35] = "breath_of_the_dying",
[36] = "spark_of_inspiration",
[37] = "the_formless_void"
}

local essenceMajors = {
-- everrising_tide = "",
-- lifebinders_invocation = "",
-- touch_of_the_everlasting = "",
-- vision_of_perfection = "",
-- vitality_conduit = "",
-- well_of_existence = "",
-- conflict_and_strife = "",
aegis_of_the_deep = "aegis_of_the_deep",
anima_of_life_and_death = "anima_of_death",
-- artifice_of_time = "",
artifice_of_time = "standstill",
azeroths_undying_gift = "azeroths_undying_gift",
blood_of_the_enemy = "blood_of_the_enemy",
breath_of_the_dying = "reaping_flames",
condensed_lifeforce = "guardian_of_azeroth",
--conflict_and_strife = "",
essence_of_the_focusing_iris = "focused_azerite_beam",
-- everrising_tide = "",
-- lifebinders_invocation = "",
memory_of_lucid_dreams = "memory_of_lucid_dreams",
nullification_dynamo = "empowered_null_barrier",
purification_protocol = "purifying_blast",
ripple_in_space = "ripple_in_space",
spark_of_inspiration = "moment_of_glory",
sphere_of_suppression = "suppressing_pulse",
spirit_of_preservation = "spirit_of_preservation",
strength_of_the_warden = "vigilant_protector",
the_crucible_of_flame = "concentrated_flame",
the_formless_void = "replica_of_knowledge",
the_unbound_force = "the_unbound_force",
-- vision_of_perfection = "",
-- vitality_conduit = "",
-- well_of_existence = "",
unwavering_ward = "guardian_shell",
worldvein_resonance = "worldvein_resonance",
}

Expand Down

0 comments on commit 336d512

Please sign in to comment.