Skip to content

Commit 4fb1271

Browse files
committed
[Evoker] Augmentation Eons Split
1 parent 96643ef commit 4fb1271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

engine/class_modules/sc_evoker.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6411,6 +6411,11 @@ struct breath_of_eons_damage_t : public evoker_external_action_t<spell_t>
64116411
if ( p( s )->close_as_clutchmates )
64126412
m *= 1 + p( s )->spec.close_as_clutchmates->effectN( 1 ).percent();
64136413

6414+
if ( p( s )->allies_with_my_ebon.size() > p( s )->spec.ebon_might->effectN( 3 ).base_value() )
6415+
{
6416+
m *= sqrt( p( s )->spec.ebon_might->effectN( 3 ).base_value() / p( s )->allies_with_my_ebon.size() );
6417+
}
6418+
64146419
return m;
64156420
}
64166421

0 commit comments

Comments
 (0)