Skip to content

Commit

Permalink
corrected spell damage over time regex
Browse files Browse the repository at this point in the history
would not capture damage over time correctly if it is a non-critical damage over time message
  • Loading branch information
FreedomFaighter committed Oct 31, 2023
1 parent 73478cd commit f72809c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EverQuestDPSPlugin/EverQuestDPSPluginResource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion EverQuestDPSPlugin/EverQuestDPSPluginResource.resx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<value>(?&lt;attacker&gt;.+) hit (?&lt;victim&gt;.*) for (?&lt;damagePoints&gt;[\d]+) (?:point[|s]) of (?&lt;typeOfDamage&gt;.+) damage by (?&lt;damageEffect&gt;.*)\.(?:[\s][\(](?&lt;spellSpecial&gt;.+)[\)]){0,1}</value>
</data>
<data name="SpellDamageOverTime" xml:space="preserve">
<value>(?&lt;victim&gt;.+) has taken (?&lt;damagePoints&gt;[\d]+) damage from (?&lt;damageEffect&gt;.*) by (?&lt;attacker&gt;.*)\.(?:\s\((?&lt;spellSpecial&gt;.+)\))</value>
<value>(?&lt;victim&gt;.+) has taken (?&lt;damagePoints&gt;[\d]+) damage from (?&lt;damageEffect&gt;.*) by (?&lt;attacker&gt;.*)\.(?:[\s][\(](?&lt;spellSpecial&gt;.+)[\)]){0,1}</value>
</data>
<data name="Strikethrough" xml:space="preserve">
<value>Strikethrough</value>
Expand Down

0 comments on commit f72809c

Please sign in to comment.