Skip to content

Commit ebc910a

Browse files
committed
Add support for "Ignite III"
1 parent 8155638 commit ebc910a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/Data/Skills/sup_str.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3835,6 +3835,14 @@ skills["SupportIgnitePlayerThree"] = {
38353835
label = "Ignite III",
38363836
incrementalEffectiveness = 0.054999999701977,
38373837
statDescriptionScope = "gem_stat_descriptions",
3838+
statMap = {
3839+
["support_ignition_chance_to_ignite_+%_final"] = {
3840+
mod("EnemyIgniteChance", "MORE", nil),
3841+
},
3842+
["faster_burn_%"] = {
3843+
mod("IgniteFaster", "INC", nil)
3844+
},
3845+
},
38383846
baseFlags = {
38393847
},
38403848
constantStats = {

src/Export/Skills/sup_str.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,14 @@ statMap = {
921921

922922
#skill SupportIgnitePlayerThree
923923
#set SupportIgnitePlayerThree
924+
statMap = {
925+
["support_ignition_chance_to_ignite_+%_final"] = {
926+
mod("EnemyIgniteChance", "MORE", nil),
927+
},
928+
["faster_burn_%"] = {
929+
mod("IgniteFaster", "INC", nil)
930+
},
931+
},
924932
#mods
925933
#skillEnd
926934

0 commit comments

Comments
 (0)