Skip to content

Commit 7063de0

Browse files
committed
Remove lines disabling Heralds and Wind Dancer
1 parent 77dd747 commit 7063de0

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

src/Modules/ModParser.lua

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5327,14 +5327,11 @@ local specialModList = {
53275327
flag("Condition:OnConsecratedGround", { type = "Condition", var = "StrHighestAttribute" }, { type = "Condition", var = "Stationary" }),
53285328
},
53295329
["you count as dual wielding while you are unencumbered"] = { flag("Condition:DualWielding", { type = "Condition", var = "Unencumbered" }) },
5330-
-- New Hollow Palm
5331-
-- TODO Update with actual mod wording
5330+
-- New Hollow Palm Technique
5331+
-- TODO Update with actual wording and mods
53325332
["can attack as though using a quarterstaff while both of your hands are empty"] = {
5333-
--TODO remove "Disable Skill" if Herald Skills and other Persistent Buffs are supposed to work
5334-
flag("DisableSkill", { type = "Condition", var = "HollowPalm" }, { type = "SkillType", skillType = SkillType.QuarterstaffSkill, neg = true } , { type = "SkillType", skillType = SkillType.Attack}),
5335-
flag("DisableSkill", { type = "Condition", var = "HollowPalm" }, { type = "SkillType", skillType = SkillType.Herald}), -- need heralds separately because some of them don't have "Attack" SkillType for some reason
5336-
flag("DisableSkill", { type = "Condition", var = "HollowPalm" }, { type = "SkillName", skillName = "Wind Dancer"}), -- need heralds separately because some of them don't have "Attack" SkillType for some reason
5337-
},
5333+
-- PLACEHOLDER for additionally required mods
5334+
},
53385335

53395336
["dual wielding does not inherently grant chance to block attack damage"] = { flag("Condition:NoInherentBlock") },
53405337
["inherent attack speed bonus from dual wielding is doubled while wielding two claws"] = {

0 commit comments

Comments
 (0)