Skip to content

Commit

Permalink
[Warrior] Thunder Blast gives 8 rage for protection
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadk committed Oct 9, 2024
1 parent deda81e commit 1fd739a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/class_modules/sc_warrior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4013,7 +4013,10 @@ struct thunder_blast_t : public warrior_attack_t
energize_type = action_energize::NONE;

if ( p->spec.protection_warrior->ok() )
{
rage_gain += p->spec.protection_warrior->effectN( 20 ).resource( RESOURCE_RAGE );
rage_gain += p->talents.mountain_thane.thunder_blast->effectN( 3 ).resource( RESOURCE_RAGE );
}

if ( p->talents.mountain_thane.crashing_thunder->ok() && p->specialization() == WARRIOR_FURY )
rage_gain += p->talents.mountain_thane.crashing_thunder->effectN( 4 ).resource( RESOURCE_RAGE );
Expand Down

0 comments on commit 1fd739a

Please sign in to comment.