Skip to content

Commit

Permalink
[Monk] Split Windwalker Legendaries and Legendaries Full
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinalover committed Jan 22, 2017
1 parent eabb0e8 commit 784be18
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 16 deletions.
23 changes: 7 additions & 16 deletions profiles/Legendaries/Monk_Legendaries.simc
Expand Up @@ -36,25 +36,16 @@ $(Item_$(Tier))=
input=Monk_Windwalker_$(Tier).simc
name=WW_$(Tier)_Baseline

copy=WW_$(Tier)_Cinidaria,WW_$(Tier)_Baseline
copy=WW_$(Tier)_Cinidaria_Katsuos,WW_$(Tier)_Baseline
waist=cinidaria_the_symbiote,id=133976,ilevel=$(iLvl)
feet=katsuos_eclipse,id=137029,ilevel=$(iLvl)

copy=WW_$(Tier)_Drinking_Horn,WW_$(Tier)_Baseline
copy=WW_$(Tier)_Cinidaria_Drinking_Horn,WW_$(Tier)_Baseline
talent_override=whirling_dragon_punch
wrists=drinking_horn_cover,id=137097,ilevel=$(iLvl)
waist=cinidaria_the_symbiote,id=133976,ilevel=$(iLvl)

copy=WW_$(Tier)_Katsuos,WW_$(Tier)_Baseline
copy=WW_$(Tier)_Katsuos_Drinking_Horn,WW_$(Tier)_Baseline
talent_override=whirling_dragon_punch
wrists=drinking_horn_cover,id=137097,ilevel=$(iLvl)
feet=katsuos_eclipse,id=137029,ilevel=$(iLvl)

copy=WW_$(Tier)_Kiljaedens,WW_$(Tier)_Baseline
trinket1=kiljaedens_burning_wish,id=144259,ilevel=$(iLvl)

copy=WW_$(Tier)_March,WW_$(Tier)_Baseline
finger1=march_of_the_legion,id=137220,gem_id=130247,ilevel=$(iLvl)

copy=WW_$(Tier)_Emperors_Capacitor,WW_$(Tier)_Baseline
# Change cloak to preserve 4pc nighthold bonus
$(Item_T19H_NH)=back=cloak_of_enveloped_dissonance,id=138367,bonus_id=3517,enchant=binding_of_agility
$(Item_T19M_NH)=back=cloak_of_enveloped_dissonance,id=138367,bonus_id=3519,enchant=binding_of_agility
$(Item_$(Tier))
chest=the_emperors_capacitor,id=144239,ilvl=$(iLvl)
60 changes: 60 additions & 0 deletions profiles/Legendaries/Monk_Legendaries_Full.simc
@@ -0,0 +1,60 @@
#####
# This is a global profile used to check every relevant legendaries for one class.
# You have to set "$(Tier)=..." and "$(iLvl)=..." before calling it.
#
# Example :
#
# $(Tier)=T19H
# $(iLvl)=910
# Rogue_Legendaries_Full.simc
#
# It will call the Rogue T19H Profiles then sim with every legendaries defined below.
# You only have to set $(Tier) and $(iLvl) one time.
#
# If you want to test 2 (or more) classes, you can do it this way :
#
# $(Tier)=T19M_NH
# $(iLvl)=940
# Rogue_Legendaries_Full.simc
# Warrior_Legendaries_Full.simc
#
# You can even do that to test 2 Tiers at the same time :
#
# $(Tier)=T19H
# $(iLvl)=910
# Rogue_Legendaries_Full.simc
# $(Tier)=T19H_NH
# $(iLvl)=940
# Rogue_Legendaries_Full.simc
#####

# Leave this empty, it's for non-specific Tier items backward compatibility
$(Item_$(Tier))=


### Windwalker ###
input=Monk_Windwalker_$(Tier).simc
name=WW_$(Tier)_Baseline

copy=WW_$(Tier)_Cinidaria,WW_$(Tier)_Baseline
waist=cinidaria_the_symbiote,id=133976,ilevel=$(iLvl)

copy=WW_$(Tier)_Drinking_Horn,WW_$(Tier)_Baseline
talent_override=whirling_dragon_punch
wrists=drinking_horn_cover,id=137097,ilevel=$(iLvl)

copy=WW_$(Tier)_Katsuos,WW_$(Tier)_Baseline
feet=katsuos_eclipse,id=137029,ilevel=$(iLvl)

copy=WW_$(Tier)_Kiljaedens,WW_$(Tier)_Baseline
trinket1=kiljaedens_burning_wish,id=144259,ilevel=$(iLvl)

copy=WW_$(Tier)_March,WW_$(Tier)_Baseline
finger1=march_of_the_legion,id=137220,gem_id=130247,ilevel=$(iLvl)

copy=WW_$(Tier)_Emperors_Capacitor,WW_$(Tier)_Baseline
# Change cloak to preserve 4pc nighthold bonus
$(Item_T19H_NH)=back=cloak_of_enveloped_dissonance,id=138367,bonus_id=3517,enchant=binding_of_agility
$(Item_T19M_NH)=back=cloak_of_enveloped_dissonance,id=138367,bonus_id=3519,enchant=binding_of_agility
$(Item_$(Tier))
chest=the_emperors_capacitor,id=144239,ilvl=$(iLvl)

0 comments on commit 784be18

Please sign in to comment.