diff --git a/src/Data/Skills/sup_str.lua b/src/Data/Skills/sup_str.lua index 8cf962b50..2c2fe9917 100644 --- a/src/Data/Skills/sup_str.lua +++ b/src/Data/Skills/sup_str.lua @@ -5470,6 +5470,11 @@ skills["SupportRageforgedPlayer"] = { label = "Rageforged I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_rageforged_enraged_damage_+%_final"] = { + mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }), + }, + }, baseFlags = { }, constantStats = { @@ -5502,6 +5507,11 @@ skills["SupportRageforgedPlayerTwo"] = { label = "Rageforged II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_rageforged_enraged_damage_+%_final"] = { + mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }), + }, + }, baseFlags = { }, constantStats = { diff --git a/src/Export/Skills/sup_str.txt b/src/Export/Skills/sup_str.txt index f1bc03c68..97e8d589a 100644 --- a/src/Export/Skills/sup_str.txt +++ b/src/Export/Skills/sup_str.txt @@ -1256,11 +1256,21 @@ statMap = { #skill SupportRageforgedPlayer #set SupportRageforgedPlayer +statMap = { + ["support_rageforged_enraged_damage_+%_final"] = { + mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }), + }, +}, #mods #skillEnd #skill SupportRageforgedPlayerTwo #set SupportRageforgedPlayerTwo +statMap = { + ["support_rageforged_enraged_damage_+%_final"] = { + mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }), + }, +}, #mods #skillEnd