Skip to content

Commit 1f7ecaf

Browse files
Add support for Skeletal Warrior gem quality (#822)
* Add support for Skeletal Warrior gem quality * Update SkillStatMap.lua --------- Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>
1 parent 84cce2f commit 1f7ecaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,6 +2075,9 @@ return {
20752075
["minion_ailment_damage_+%"] = {
20762076
mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, KeywordFlag.Ailment) }),
20772077
},
2078+
["minion_block_%"] = {
2079+
mod("MinionModifier", "LIST", { mod = mod("BlockChance", "BASE", nil) }),
2080+
},
20782081
["base_number_of_zombies_allowed"] = {
20792082
mod("ActiveZombieLimit", "BASE", nil),
20802083
},

0 commit comments

Comments
 (0)