Skip to content

Commit d7742b0

Browse files
authored
Add support for Bidding skill gem (#792)
1 parent 4666b52 commit d7742b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Data/SkillStatMap.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,6 +2157,12 @@ return {
21572157
["minion_skill_physical_damage_%_to_convert_to_fire"] = {
21582158
mod("MinionModifier", "LIST", { mod = mod("SkillPhysicalDamageConvertToFire", "BASE", nil) })
21592159
},
2160+
["is_commandable_skill"] = {
2161+
flag("Condition:CommandableSkill")
2162+
},
2163+
["support_command_skill_damage_+%_final"] = {
2164+
mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil, 0, 0, {type = "Condition", var = "CommandableSkill"}) }),
2165+
},
21602166
--Golem
21612167
["golem_buff_effect_+%"] = {
21622168
mod("BuffEffect", "INC", nil, 0, 0)

0 commit comments

Comments
 (0)