Skip to content

Commit 1f128d9

Browse files
committed
Olroth's Hubris
1 parent e289d8f commit 1f128d9

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

src/Data/Skills/other.lua

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12410,6 +12410,19 @@ skills["SupportOlrothsHubrisPlayer"] = {
1241012410
label = "Olroth's Hubris",
1241112411
incrementalEffectiveness = 0.054999999701977,
1241212412
statDescriptionScope = "gem_stat_descriptions",
12413+
statMap = {
12414+
["base_ward_cost_+_%_of_maximum_ward"] = {
12415+
mod("RunicWardCostNoMult", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
12416+
},
12417+
["added_physical_damage_%_ward_cost"] = {
12418+
mod("PhysicalMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
12419+
mod("PhysicalMax", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
12420+
},
12421+
["added_cold_damage_%_ward_cost"] = {
12422+
mod("ColdMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
12423+
mod("ColdMax", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
12424+
},
12425+
},
1241312426
baseFlags = {
1241412427
},
1241512428
constantStats = {
@@ -14670,7 +14683,7 @@ skills["SupportRunicInfusionPlayer"] = {
1467014683
statDescriptionScope = "gem_stat_descriptions",
1467114684
statMap = {
1467214685
["base_ward_cost_+_%_of_maximum_ward"] = {
14673-
mod("WardCostNoMult", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
14686+
mod("RunicWardCostNoMult", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
1467414687
},
1467514688
["added_physical_damage_%_ward_cost"] = {
1467614689
mod("PhysicalMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),

src/Export/Skills/other.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,20 @@ statMap = {
827827

828828
#skill SupportOlrothsHubrisPlayer
829829
#set SupportOlrothsHubrisPlayer
830+
#flags
831+
statMap = {
832+
["base_ward_cost_+_%_of_maximum_ward"] = {
833+
mod("RunicWardCostNoMult", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
834+
},
835+
["added_physical_damage_%_ward_cost"] = {
836+
mod("PhysicalMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
837+
mod("PhysicalMax", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
838+
},
839+
["added_cold_damage_%_ward_cost"] = {
840+
mod("ColdMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
841+
mod("ColdMax", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
842+
},
843+
},
830844
#mods
831845
#skillEnd
832846

@@ -1000,7 +1014,7 @@ statMap = {
10001014
#flags
10011015
statMap = {
10021016
["base_ward_cost_+_%_of_maximum_ward"] = {
1003-
mod("WardCostNoMult", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
1017+
mod("RunicWardCostNoMult", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
10041018
},
10051019
["added_physical_damage_%_ward_cost"] = {
10061020
mod("PhysicalMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),

0 commit comments

Comments
 (0)