Skip to content

Commit 5fbf93d

Browse files
authored
Add support for Sigil of Power (#824)
1 parent c616c24 commit 5fbf93d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Diff for: src/Data/Skills/act_int.lua

+8
Original file line numberDiff line numberDiff line change
@@ -13789,6 +13789,14 @@ skills["SigilOfPowerPlayer"] = {
1378913789
incrementalEffectiveness = 0.14000000059605,
1379013790
damageIncrementalEffectiveness = 0.0065000001341105,
1379113791
statDescriptionScope = "circle_of_power",
13792+
statMap = {
13793+
["circle_of_power_max_stages"] = {
13794+
mod("Multiplier:SigilOfPowerMaxStages", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", unscalable = true }),
13795+
},
13796+
["circle_of_power_spell_damage_+%_final_per_stage"] = {
13797+
mod("Damage", "MORE", nil, ModFlag.Spell, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "Multiplier", var = "SigilOfPowerStage", limitVar = "SigilOfPowerMaxStages" } ),
13798+
},
13799+
},
1379213800
baseFlags = {
1379313801
spell = true,
1379413802
area = true,

Diff for: src/Export/Skills/act_int.txt

+8
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,14 @@ statMap = {
862862
#skill SigilOfPowerPlayer
863863
#set SigilOfPowerPlayer
864864
#flags spell area duration
865+
statMap = {
866+
["circle_of_power_max_stages"] = {
867+
mod("Multiplier:SigilOfPowerMaxStages", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", unscalable = true }),
868+
},
869+
["circle_of_power_spell_damage_+%_final_per_stage"] = {
870+
mod("Damage", "MORE", nil, ModFlag.Spell, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "Multiplier", var = "SigilOfPowerStage", limitVar = "SigilOfPowerMaxStages" } ),
871+
},
872+
},
865873
#mods
866874
#skillEnd
867875

0 commit comments

Comments
 (0)