@@ -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 }),
0 commit comments