Skip to content

Commit

Permalink
Merge branch 'legion-dev' of https://github.com/simulationcraft/simc
Browse files Browse the repository at this point in the history
…into legion-dev
  • Loading branch information
Frostedmages committed Jan 15, 2017
2 parents d5e8e3b + ffaa326 commit 3545113
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 14 deletions.
6 changes: 3 additions & 3 deletions engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6857,7 +6857,7 @@ void shaman_t::init_action_list_elemental()
aoe -> add_action( this, "Flame Shock", "moving=1,target_if=refreshable" );

// Single target - Lightning Rod
single_lr -> add_action( this, "Flame Shock", "if=!ticking" );
single_lr -> add_action( this, "Flame Shock", "if=!ticking|dot.flame_shock.remains<=gcd" );
single_lr -> add_action( this, "Earthquake", "if=buff.echoes_of_the_great_sundering.up&maelstrom>=86" );
single_lr -> add_action( this, "Earth Shock", "if=maelstrom>=92" );
single_lr -> add_action( this, "Stormkeeper", "if=raid_event.adds.count<3|raid_event.adds.in>50", "Keep SK for large or soon add waves." );
Expand All @@ -6879,7 +6879,7 @@ void shaman_t::init_action_list_elemental()
single_lr -> add_action( this, "Flame Shock", "moving=1,if=movement.distance>6" );

// Single target - Ice Fury
single_if -> add_action( this, "Flame Shock", "if=!ticking" );
single_if -> add_action( this, "Flame Shock", "if=!ticking|dot.flame_shock.remains<=gcd" );
single_if -> add_action( this, "Earthquake", "if=buff.echoes_of_the_great_sundering.up&maelstrom>=86" );
single_if -> add_action( this, "Frost Shock", "if=buff.icefury.up&maelstrom>=86" );
single_if -> add_action( this, "Earth Shock", "if=maelstrom>=92" );
Expand All @@ -6904,7 +6904,7 @@ void shaman_t::init_action_list_elemental()

// Single target - Ascendance
single_asc -> add_talent( this, "Ascendance", "if=dot.flame_shock.remains>buff.ascendance.duration&(time>=60|buff.bloodlust.up)&cooldown.lava_burst.remains>0&!buff.stormkeeper.up" );
single_asc -> add_action( this, "Flame Shock", "if=!ticking" );
single_asc -> add_action( this, "Flame Shock", "if=!ticking|dot.flame_shock.remains<=gcd" );
single_asc -> add_action( this, "Flame Shock", "if=maelstrom>=20&remains<=buff.ascendance.duration&cooldown.ascendance.remains+buff.ascendance.duration<=duration" );
single_asc -> add_action( this, "Earthquake", "if=buff.echoes_of_the_great_sundering.up&!buff.ascendance.up&maelstrom>=86" );
single_asc -> add_action( this, "Earth Shock", "if=maelstrom>=92&!buff.ascendance.up" );
Expand Down
6 changes: 3 additions & 3 deletions profiles/Tier19H/Shaman_Elemental_T19H.simc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ actions.aoe+=/flame_shock,moving=1,target_if=refreshable

# Single Target Action Priority List for Ascendance Spec
actions.single_asc=ascendance,if=dot.flame_shock.remains>buff.ascendance.duration&(time>=60|buff.bloodlust.up)&cooldown.lava_burst.remains>0&!buff.stormkeeper.up
actions.single_asc+=/flame_shock,if=!ticking
actions.single_asc+=/flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_asc+=/flame_shock,if=maelstrom>=20&remains<=buff.ascendance.duration&cooldown.ascendance.remains+buff.ascendance.duration<=duration
actions.single_asc+=/earthquake,if=buff.echoes_of_the_great_sundering.up&!buff.ascendance.up&maelstrom>=86
actions.single_asc+=/earth_shock,if=maelstrom>=92&!buff.ascendance.up
Expand All @@ -78,7 +78,7 @@ actions.single_asc+=/earth_shock,moving=1
actions.single_asc+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Ice Fury Spec
actions.single_if=flame_shock,if=!ticking
actions.single_if=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_if+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_if+=/frost_shock,if=buff.icefury.up&maelstrom>=86
actions.single_if+=/earth_shock,if=maelstrom>=92
Expand All @@ -103,7 +103,7 @@ actions.single_if+=/earth_shock,moving=1
actions.single_if+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Lightning Rod Spec
actions.single_lr=flame_shock,if=!ticking
actions.single_lr=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_lr+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_lr+=/earth_shock,if=maelstrom>=92
# Keep SK for large or soon add waves.
Expand Down
8 changes: 4 additions & 4 deletions profiles/Tier19M/Shaman_Elemental_T19M.simc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ level=110
race=orc
role=spell
position=ranged_back
talents=2112333
talents=3112333
artifact=40:139262:139259:139262:0:291:1:292:1:293:1:294:1:295:1:296:1:297:1:298:3:299:3:300:5:301:3:302:3:303:4:304:3:305:3:306:3:1350:1
spec=elemental

Expand Down Expand Up @@ -55,7 +55,7 @@ actions.aoe+=/flame_shock,moving=1,target_if=refreshable

# Single Target Action Priority List for Ascendance Spec
actions.single_asc=ascendance,if=dot.flame_shock.remains>buff.ascendance.duration&(time>=60|buff.bloodlust.up)&cooldown.lava_burst.remains>0&!buff.stormkeeper.up
actions.single_asc+=/flame_shock,if=!ticking
actions.single_asc+=/flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_asc+=/flame_shock,if=maelstrom>=20&remains<=buff.ascendance.duration&cooldown.ascendance.remains+buff.ascendance.duration<=duration
actions.single_asc+=/earthquake,if=buff.echoes_of_the_great_sundering.up&!buff.ascendance.up&maelstrom>=86
actions.single_asc+=/earth_shock,if=maelstrom>=92&!buff.ascendance.up
Expand All @@ -78,7 +78,7 @@ actions.single_asc+=/earth_shock,moving=1
actions.single_asc+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Ice Fury Spec
actions.single_if=flame_shock,if=!ticking
actions.single_if=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_if+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_if+=/frost_shock,if=buff.icefury.up&maelstrom>=86
actions.single_if+=/earth_shock,if=maelstrom>=92
Expand All @@ -103,7 +103,7 @@ actions.single_if+=/earth_shock,moving=1
actions.single_if+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Lightning Rod Spec
actions.single_lr=flame_shock,if=!ticking
actions.single_lr=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_lr+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_lr+=/earth_shock,if=maelstrom>=92
# Keep SK for large or soon add waves.
Expand Down
2 changes: 1 addition & 1 deletion profiles/Tier19M/generate_Shaman_T19M.simc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ level=110
race=orc
role=spell
position=ranged_back
talents=2112333
talents=3112333
artifact=40:139262:139259:139262:0:291:1:292:1:293:1:294:1:295:1:296:1:297:1:298:3:299:3:300:5:301:3:302:3:303:4:304:3:305:3:306:3:1350:1
spec=elemental

Expand Down
155 changes: 155 additions & 0 deletions profiles/Tier19M_NH/Shaman_Elemental_T19M_NH.simc
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
shaman="Shaman_Elemental_T19M_NH"
level=110
race=orc
role=spell
position=ranged_back
talents=3112332
artifact=40:143805:140040:140420:0:291:1:292:1:293:1:294:1:295:1:296:1:297:1:298:5:299:3:300:3:301:4:302:3:303:3:304:3:305:3:306:3:1350:1:1387:20
spec=elemental

# This default action priority list is automatically created based on your character.
# It is a attempt to provide you with a action list that is both simple and practicable,
# while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
# Feel free to edit, adapt and improve it to your own needs.
# SimulationCraft is always looking for updates and improvements to the default action lists.

# Executed before combat begins. Accepts non-harmful actions only.
actions.precombat=flask,type=whispered_pact
actions.precombat+=/food,name=fishbrul_special
actions.precombat+=/augmentation,type=defiled
# Snapshot raid buffed stats before combat begins and pre-potting is done.
actions.precombat+=/snapshot_stats
actions.precombat+=/potion,name=prolonged_power
actions.precombat+=/totem_mastery
actions.precombat+=/stormkeeper

# Executed every time the actor is available.
# Bloodlust casting behavior mirrors the simulator settings for proxy bloodlust. See options 'bloodlust_percent', and 'bloodlust_time'.
actions=bloodlust,if=target.health.pct<25|time>0.500
# In-combat potion is preferentially linked to your Elemental, unless combat will end shortly
actions+=/potion,name=prolonged_power,if=cooldown.fire_elemental.remains>280|target.time_to_die<=60
actions+=/totem_mastery,if=buff.resonance_totem.remains<2
actions+=/fire_elemental
actions+=/storm_elemental
actions+=/elemental_mastery
actions+=/blood_fury,if=!talent.ascendance.enabled|buff.ascendance.up|cooldown.ascendance.remains>50
actions+=/berserking,if=!talent.ascendance.enabled|buff.ascendance.up
actions+=/run_action_list,name=aoe,if=active_enemies>2&(spell_targets.chain_lightning>2|spell_targets.lava_beam>2)
actions+=/run_action_list,name=single_asc,if=talent.ascendance.enabled
actions+=/run_action_list,name=single_if,if=talent.icefury.enabled
actions+=/run_action_list,name=single_lr,if=talent.lightning_rod.enabled

# Multi target action priority list
actions.aoe=stormkeeper
actions.aoe+=/ascendance
actions.aoe+=/liquid_magma_totem
actions.aoe+=/flame_shock,if=spell_targets.chain_lightning<4&maelstrom>=20&!talent.lightning_rod.enabled,target_if=refreshable
actions.aoe+=/earthquake
actions.aoe+=/lava_burst,if=dot.flame_shock.remains>cast_time&buff.lava_surge.up&!talent.lightning_rod.enabled&spell_targets.chain_lightning<4
actions.aoe+=/elemental_blast,if=!talent.lightning_rod.enabled&spell_targets.chain_lightning<5
actions.aoe+=/lava_beam
actions.aoe+=/chain_lightning,target_if=debuff.lightning_rod.down
actions.aoe+=/chain_lightning
actions.aoe+=/lava_burst,moving=1
actions.aoe+=/flame_shock,moving=1,target_if=refreshable

# Single Target Action Priority List for Ascendance Spec
actions.single_asc=ascendance,if=dot.flame_shock.remains>buff.ascendance.duration&(time>=60|buff.bloodlust.up)&cooldown.lava_burst.remains>0&!buff.stormkeeper.up
actions.single_asc+=/flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_asc+=/flame_shock,if=maelstrom>=20&remains<=buff.ascendance.duration&cooldown.ascendance.remains+buff.ascendance.duration<=duration
actions.single_asc+=/earthquake,if=buff.echoes_of_the_great_sundering.up&!buff.ascendance.up&maelstrom>=86
actions.single_asc+=/earth_shock,if=maelstrom>=92&!buff.ascendance.up
# Keep SK for large or soon add waves.
actions.single_asc+=/stormkeeper,if=raid_event.adds.count<3|raid_event.adds.in>50
actions.single_asc+=/elemental_blast
actions.single_asc+=/liquid_magma_totem,if=raid_event.adds.count<3|raid_event.adds.in>50
actions.single_asc+=/lightning_bolt,if=buff.power_of_the_maelstrom.up&buff.stormkeeper.up&spell_targets.chain_lightning<3
actions.single_asc+=/lava_burst,if=dot.flame_shock.remains>cast_time&(cooldown_react|buff.ascendance.up)
actions.single_asc+=/flame_shock,if=maelstrom>=20&buff.elemental_focus.up,target_if=refreshable
actions.single_asc+=/earth_shock,if=maelstrom>=86
actions.single_asc+=/totem_mastery,if=buff.resonance_totem.remains<10|(buff.resonance_totem.remains<(buff.ascendance.duration+cooldown.ascendance.remains)&cooldown.ascendance.remains<15)
actions.single_asc+=/earthquake,if=buff.echoes_of_the_great_sundering.up
actions.single_asc+=/lava_beam,if=active_enemies>1&spell_targets.lava_beam>1
actions.single_asc+=/lightning_bolt,if=buff.power_of_the_maelstrom.up&spell_targets.chain_lightning<3
actions.single_asc+=/chain_lightning,if=active_enemies>1&spell_targets.chain_lightning>1
actions.single_asc+=/lightning_bolt
actions.single_asc+=/flame_shock,moving=1,target_if=refreshable
actions.single_asc+=/earth_shock,moving=1
actions.single_asc+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Ice Fury Spec
actions.single_if=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_if+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_if+=/frost_shock,if=buff.icefury.up&maelstrom>=86
actions.single_if+=/earth_shock,if=maelstrom>=92
# Keep SK for large or soon spawning add waves.
actions.single_if+=/stormkeeper,if=raid_event.adds.count<3|raid_event.adds.in>50
actions.single_if+=/elemental_blast
actions.single_if+=/icefury,if=raid_event.movement.in<5|maelstrom<=76
actions.single_if+=/liquid_magma_totem,if=raid_event.adds.count<3|raid_event.adds.in>50
actions.single_if+=/lightning_bolt,if=buff.power_of_the_maelstrom.up&buff.stormkeeper.up&spell_targets.chain_lightning<3
actions.single_if+=/lava_burst,if=dot.flame_shock.remains>cast_time&cooldown_react
actions.single_if+=/frost_shock,if=buff.icefury.up&((maelstrom>=20&raid_event.movement.in>buff.icefury.remains)|buff.icefury.remains<(1.5*spell_haste*buff.icefury.stack+1))
actions.single_if+=/flame_shock,if=maelstrom>=20&buff.elemental_focus.up,target_if=refreshable
actions.single_if+=/frost_shock,moving=1,if=buff.icefury.up
actions.single_if+=/earth_shock,if=maelstrom>=86
actions.single_if+=/totem_mastery,if=buff.resonance_totem.remains<10
actions.single_if+=/earthquake,if=buff.echoes_of_the_great_sundering.up
actions.single_if+=/lightning_bolt,if=buff.power_of_the_maelstrom.up&spell_targets.chain_lightning<3
actions.single_if+=/chain_lightning,if=active_enemies>1&spell_targets.chain_lightning>1
actions.single_if+=/lightning_bolt
actions.single_if+=/flame_shock,moving=1,target_if=refreshable
actions.single_if+=/earth_shock,moving=1
actions.single_if+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Lightning Rod Spec
actions.single_lr=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_lr+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_lr+=/earth_shock,if=maelstrom>=92
# Keep SK for large or soon add waves.
actions.single_lr+=/stormkeeper,if=raid_event.adds.count<3|raid_event.adds.in>50
actions.single_lr+=/elemental_blast
actions.single_lr+=/liquid_magma_totem,if=raid_event.adds.count<3|raid_event.adds.in>50
actions.single_lr+=/lava_burst,if=dot.flame_shock.remains>cast_time&cooldown_react
actions.single_lr+=/flame_shock,if=maelstrom>=20&buff.elemental_focus.up,target_if=refreshable
actions.single_lr+=/earth_shock,if=maelstrom>=86
actions.single_lr+=/totem_mastery,if=buff.resonance_totem.remains<10|(buff.resonance_totem.remains<(buff.ascendance.duration+cooldown.ascendance.remains)&cooldown.ascendance.remains<15)
actions.single_lr+=/earthquake,if=buff.echoes_of_the_great_sundering.up
actions.single_lr+=/lightning_bolt,if=buff.power_of_the_maelstrom.up&spell_targets.chain_lightning<3,target_if=debuff.lightning_rod.down
actions.single_lr+=/lightning_bolt,if=buff.power_of_the_maelstrom.up&spell_targets.chain_lightning<3
actions.single_lr+=/chain_lightning,if=active_enemies>1&spell_targets.chain_lightning>1,target_if=debuff.lightning_rod.down
actions.single_lr+=/chain_lightning,if=active_enemies>1&spell_targets.chain_lightning>1
actions.single_lr+=/lightning_bolt,target_if=debuff.lightning_rod.down
actions.single_lr+=/lightning_bolt
actions.single_lr+=/flame_shock,moving=1,target_if=refreshable
actions.single_lr+=/earth_shock,moving=1
actions.single_lr+=/flame_shock,moving=1,if=movement.distance>6

head=architects_coif_of_despair,id=140870,bonus_id=3518
neck=belerons_choker_of_misery,id=140899,bonus_id=3518,enchant=mark_of_the_hidden_satyr
shoulders=pauldrons_of_warped_memory,id=140872,bonus_id=3518
back=cloak_of_shackled_elements,id=138372,bonus_id=3518,enchant=binding_of_intellect
chest=raiment_of_shackled_elements,id=138346,bonus_id=3518
wrists=thistleproof_thorngrabbers,id=140874,bonus_id=3518
hands=gauntlets_of_shackled_elements,id=138341,bonus_id=3518
waist=emblazoned_duskwatch_belt,id=140868,bonus_id=3518
legs=leggings_of_shackled_elements,id=138345,bonus_id=3518
feet=sabatons_of_burning_steps,id=140867,bonus_id=3518
finger1=ring_of_exclusive_servitude,id=140906,bonus_id=3518,enchant=200crit
finger2=spellblades_gemmed_signet,id=140895,bonus_id=3518,enchant=200crit
trinket1=whispers_in_the_dark,id=140809,bonus_id=3518
trinket2=erratic_metronome,id=140792,bonus_id=3518
main_hand=the_fist_of_raden,id=128935,bonus_id=744,gem_id=140842/140833/140842,relic_id=3518/3518/3518
off_hand=the_highkeepers_ward,id=128936

# Gear Summary
# gear_ilvl=907.75
# gear_stamina=34201
# gear_intellect=38706
# gear_crit_rating=10443
# gear_haste_rating=1091
# gear_mastery_rating=7840
# gear_versatility_rating=3893
# gear_armor=2982
# set_bonus=tier19_2pc=1
# set_bonus=tier19_4pc=1
42 changes: 42 additions & 0 deletions profiles/Tier19M_NH/generate_Shaman_T19M_NH.simc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# T19M_NH
# Tier 19 Mythic Nighthold
# * Ilvl Cap: 910
# * Artifact Rank Cap: 54
# * 3 Relics with max ilevel of 910
# * No Legendaries (see Raid_T19x_Legendary.simc)
# * No items from World Bosses / World Quests / BoEs
# * Mythic+ gear is permitted up to the Mythic+ item level cap
# * No Random Gems (ie. Bonus RNG Gem Slots)
# * No Tertiary Stats
# * No Hardcoded Stats (generally if an item gives wrong stats: either bonus_id is wrong, either the item no longer exists in-game)
# * It is recommended to use enchant name (ex : ",enchant=binding_of_mastery") rather than id/hardcoded stats.



# Elemental
shaman="Shaman_Elemental_T19M_NH"
level=110
race=orc
role=spell
position=ranged_back
talents=3112332
artifact=40:143805:140040:140420:0:291:1:292:1:293:1:294:1:295:1:296:1:297:1:298:5:299:3:300:3:301:4:302:3:303:3:304:3:305:3:306:3:1350:1:1387:20
spec=elemental

head=architects_coif_of_despair,id=140870,bonus_id=3518
neck=belerons_choker_of_misery,id=140899,bonus_id=3518,enchant=mark_of_the_hidden_satyr
shoulders=pauldrons_of_warped_memory,id=140872,bonus_id=3518
back=cloak_of_shackled_elements,id=138372,bonus_id=3518,enchant=binding_of_intellect
chest=raiment_of_shackled_elements,id=138346,bonus_id=3518
wrists=thistleproof_thorngrabbers,id=140874,bonus_id=3518
hands=gauntlets_of_shackled_elements,id=138341,bonus_id=3518
waist=emblazoned_duskwatch_belt,id=140868,bonus_id=3518
legs=leggings_of_shackled_elements,id=138345,bonus_id=3518
feet=sabatons_of_burning_steps,id=140867,bonus_id=3518
finger1=ring_of_exclusive_servitude,id=140906,bonus_id=3518,enchant=200crit
finger2=spellblades_gemmed_signet,id=140895,bonus_id=3518,enchant=200crit
trinket1=whispers_in_the_dark,id=140809,bonus_id=3518
trinket2=erratic_metronome,id=140792,bonus_id=3518
main_hand=the_fist_of_raden,id=128935,bonus_id=744,gem_id=140842/140833/140842,relic_id=3518/3518/3518
off_hand=the_highkeepers_ward,id=128936
save=Shaman_Elemental_T19M_NH.simc
2 changes: 2 additions & 0 deletions profiles/Tier19M_NH/generate_T19M_NH.simc
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ generate_Monk_T19M_NH.simc
# Paladin
generate_Paladin_T19M_NH.simc

# Shaman
generate_Shaman_T19M_NH.simc
6 changes: 3 additions & 3 deletions profiles/Tier19P/Shaman_Elemental_T19P.simc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ actions.aoe+=/flame_shock,moving=1,target_if=refreshable

# Single Target Action Priority List for Ascendance Spec
actions.single_asc=ascendance,if=dot.flame_shock.remains>buff.ascendance.duration&(time>=60|buff.bloodlust.up)&cooldown.lava_burst.remains>0&!buff.stormkeeper.up
actions.single_asc+=/flame_shock,if=!ticking
actions.single_asc+=/flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_asc+=/flame_shock,if=maelstrom>=20&remains<=buff.ascendance.duration&cooldown.ascendance.remains+buff.ascendance.duration<=duration
actions.single_asc+=/earthquake,if=buff.echoes_of_the_great_sundering.up&!buff.ascendance.up&maelstrom>=86
actions.single_asc+=/earth_shock,if=maelstrom>=92&!buff.ascendance.up
Expand All @@ -78,7 +78,7 @@ actions.single_asc+=/earth_shock,moving=1
actions.single_asc+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Ice Fury Spec
actions.single_if=flame_shock,if=!ticking
actions.single_if=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_if+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_if+=/frost_shock,if=buff.icefury.up&maelstrom>=86
actions.single_if+=/earth_shock,if=maelstrom>=92
Expand All @@ -103,7 +103,7 @@ actions.single_if+=/earth_shock,moving=1
actions.single_if+=/flame_shock,moving=1,if=movement.distance>6

# Single Target Action Priority List for Lightning Rod Spec
actions.single_lr=flame_shock,if=!ticking
actions.single_lr=flame_shock,if=!ticking|dot.flame_shock.remains<=gcd
actions.single_lr+=/earthquake,if=buff.echoes_of_the_great_sundering.up&maelstrom>=86
actions.single_lr+=/earth_shock,if=maelstrom>=92
# Keep SK for large or soon add waves.
Expand Down

0 comments on commit 3545113

Please sign in to comment.