Skip to content

Commit

Permalink
[Hunter] Add light forged draenei to survival APL (simulationcraft#4292)
Browse files Browse the repository at this point in the history
* add lightforged draenei to survival apl

* update sv apl

* fix travis
  • Loading branch information
Pewtro authored and Jayezi committed Mar 12, 2018
1 parent d6b0c49 commit b894578
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/class_modules/sc_hunter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//==========================================================================
//==========================================================================
// Dedmonwakeen's DPS-DPM Simulator.
// Send questions to [email protected]
// ==========================================================================
Expand Down Expand Up @@ -6697,6 +6697,7 @@ void hunter_t::apl_surv()
CDs -> add_action( "arcane_torrent,if=focus<=30" );
CDs -> add_action( "berserking,if=buff.aspect_of_the_eagle.up" );
CDs -> add_action( "blood_fury,if=buff.aspect_of_the_eagle.up" );
CDs -> add_action( "lights_judgment,if=!buff.aspect_of_the_eagle.up&cooldown.aspect_of_the_eagle.remains<2" );
CDs -> add_action( "potion,if=buff.aspect_of_the_eagle.up&(buff.berserking.up|buff.blood_fury.up|!race.troll&!race.orc)" );
CDs -> add_talent( this, "Snake Hunter", "if=cooldown.mongoose_bite.charges=0&buff.mongoose_fury.remains>3*gcd&(cooldown.aspect_of_the_eagle.remains>5&!buff.aspect_of_the_eagle.up)" );
CDs -> add_action( this, "Aspect of the Eagle", "if=buff.mongoose_fury.up&(cooldown.mongoose_bite.charges=0|buff.mongoose_fury.remains<11)" );
Expand Down
1 change: 1 addition & 0 deletions profiles/PreRaids/PR_Hunter_Survival.simc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ actions+=/call_action_list,name=bitePhase,if=buff.mongoose_fury.up
actions.CDs=arcane_torrent,if=focus<=30
actions.CDs+=/berserking,if=buff.aspect_of_the_eagle.up
actions.CDs+=/blood_fury,if=buff.aspect_of_the_eagle.up
actions.CDs+=/lights_judgment,if=!buff.aspect_of_the_eagle.up&cooldown.aspect_of_the_eagle.remains<2
actions.CDs+=/potion,if=buff.aspect_of_the_eagle.up&(buff.berserking.up|buff.blood_fury.up|!race.troll&!race.orc)
actions.CDs+=/snake_hunter,if=cooldown.mongoose_bite.charges=0&buff.mongoose_fury.remains>3*gcd&(cooldown.aspect_of_the_eagle.remains>5&!buff.aspect_of_the_eagle.up)
actions.CDs+=/aspect_of_the_eagle,if=buff.mongoose_fury.up&(cooldown.mongoose_bite.charges=0|buff.mongoose_fury.remains<11)
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier19/T19_Hunter_Survival.simc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ actions+=/call_action_list,name=bitePhase,if=buff.mongoose_fury.up
actions.CDs=arcane_torrent,if=focus<=30
actions.CDs+=/berserking,if=buff.aspect_of_the_eagle.up
actions.CDs+=/blood_fury,if=buff.aspect_of_the_eagle.up
actions.CDs+=/lights_judgment,if=!buff.aspect_of_the_eagle.up&cooldown.aspect_of_the_eagle.remains<2
actions.CDs+=/potion,if=buff.aspect_of_the_eagle.up&(buff.berserking.up|buff.blood_fury.up|!race.troll&!race.orc)
actions.CDs+=/snake_hunter,if=cooldown.mongoose_bite.charges=0&buff.mongoose_fury.remains>3*gcd&(cooldown.aspect_of_the_eagle.remains>5&!buff.aspect_of_the_eagle.up)
actions.CDs+=/aspect_of_the_eagle,if=buff.mongoose_fury.up&(cooldown.mongoose_bite.charges=0|buff.mongoose_fury.remains<11)
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier20/T20_Hunter_Survival.simc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ actions+=/call_action_list,name=bitePhase,if=buff.mongoose_fury.up
actions.CDs=arcane_torrent,if=focus<=30
actions.CDs+=/berserking,if=buff.aspect_of_the_eagle.up
actions.CDs+=/blood_fury,if=buff.aspect_of_the_eagle.up
actions.CDs+=/lights_judgment,if=!buff.aspect_of_the_eagle.up&cooldown.aspect_of_the_eagle.remains<2
actions.CDs+=/potion,if=buff.aspect_of_the_eagle.up&(buff.berserking.up|buff.blood_fury.up|!race.troll&!race.orc)
actions.CDs+=/snake_hunter,if=cooldown.mongoose_bite.charges=0&buff.mongoose_fury.remains>3*gcd&(cooldown.aspect_of_the_eagle.remains>5&!buff.aspect_of_the_eagle.up)
actions.CDs+=/aspect_of_the_eagle,if=buff.mongoose_fury.up&(cooldown.mongoose_bite.charges=0|buff.mongoose_fury.remains<11)
Expand Down
1 change: 1 addition & 0 deletions profiles/Tier21/T21_Hunter_Survival.simc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ actions+=/call_action_list,name=bitePhase,if=buff.mongoose_fury.up
actions.CDs=arcane_torrent,if=focus<=30
actions.CDs+=/berserking,if=buff.aspect_of_the_eagle.up
actions.CDs+=/blood_fury,if=buff.aspect_of_the_eagle.up
actions.CDs+=/lights_judgment,if=!buff.aspect_of_the_eagle.up&cooldown.aspect_of_the_eagle.remains<2
actions.CDs+=/potion,if=buff.aspect_of_the_eagle.up&(buff.berserking.up|buff.blood_fury.up|!race.troll&!race.orc)
actions.CDs+=/snake_hunter,if=cooldown.mongoose_bite.charges=0&buff.mongoose_fury.remains>3*gcd&(cooldown.aspect_of_the_eagle.remains>5&!buff.aspect_of_the_eagle.up)
actions.CDs+=/aspect_of_the_eagle,if=buff.mongoose_fury.up&(cooldown.mongoose_bite.charges=0|buff.mongoose_fury.remains<11)
Expand Down

0 comments on commit b894578

Please sign in to comment.