Skip to content

Conversation

@Salarissia
Copy link
Contributor

Added the first steps to creating the module for the spec. Has components for damage done & taken, healing done, and added abilities into the class spell folder.

Created the basic module for Protection Warriors in CastEfficiency, AlwaysBeCasting, and Spells. Created DamageDone, DamageTaken, and HealingDone Cores.
Created the basic module for Protection Warriors in CastEfficiency, AlwaysBeCasting, and Spells. Created DamageDone, DamageTaken, and HealingDone Cores.
Added basic modules for Protection Warrior. Added
Copy link
Member

@MartijnHols MartijnHols left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, good first PR! I left a few comments that you could consider for a future PR. Merging this in a second (I'll be making a small change, so you'll need to pull and merge).


import StatisticBox, { STATISTIC_ORDER } from 'Main/StatisticBox';

class HealingDone extends CoreHealingDone {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recent changes made it so this can be replaced with 2 lines in your CombatLogParser to get a version including a healing vs overhealing bar; https://github.com/MartijnHols/WoWAnalyzer/blob/f90370b34593f84fa0d3d90a92a551c9c6e7660d/src/Parser/HolyPaladin/CombatLogParser.js#L67

getCooldown: haste => 15
charges: 2,
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Things like this should probably get

      noSuggestion: true,
      noCanBeImproved: true,

@@ -0,0 +1,7 @@
import CoreDamageTaken from 'Parser/Core/Modules/DamageTaken';

class DamageTaken extends CoreDamageTaken {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment below

@MartijnHols MartijnHols merged commit 58bcb8b into WoWAnalyzer:master Sep 22, 2017
@Salarissia
Copy link
Contributor Author

Thank you! I'll work on those and get them all fixed for sure. New to all this, very excited to get the rest of it up and running!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants