Skip to content

Commit 98c8b4a

Browse files
authored
Add support for Rageforged support gems (#1707)
1 parent 3fc213c commit 98c8b4a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/Data/Skills/sup_str.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5470,6 +5470,11 @@ skills["SupportRageforgedPlayer"] = {
54705470
label = "Rageforged I",
54715471
incrementalEffectiveness = 0.054999999701977,
54725472
statDescriptionScope = "gem_stat_descriptions",
5473+
statMap = {
5474+
["support_rageforged_enraged_damage_+%_final"] = {
5475+
mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }),
5476+
},
5477+
},
54735478
baseFlags = {
54745479
},
54755480
constantStats = {
@@ -5502,6 +5507,11 @@ skills["SupportRageforgedPlayerTwo"] = {
55025507
label = "Rageforged II",
55035508
incrementalEffectiveness = 0.054999999701977,
55045509
statDescriptionScope = "gem_stat_descriptions",
5510+
statMap = {
5511+
["support_rageforged_enraged_damage_+%_final"] = {
5512+
mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }),
5513+
},
5514+
},
55055515
baseFlags = {
55065516
},
55075517
constantStats = {

src/Export/Skills/sup_str.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,11 +1256,21 @@ statMap = {
12561256

12571257
#skill SupportRageforgedPlayer
12581258
#set SupportRageforgedPlayer
1259+
statMap = {
1260+
["support_rageforged_enraged_damage_+%_final"] = {
1261+
mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }),
1262+
},
1263+
},
12591264
#mods
12601265
#skillEnd
12611266

12621267
#skill SupportRageforgedPlayerTwo
12631268
#set SupportRageforgedPlayerTwo
1269+
statMap = {
1270+
["support_rageforged_enraged_damage_+%_final"] = {
1271+
mod("Damage", "MORE", nil, nil, 0, { type = "MultiplierThreshold", var = "Rage", threshold = 10 }),
1272+
},
1273+
},
12641274
#mods
12651275
#skillEnd
12661276

0 commit comments

Comments
 (0)