forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce377cf
commit 989c9c3
Showing
9 changed files
with
279 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
priest="PR_Priest_Discipline" | ||
source=default | ||
spec=discipline | ||
level=60 | ||
race=mechagnome | ||
role=spell | ||
position=ranged_back | ||
talents=3020310 | ||
covenant=kyrian | ||
soulbind=pelagos,combat_meditation/courageous_ascension:4 | ||
|
||
# Default consumables | ||
potion=potion_of_spectral_intellect | ||
flask=spectral_flask_of_power | ||
food=feast_of_gluttonous_hedonism | ||
augmentation=veiled_augment_rune | ||
temporary_enchant=main_hand:shadowcore_oil | ||
|
||
# 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 | ||
actions.precombat+=/food | ||
actions.precombat+=/augmentation | ||
# Snapshot raid buffed stats before combat begins and pre-potting is done. | ||
actions.precombat+=/snapshot_stats | ||
|
||
# Executed every time the actor is available. | ||
# Default fallback for usable items: Use on cooldown in order by trinket slot. | ||
actions=use_items | ||
# Sync potion usage with Bloodlust or Power Infusion. | ||
actions+=/potion,if=buff.bloodlust.react|buff.power_infusion.up|target.time_to_die<=40 | ||
actions+=/call_action_list,name=racials | ||
# Use Power Infusion before Shadow Covenant to make sure we don't lock out our CD. | ||
actions+=/power_infusion | ||
actions+=/divine_star | ||
actions+=/halo | ||
actions+=/penance | ||
actions+=/power_word_solace | ||
# Hold Shadow Covenant if Boon of the Ascended cooldown is up or the buff is active. | ||
actions+=/shadow_covenant,if=!covenant.kyrian|(!cooldown.boon_of_the_ascended.up&!buff.boon_of_the_ascended.up) | ||
actions+=/schism | ||
actions+=/boon_of_the_ascended | ||
actions+=/call_action_list,name=boon,if=buff.boon_of_the_ascended.up | ||
actions+=/mindbender | ||
actions+=/purge_the_wicked,if=!ticking | ||
actions+=/shadow_word_pain,if=!ticking&!talent.purge_the_wicked.enabled | ||
actions+=/shadow_word_death | ||
actions+=/mind_blast | ||
actions+=/purge_the_wicked,if=refreshable | ||
actions+=/shadow_word_pain,if=refreshable&!talent.purge_the_wicked.enabled | ||
# Use Smite on up to 2 targets. | ||
actions+=/smite,if=spell_targets.holy_nova<3 | ||
actions+=/holy_nova,if=spell_targets.holy_nova>=3 | ||
actions+=/shadow_word_pain | ||
|
||
actions.boon=ascended_blast | ||
actions.boon+=/ascended_nova | ||
|
||
actions.racials=arcane_torrent,if=mana.pct<=95 | ||
actions.racials+=/blood_fury | ||
actions.racials+=/berserking | ||
actions.racials+=/arcane_torrent | ||
actions.racials+=/lights_judgment | ||
actions.racials+=/fireblood | ||
actions.racials+=/ancestral_call | ||
actions.racials+=/bag_of_tricks | ||
|
||
head=cocoonsilk_cowl,id=178693,bonus_id=6807/1498/6646 | ||
neck=azurevenom_choker,id=180115,bonus_id=6807/1498/6646 | ||
shoulders=ingra_malochs_mantle,id=178696,bonus_id=6807/1498/6646 | ||
back=drape_of_twisted_loyalties,id=180123,bonus_id=6807/1498/6646 | ||
chest=sinister_requiem_vestments,id=180098,bonus_id=6807/1498/6646,enchant=eternal_insight | ||
wrists=deathshackle_wristwraps,id=178704,bonus_id=6807/1498/6646,enchant=eternal_intellect | ||
hands=stonefiend_shapers_mitts,id=178833,bonus_id=6807/1498/6646 | ||
waist=cord_of_the_dark_word,id=178822,bonus_id=6807/1498/6646 | ||
legs=leggings_of_the_erudite_scholar,id=178761,bonus_id=6807/1498/6646 | ||
feet=grimveiled_sandals,id=173243,bonus_id=6647/6649/6716/6976/1487 | ||
finger1=bloodoath_signet,id=178871,bonus_id=6807/1498/6646,enchant=tenet_of_haste | ||
finger2=arachnid_cipher_ring,id=178933,bonus_id=6807/1498,enchant=tenet_of_haste | ||
trinket1=infinitely_divisible_ooze,id=178769,bonus_id=6807/1498/6646 | ||
trinket2=inscrutable_quantum_device,id=179350,bonus_id=6807/1498/6646 | ||
main_hand=nathrian_ferula,id=178829,bonus_id=6807/1498/6646,enchant=sinful_revelation | ||
|
||
# Gear Summary | ||
# gear_ilvl=184.40 | ||
# gear_stamina=858 | ||
# gear_intellect=778 | ||
# gear_crit_rating=547 | ||
# gear_haste_rating=548 | ||
# gear_versatility_rating=276 | ||
# gear_armor=292 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.