Skip to content

Commit 2540d9d

Browse files
committed
FEAT: Add parsing for 50% more Mana Cost if you have no Energy Shield
Signed-off-by: Paliak <91493239+Paliak@users.noreply.github.com>
1 parent 434abaa commit 2540d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,7 @@ local modTagList = {
15601560
["wh[ie][ln]e? you have energy shield"] = { tag = { type = "Condition", var = "HaveEnergyShield" } },
15611561
["wh[ie][ln]e? you have no energy shield"] = { tag = { type = "Condition", var = "HaveEnergyShield", neg = true } },
15621562
["if you have energy shield"] = { tag = { type = "Condition", var = "HaveEnergyShield" } },
1563+
["if you have no energy shield"] = { tag = { type = "Condition", var = "HaveEnergyShield", neg = true } },
15631564
["while stationary"] = { tag = { type = "Condition", var = "Stationary" } },
15641565
["while you are stationary"] = { tag = { type = "ActorCondition", actor = "player", var = "Stationary" }},
15651566
["while moving"] = { tag = { type = "Condition", var = "Moving" } },

0 commit comments

Comments
 (0)