Skip to content

Commit

Permalink
[Mage] Change Frost APL with PC to be AOE aware
Browse files Browse the repository at this point in the history
  • Loading branch information
kenthklui committed Oct 1, 2014
1 parent 687fe28 commit 6776c83
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5277,6 +5277,8 @@ void mage_t::apl_frost()
crystal_sequence -> add_action( this, "Ice Lance",
"if=buff.fingers_of_frost.react" );
crystal_sequence -> add_talent( this, "Ice Nova" );
crystal_sequence -> add_action( this, "Blizzard",
"interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react=2),if=active_enemies>=5" );
crystal_sequence -> add_action( this, "Frostbolt" );


Expand Down
1 change: 1 addition & 0 deletions profiles/Tier16H/Mage_Frost_T16H.simc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react=2
actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react
actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react
actions.crystal_sequence+=/ice_nova
actions.crystal_sequence+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react=2),if=active_enemies>=5
actions.crystal_sequence+=/frostbolt

# Consolidated damage cooldown abilities
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier17H/Mage_Frost_T17H.simc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react=2
actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react
actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react
actions.crystal_sequence+=/ice_nova
actions.crystal_sequence+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react=2),if=active_enemies>=5
actions.crystal_sequence+=/frostbolt

# Consolidated damage cooldown abilities
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier17M/Mage_Frost_T17M.simc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react=2
actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react
actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react
actions.crystal_sequence+=/ice_nova
actions.crystal_sequence+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react=2),if=active_enemies>=5
actions.crystal_sequence+=/frostbolt

# Consolidated damage cooldown abilities
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier17N/Mage_Frost_T17N.simc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react=2
actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react
actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react
actions.crystal_sequence+=/ice_nova
actions.crystal_sequence+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react=2),if=active_enemies>=5
actions.crystal_sequence+=/frostbolt

# Consolidated damage cooldown abilities
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier17P/Mage_Frost_T17P.simc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react=2
actions.crystal_sequence+=/frostfire_bolt,if=buff.brain_freeze.react
actions.crystal_sequence+=/ice_lance,if=buff.fingers_of_frost.react
actions.crystal_sequence+=/ice_nova
actions.crystal_sequence+=/blizzard,interrupt_if=cooldown.frozen_orb.up|(talent.frost_bomb.enabled&buff.fingers_of_frost.react=2),if=active_enemies>=5
actions.crystal_sequence+=/frostbolt

# Consolidated damage cooldown abilities
Expand Down

0 comments on commit 6776c83

Please sign in to comment.