@@ -12412,7 +12412,7 @@ skills["SupportOlrothsHubrisPlayer"] = {
1241212412 statDescriptionScope = "gem_stat_descriptions",
1241312413 statMap = {
1241412414 ["base_ward_cost_+_%_of_maximum_ward"] = {
12415- mod("RunicWardCostNoMult ", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
12415+ mod("RunicWardCostBase ", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
1241612416 },
1241712417 ["added_physical_damage_%_ward_cost"] = {
1241812418 mod("PhysicalMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
@@ -14683,7 +14683,7 @@ skills["SupportRunicInfusionPlayer"] = {
1468314683 statDescriptionScope = "gem_stat_descriptions",
1468414684 statMap = {
1468514685 ["base_ward_cost_+_%_of_maximum_ward"] = {
14686- mod("RunicWardCostNoMult ", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
14686+ mod("RunicWardCostBase ", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWard", percent = 1 }),
1468714687 },
1468814688 ["added_physical_damage_%_ward_cost"] = {
1468914689 mod("PhysicalMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "RunicWardCost", percent = 1 }),
0 commit comments