Skip to content

Commit

Permalink
[monk] Apply MoH changes via BrM aura to OF, Manifestation and Balanc…
Browse files Browse the repository at this point in the history
…ed Stratagem.
  • Loading branch information
renanthera committed Oct 8, 2024
1 parent deda81e commit 3a5bc70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engine/class_modules/monk/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void monk_action_t<Base>::apply_buff_effects()
apply_affecting_aura( p()->talent.conduit_of_the_celestials.xuens_guidance );

// Master of Harmony
apply_affecting_aura( p()->talent.master_of_harmony.manifestation );
apply_affecting_aura( p()->talent.master_of_harmony.manifestation, p()->baseline.brewmaster.aura );

// Shado-Pan
parse_effects( p()->talent.shado_pan.efficient_training, p()->specialization() == MONK_WINDWALKER
Expand Down Expand Up @@ -217,7 +217,7 @@ void monk_action_t<Base>::apply_buff_effects()
// TODO: parse_effects implementation for A_MOD_HEALING_RECEIVED_FROM_SPELL (283)
parse_effects( p()->talent.master_of_harmony.aspect_of_harmony_heal, p()->talent.master_of_harmony.coalescence,
[ & ] { return p()->buff.aspect_of_harmony.heal_ticking(); } );
parse_effects( p()->buff.balanced_stratagem_physical, CONSUME_BUFF );
parse_effects( p()->buff.balanced_stratagem_physical, p()->baseline.brewmaster.aura, CONSUME_BUFF );
parse_effects( p()->buff.balanced_stratagem_magic, CONSUME_BUFF );

// Shado-Pan
Expand Down Expand Up @@ -1113,6 +1113,7 @@ struct overwhelming_force_t : base_action_t
{
background = dual = proc = true;
base_multiplier = player->talent.master_of_harmony.overwhelming_force->effectN( 1 ).percent();
base_multiplier += player->baseline.brewmaster.aura.effectN( 32 ).percent();
reduced_aoe_targets = player->talent.master_of_harmony.overwhelming_force->effectN( 2 ).base_value();
}

Expand Down

0 comments on commit 3a5bc70

Please sign in to comment.