Originally Posted by Oth
Well, snowflakes aside:
I'd like to model a 0/13/58 build that replaces SL/ISL with Bane. In other words, it needs to cast SB as part of the normal destro rotation every 30s. (Yes, it loses DPS. 'How much' is what I want to determine.)
I'm pretty sure that it's not sufficient for me to squeeze in 'shadow_bolt,time_to_die>=30' as an action at the bottom of the priority list (at least not in a way that properly balances Incin/SB casting). Am I reading the source correctly in that it currently does not support doing something like the druid's 'eclipse_left' flag to only cast an SB when the buff is not up and the time left is <2.5s?
|
Correct.
There is option that could be used for this purpose, "shadow_bolt,isb_trigger=1" , but it was not working since it expected "old" ISB.
It is fixed in new version of simulator, so you can check with it when it gets published (or compile code).
Another issue with simulating that scenario is that when you want to simulate raid environment you would use "optimal_raid=1", and that include ISB at 100% (as perma buff).
One way to estimate what you wanted is to do it with "optimal_raid=0":
1) first get usual DPS for 0_13_58, with "optimal_raid=1"
2) then get DPS for "optimal_raid=0", and calculate ratio of those two (rough estimate how much you gain from raid buffs)
3) now change "talents=" option for 0_13_58 to include ISB, still keep "optimal_raid=0", and put "/shadow_bolt,isb_trigger=1" somewhere near start of "actions+=" and get new (lower) DPS
You will get reduction of DPS due to using shadow bolt as DPS3-DPS2, for non-raid environment (I around 90 DPS, but that was not for standard 0_13_58 gear, but for my gear with "armory=" option).
Then you multiply it with raito of DPS2/DPS1, to get estimate of how much it would reduce your DPS in raid situations. That is not 100% correct approach, but it will give you close enough number. In my case ratio was around 1.65, and estimated DPS loss due to using shadow bolt every 10sec or so was about 150 DPS (again, may be more for BiS 0_13_58)