Skip to content

Commit 6ec0c58

Browse files
LocalIdentityLocalIdentity
andauthored
Update Legion Notables with 3.25 changes (#7864)
Fixes the Rage on hit notable replacing the wrong stat Change 40% rarity stat to 12% res efficiency Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent c10b3f6 commit 6ec0c58

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/Data/TimelessJewelData/LegionPassives.lua

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6065,12 +6065,12 @@ return {
60656065
["g"] = 1000000000,
60666066
},
60676067
[144] = {
6068-
["id"] = "eternal_notable_rarity_1",
6068+
["id"] = "eternal_reservation_efficiency_1",
60696069
["in"] = {
60706070
},
60716071
["not"] = true,
60726072
["sd"] = {
6073-
[1] = "40% increased Rarity of Items found",
6073+
[1] = "12% increased Mana Reservation Efficiency of Skills",
60746074
},
60756075
["isMultipleChoiceOption"] = false,
60766076
["dn"] = "Discerning Taste",
@@ -6084,12 +6084,12 @@ return {
60846084
[1] = "base_item_found_rarity_+%",
60856085
},
60866086
["stats"] = {
6087-
["base_item_found_rarity_+%"] = {
6088-
["max"] = 40,
6087+
["base_mana_reservation_efficiency_+%"] = {
6088+
["max"] = 12,
60896089
["fmt"] = "d",
60906090
["index"] = 1,
6091-
["min"] = 40,
6092-
["statOrder"] = 1442,
6091+
["min"] = 12,
6092+
["statOrder"] = 2090,
60936093
},
60946094
},
60956095
["da"] = 0,
@@ -7694,10 +7694,10 @@ return {
76947694
},
76957695
},
76967696
[62] = {
7697-
["id"] = "karui_notable_add_rage_on_hit",
7698-
["dn"] = "Add Rage on Hit",
7697+
["id"] = "karui_notable_add_physical_added_as_fire",
7698+
["dn"] = "Add Physical Added As Fire",
76997699
["sd"] = {
7700-
[1] = "Gain 1 Rage on Melee Hit",
7700+
[1] = "Gain 5% of Physical Damage as Extra Fire Damage",
77017701
},
77027702
["sortedStats"] = {
77037703
[1] = "physical_damage_%_to_add_as_fire",
@@ -7713,20 +7713,20 @@ return {
77137713
},
77147714
},
77157715
[63] = {
7716-
["id"] = "karui_notable_add_physical_taken_as_fire",
7717-
["dn"] = "Add Physical Taken As Fire",
7716+
["id"] = "karui_notable_add_rage_on_hit",
7717+
["dn"] = "Add Rage on Hit",
77187718
["sd"] = {
7719-
[1] = "5% of Physical Damage from Hits taken as Fire Damage",
7719+
[1] = "Gain 1 Rage on Melee Hit",
77207720
},
77217721
["sortedStats"] = {
77227722
[1] = "physical_damage_taken_%_as_fire",
77237723
},
77247724
["stats"] = {
77257725
["physical_damage_taken_%_as_fire"] = {
7726-
["max"] = 5,
7726+
["max"] = 1,
77277727
["fmt"] = "d",
77287728
["index"] = 1,
7729-
["min"] = 5,
7729+
["min"] = 1,
77307730
["statOrder"] = 2282,
77317731
},
77327732
},

0 commit comments

Comments
 (0)