Skip to content

Commit 8e6df9a

Browse files
author
LocalIdentity
committed
Add export lines
1 parent 35672dc commit 8e6df9a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Export/Skills/act_str.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,12 @@ local skills, mod, flag, skill = ...
10611061
minionUses = {
10621062
["Weapon 1"] = true,
10631063
},
1064+
statMap = {
1065+
["skill_physical_damage_%_to_convert_to_lightning"] = {
1066+
mod("SkillPhysicalDamageConvertToLightning", "BASE", nil),
1067+
mod("MinionModifier", "LIST", { mod = mod("SkillPhysicalDamageConvertToLightning", "BASE", nil, 0, 0) })
1068+
},
1069+
},
10641070
#mods
10651071

10661072
#skill Sweep

0 commit comments

Comments
 (0)