Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Priests

Closed Thread
 
LinkBack Thread Tools
Old 06/12/10, 12:13 AM   #201
Althor
Great Tiger
 
Troll Priest
 
Jubei'Thos
Originally Posted by Bowchikabow View Post
Is there a way to test or bug-check SC?
All of the code is available at simulationcraft - Project Hosting on Google Code

We would be very grateful to hear about any bugs you might uncover.

Offline
Old 06/12/10, 6:26 AM   #202
Bowchikabow
Von Kaiser
 
Bowchikabow's Avatar
 
Worgen Mage
 
Azuremyst
I looked at both r4491, and r4492. I couldn't find any issue directly, or indirectly with how simulation craft is grading spirit.

While this is just guessing at this point, I can only think that SC is organically increasing the value of spirit BECAUSE it is a listed as a dps stat, and as a result, would be requesting a certain amount. Much like how haste values differently at various gear levels (haste out weighing spellpower in 251, but is more or less tied at 264). I admit I am no expert on code and so my hope is that someone well versed in the SC code could enlighten me on how to check this.

"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt"

United States Offline
Old 06/12/10, 3:51 PM   #203
ildon
Collateral Damage
 
ildon's Avatar
 
Undead Priest
 
Whisperwind
SC isn't supposed to do any kind of guessing or estimating, it's supposed to operate using the same algorithms it is believed WoW uses, then it does simulated combat X number of times and takes the average of the results. In other words, it shouldn't be "organically" increasing the value of spirit. It just simulates the mana regen and the spellpower bonus from spirit with the various procs related to spirit (glyph of shadow, imp spirit tap if you have it).

There could still be a bug related to spirit or how these things stack with each other that manifests from certain combinations of buff, talents, gear, glyphs or something, but it's not like Rawr where it just takes a spreadsheet-derived value of spirit and tacks that onto your DPS (not denigrating Rawr, I use both tools). It should be simulating the real contribution from spirit on every iteration and then taking the average.

Offline
Old 06/12/10, 4:43 PM   #204
The Not So Evil
Piston Honda
 
The Not So Evil's Avatar
 
Night Elf Priest
 
Trollbane (EU)
Where did you read that Rawr uses a spreadsheet-derived value of spirit?

Where SC simulates ShadowPriest play, Rawr models ShadowPriest play. Simulating is by design slower than modelling, but might obtain increased accuracy.

When compared to actual real life results, both methods will always be off. Where SC might be a 5-10% off compared to what you see in raid situations, Rawr will probably be around 10-15% off. This rarely affects your gear choices a lot however.

I cannot say what happens in SC, but I know Rawr is starting to like Spirit quite well compared to Crit Rating now that you can get 1k+ Haste Rating. I have not analyzed why, but I was assuming that the Spell Power gains from Spirit do more for you than extra Crit Rating, and due to much higher mana consumption with such amounts of Haste, Spirit can extend your longevity.

Rawr - Coder of HolyPriest (Healer) and ShadowPriest (DPS) Modules.
Get Your Rawr 2.3.x!

Offline
Old 06/12/10, 8:20 PM   #205
Bowchikabow
Von Kaiser
 
Bowchikabow's Avatar
 
Worgen Mage
 
Azuremyst
I'll try to run iterations tonight using my current gear set. I forgot to save my previous sims (which I meant to post in an earlier reply), so I will need to be more diligent in getting those out. It will be late though, since tonight we have HLK....sigh.

If someone wants to run their own sims for comparison (maybe I am just doing it wrong, which I could admit), here is the profile I will be using: The World of Warcraft Armory - Chibideath @ Silvermoon - Profile

"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt"

United States Offline
Old 06/14/10, 4:03 PM   #206
ildon
Collateral Damage
 
ildon's Avatar
 
Undead Priest
 
Whisperwind
Originally Posted by The Not So Evil View Post
Where did you read that Rawr uses a spreadsheet-derived value of spirit?

Where SC simulates ShadowPriest play, Rawr models ShadowPriest play. Simulating is by design slower than modelling, but might obtain increased accuracy.

When compared to actual real life results, both methods will always be off. Where SC might be a 5-10% off compared to what you see in raid situations, Rawr will probably be around 10-15% off. This rarely affects your gear choices a lot however.

I cannot say what happens in SC, but I know Rawr is starting to like Spirit quite well compared to Crit Rating now that you can get 1k+ Haste Rating. I have not analyzed why, but I was assuming that the Spell Power gains from Spirit do more for you than extra Crit Rating, and due to much higher mana consumption with such amounts of Haste, Spirit can extend your longevity.
Spreadsheets also "model" the behavior. Don't take it as an attack. Rawr and a spreadsheet use the same method to reach their result, regardless if one is more rigorous or not. e.g. both Rawr and a spreadsheet will likely both take the average damage dealt by mindblast (1020) while simcraft iterates multiple random casts at the true range (998-1048) then takes the average (which will eventually close on 1020 with enough iterations). To be honest I haven't looked at Rawr's code, but modeling is modeling, whether done by a spreadsheet or by Rawr the inherent weaknesses are the same. I still consider it a useful tool as long as its weaknesses are known by the user, just like simcraft (which has its own inherent weaknesses) or any other tool.


Regardless, both tools have inherent margins of error, and when you're talking about 8-20 DPS increases when your total DPS is in the 12k range, you have to wonder if it's even within the tool's capability to measure that kind of tiny increase in the real world. I think it's more likely a small latency spike during the fight will have a bigger impact.

Offline
Old 06/14/10, 4:31 PM   #207
The Not So Evil
Piston Honda
 
The Not So Evil's Avatar
 
Night Elf Priest
 
Trollbane (EU)
Yes, model or simulation will never match reality perfectly. And yes, you are correct, spreadsheets model the same way I do in Rawr. However, the way you wrote it, I was afraid it would be interpreted as Rawr having fixed values. Rawr produces dynamic values based on your current gear and spec. When it comes to model vs simulation, it is as you say, a simulation needs to do many iterations to get an approximate result due to random factor, while a model will use absolute averages from the start. Which is significantly faster. (Needed for gear optimizer)

Rawr - Coder of HolyPriest (Healer) and ShadowPriest (DPS) Modules.
Get Your Rawr 2.3.x!

Offline
Old 06/14/10, 7:41 PM   #208
Elimbras
Don Flamenco
 
Dwarf Priest
 
Eitrigg (EU)
About this SC/Rawr discussion, I'd like to point out that both SC and Rawr use model, precisely (let's hope) the same model, which should be (at least their author think) Blizzard model and code.

Now, the difference is not in the fact to model or not model, but what you do with the model.

SC simulates it, and averages different simulations. Compared to Rawr, it has as advantage to take into account the full randomness of some event (such as spell base damage), and has the drawback to add some more simulation noise which is then tricky to properly remove (especially if you're interested only in the mean, not in the distribution of dps: even if averages are good at doing that, some noise is still there).

Rawr (attemps to) solve it, in a mathematical approach. Or maybe sometimes solve an approximate model, because that's easier. Hence, it does not add the additional noise of random simulation. But the simplification (such as taking mean base spell damage) induces also some lost precision.

If you don't want to use any model at all, all what you can do is to use Blizzard code, ie. Wow, to get information, mostly playing the same fight in different conditions / gear set, ideally keeping your precise spell selection and lag sequences identical. That can be useful to choose between two gear sets for example. But if you want to have some predictive power (for example, to avoid choose Strength gear), you will then use a model. For all what we know for sure, Blizzard could have decided to make your spell hit for 1000% more if you have precisely 3420 Str and 1932 Agi. Only our models, backed on verified prediction and Blizzard own's public announcement about their design, exclude such options. Predicting always require to model.

Offline
Old 06/15/10, 11:12 AM   #209
Althor
Great Tiger
 
Troll Priest
 
Jubei'Thos
If it was only a case of taking the average of say the damage range of Mind Blast then, yes, it might be easy to underestimate the differences in effectiveness between a simulator and an averaging-modeler.
With the exception of rage using classes the amount of damage you do with a certain doesn't tend to have an impact on your rotation at all.

However, where you run into issues is when you have things that *can* effect your rotation. For example, say you had a simple spell power trinket proc. Something like Rawr would model this as an average spell power amount over the course of entire fight and would determine it's rotation based off this average spell power amount. A simulator however might well decide that having that trinket procced means you might wise to cast different spells than you would otherwise. They could especially be true in the cast of haste procs.

The same applies with talents that proc on may for example give some effect when you crit. It may cause a change in the rotation for some period. It would be rather hard to model this in the form of a spreadsheet type approach.

Relying too much upon averages, while it does make things like gear optimizers far more possible, means you're not really reflecting what spells the player will be casting and it also can mean you can suffer from some serious banding of item weights.

Now, in a number of cases a Rawr style approach is quite adequate for what a lot people want to know. i.e. What gear should I wear or aim for.
But there are some items or procs that really have no good implementation in such an approach and can lead to incorrect choices being made.

Given that there are a limited number of items actually in the game and likely to be relevant at any particular tier it's possible that some form of a gear optimizer could be made for SimulationCraft that wasn't horribly slow.
Maybe something that started off with a limited number of iterations on different gear sets to throw out those that are obviously worse while slowly increasing the number of iterations for increased precision as the differences between the gear sets decreases. It still would not be as fast as a Rawr style approach but it would have the other advantages that a simulation has.

Offline
Old 06/15/10, 11:39 AM   #210
Frmercury
Von Kaiser
 
Frmercury's Avatar
 
Night Elf Priest
 
Proudmoore
Well I have had several people gripe at me for having to use Wowhead profiler to Simcraft different gearsets. Something that added item swapping into Simcraft would make it pretty OP tbh.

I would really like to comment on this specifically:
Originally Posted by Althor View Post
Given that there are a limited number of items actually in the game and likely to be relevant at any particular tier it's possible that some form of a gear optimizer could be made for SimulationCraft that wasn't horribly slow.
Maybe something that started off with a limited number of iterations on different gear sets to throw out those that are obviously worse while slowly increasing the number of iterations for increased precision as the differences between the gear sets decreases. It still would not be as fast as a Rawr style approach but it would have the other advantages that a simulation has.
How can I say "fucking awesome" only with more feeling? Basically take all the usable gear from an ilvl range, Sim every combo, then spit out each gearset from best to worst? Oh, and looking forward to new and more racial bonuses you'd have to be able to select races to run the sets through. Mmm would the gemming be dynamic as determined by each gearset though or would there be static gemming? Well, I guess we'll find out when you finish, huh? (:P)

Yes, awesomeness.

Offline
Old 06/15/10, 11:52 AM   #211
The Not So Evil
Piston Honda
 
The Not So Evil's Avatar
 
Night Elf Priest
 
Trollbane (EU)
Yeah, doing that Frmercury would be pretty "fucking awesome" only with more feeling. However assuming you use 0.1 second to simulate 1 gearset, having a quad cpu core with hyperthreading (8 cores effectively), dealing with only 5 gearchoices / slot 17 slots. 17^5*0.1/8 seconds to go through all options = 17748,2125, or (/3600) 4.93 hours with 100% cpu usage. And I did not include enchants & gemming. Good luck simming every combo.

I could change Rawr to handle procs more dynamically so that you start doing spells differently or otherwise, but the loss of performance vs gain in accuracy is not worth it considering the goal of Rawr.

But as I've said earlier, neither Simcraft nor Rawr will at any time perfectly reflect reality.

Rawr - Coder of HolyPriest (Healer) and ShadowPriest (DPS) Modules.
Get Your Rawr 2.3.x!

Offline
Old 06/15/10, 12:29 PM   #212
Frmercury
Von Kaiser
 
Frmercury's Avatar
 
Night Elf Priest
 
Proudmoore
Well only one full round would have to be done for each content release then published. After that the functionality could be used for one gearset with maybe 2-3 slots with 2 choices for each. That would go much, much quicker obviously.

Offline
Old 06/15/10, 12:45 PM   #213
dedmonwakeen
Bald Bull
 
dedmonwakeen
Undead Priest
 
No WoW Account
As Not-So-Evil mentions, it is the gems that make a difficult job nearly impossible. Some classes have truly lop-sided scale factors which enables gem-pruning down to a single choice.... but not all.

While there are 17 slots there are far fewer stat types. The list of stat types is further reduced when one only considers the relevant stats (between 6 and 8 depending upon the class). Given a collection of gear and gems, one can quickly determine the min-max for each stat. Choose a few sample points and you can create an interesting 6-8 dim matrix in a reasonable amount of time. That matrix can be used to drive the traditional DP/MC search engines that Rawr employs. The problem with this approach is that procs need to be reduced to static gear amounts, requiring a final brutish analysis to choose trinkets.

Alternatively, provided you start with a particular gear point, you can simply drop the steel ball on the wavy surface and let it roll where it wants to go. (ie: Calculate scale factors for a point in the state-space and then jump to a new point, repeat, etc.) Obviously, there are local-minima problems associated with such an approach that can be problematic with stats like ArPen. This approach handles trinket procs better, but still not great.

Personally, I prefer to think that TC users are not stupid. I know there terabytes of forum posts that might indicate otherwise, but in general the folks that really care about tweaking tend to be a cut above those "just playing".

I plan to provide a simple paper-doll interface to SimC. It will allow users to set ilevel/gem filters and scale factor sliders. Based upon those values, gear will be simply ranked in drop-down lists. Talents/Glyphs will be adjusted in a very simplistic fashion. While finding BiS sets from scratch is an interesting intellectual exercise, real player toons do not have every item in the game immediately available. My intent is to provide a simple user-assisted gear exploration tool. Minimize clicks and maximize control.

It is an engineering solution that will lack in elegance, but one that may prove useful nonetheless. This interface, along with other architectural changes, will be available prior to Cata reaching the PTR. Once Beta info starts pouring in, I want to make sure we have a firm foundation upon which to build.


Offline
Old 06/15/10, 3:33 PM   #214
Elimbras
Don Flamenco
 
Dwarf Priest
 
Eitrigg (EU)
Originally Posted by Althor View Post
If it was only a case of taking the average of say the damage range of Mind Blast then, yes, it might be easy to underestimate the differences in effectiveness between a simulator and an averaging-modeler.
With the exception of rage using classes the amount of damage you do with a certain doesn't tend to have an impact on your rotation at all.

However, where you run into issues is when you have things that *can* effect your rotation. For example, say you had a simple spell power trinket proc. Something like Rawr would model this as an average spell power amount over the course of entire fight and would determine it's rotation based off this average spell power amount. A simulator however might well decide that having that trinket procced means you might wise to cast different spells than you would otherwise. They could especially be true in the cast of haste procs.
[...]
Relying too much upon averages, while it does make things like gear optimizers far more possible, means you're not really reflecting what spells the player will be casting and it also can mean you can suffer from some serious banding of item weights.
What you point as differences is precisely what I had in mind. This are the models simplification / averages that leads to imprecision, not the fact that you solve the model mathematically and not in simulation. In theory, nothing prevents you from solving the model without avering trinket proc effects.
In fact, I really think that Rawr correctly handles procs for some classes which tends to stack procs (warriors, for example, or Firemage), as the impact between stacking procs and just using them independently (ie. average it) is not negligible.

Offline
Old 06/15/10, 11:04 PM   #215
Bowchikabow
Von Kaiser
 
Bowchikabow's Avatar
 
Worgen Mage
 
Azuremyst
I ran a series of tests today to work out the spirit scaling issue. As the numbers were within +/- 2dps in each iteration, I simply chose the first sim of each test. These first two use 23sp gems in blue sockets (minus belt/helm for meta). 1st iteration uses +10stats to chest, with JC/Engineering.

DPS Ranking:
   7246 100.0%  Raid
   7249  100.0%  Chibideath

Player: Chibideath troll priest shadow 80
  DPS: 7249.3  Error=2.7  Range=473  DPR=30.2  RPS=240.0/188.9  (mana)
  Origin: http://us.wowarmory.com/character-sheet.xml?r=Silvermoon&n=Chibideath
  Core Stats:  strength=54|54(10)  agility=63|63(10)  stamina=1720|1456(1333)  intellect=1490|1490(1320)  spirit=458|378(196)  health=23570|21340  mana=25933|25933
  Spell Stats:  power=3658|3297(3222)  hit=11.21%|11.21%(294)  crit=30.79%|30.79%(946)  penetration=0|0(0)  haste=36.48%|36.48%(1196)  mp5=0|0(0)
  Attack Stats  power=124|44(0)  hit=8.97%|8.97%(294)  crit=24.99%|24.99%(946)  expertise=0.00|0.00(0)  penetration=0.00%|0.00%(0)  haste=36.48%|36.48%(1196)
  Defense Stats:  armor=5898|2360(2234)  blockv=27|27(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: shadow/shadowfiend/shackle_undead/dispersion/levitate/mind_flay
  Priorities:
    flask,type=frost_wyrm/food,type=fish_feast/fortitude/divine_spirit/inner_fire
    shadow_form/vampiric_embrace/snapshot_stats
    use_item,name=sanctified_crimson_acolyte_handwraps/speed_potion/shadow_fiend
    shadow_word_pain,shadow_weaving_wait=1,if=!ticking/berserking
    vampiric_touch,if=!ticking/vampiric_touch,if=dot.vampiric_touch.remains<cast_time
    devouring_plague,if=!ticking/mind_blast,if=(use_mind_blast=1)&(spell_haste>0.60)
    mind_blast,if=(use_mind_blast=2&recast_mind_blast=1)&(spell_haste>0.60)
    shadow_word_death,mb_min_wait=0.3,mb_max_wait=1.2,if=(use_shadow_word_death>0)&(spell_haste>0.60)
    inner_focus,mind_flay/mind_flay/shadow_word_death,moving=1/dispersion
  Actions:
    devouring_plague  Count= 26.9|18.42sec  DPE= 21253|16%  DPET= 17357  DPR=  23.4  pDPS=1143  Miss=0.00%  Hit=3557|2920|4911  Crit= 5496| 4511| 7587|30.6%  TickCount=213  MissTick=0.0%  Tick=1479|1193|2046  CritTick=3091|2493|4276|41.8%
    mind_blast        Count= 48.6| 9.95sec  DPE=  6200| 8%  DPET=  5035  DPR=  12.0  pDPS= 602  Miss=0.00%  Hit=4497|3432|5894  Crit= 9399| 7173|12317|34.7%
    mind_flay         Count=168.5| 2.96sec  DPE=  9528|44%  DPET=  4884  DPR=  35.4  pDPS=3213  Miss=0.00%  TickCount=488  MissTick=0.0%  Tick=2387|1620|3342  CritTick=4988|3386|6985|34.8%
    shadow_word_pain  Count=  1.0| 0.00sec  DPE=348396|10%  DPET=303125  DPR= 436.6  pDPS= 697  Miss=0.00%  TickCount=165  MissTick=0.0%  Tick=1452|1294|1970  CritTick=3035|2705|4117|41.8%
    vampiric_touch    Count= 41.8|11.84sec  DPE= 17650|20%  DPET= 14373  DPR=  30.4  pDPS=1476  Miss=0.00%  TickCount=208  MissTick=0.0%  Tick=2440|1942|3479  CritTick=5099|4059|7272|41.7%
   shadow_fiend  (DPS=149.9)
    melee             Count= 33.0|11.79sec  DPE=  1787| 2%  DPET=  1192  DPR=   0.0  pDPS= 118  Miss=0.00%  Hit=1905|1669|2656  Crit= 3816| 3339| 5312|0.2%  Glance=1427|24.0%
  Constant Buffs: divine_spirit/fortitude/inner_fire/inner_fire_armor/replenishment/shadow_form/shadow_weaving
  Constant Buffs: vampiric_embrace
  Dynamic Buffs:
    ashen_band_of_endless_destruction : start=7.0   refresh=0.0    interval= 74.6|74.6   uptime=14%  trigger=10%
    berserking                        : start=3.0   refresh=0.0    interval=181.1|181.1  uptime= 6%
    dislodged_foreign_object          : start=8.6   refresh=0.0    interval= 59.7|59.7   uptime=34%  trigger=10%
    glyph_of_shadow                   : start=3.7   refresh=191.2  interval=115.3|2.6    uptime=98%  benefit=98%
    hyperspeed_accelerators           : start=8.9   refresh=0.0    interval= 61.1|61.1   uptime=21%
    improved_spirit_tap               : start=19.8  refresh=81.8   interval= 25.3|4.9    uptime=82%  trigger=54%
    inner_focus                       : start=3.0   refresh=0.0    interval=181.7|181.7  uptime= 0%
    phylactery_of_the_nameless_lich   : start=5.0   refresh=0.0    interval=102.5|102.5  uptime=20%  trigger=30%
    speed_potion                      : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime= 3%
  Gains:
    11706.0 : dispersion              (overflow=29.9%)
    25933.0 : initial_mana          
    25224.2 : replenishment           (overflow=2.6%)
    33335.0 : shadow_fiend            (overflow=22.1%)
    24161.0 : spirit_intellect_regen  (overflow=2.6%)
  Scale Factors:
    Weights :  Int=0.6879  Spi=1.0875  SP=1.4437  Hit=0.0000  Crit=1.2597  Haste=0.9453
    Wowhead : http://www.wowhead.com/?items&filter=ub=5;gm=4;gb=1;wt=23:24:123:96:103;wtv=0.6879:1.0875:1.4437:1.2597:0.9453;
  DPS Plot Data ( min=-200.0 max=200.0 points=21 )

Auras and De-Buffs:
  Constant: misery
  Dynamic:

Waiting:
     0.8% : Chibideath

Baseline Performance:
  TotalEvents   = 25731613
  MaxEventQueue = 15
  TargetHealth  = 3621680
  SimSeconds    = 5000362
  CpuSeconds    = 12.391
  SpeedUp       = 403548

RNG global Actual/Expected Roll=1.000083 Range=1.000000 Gauss=0.999678

Scale Factors:
  Chibideath  Int=0.6879  Spi=1.0875  SP=1.4437  Hit=0.0000  Crit=1.2597  Haste=0.9453
Notice the scaling? Sp is highest still at 1.44, followed by crit at 1.25|| 1.08 Spirit|| 0.94 Haste
...Why is spirit out-scaling haste? Why is it soo close to crit?

edit test1: in this sim, spirit is STILL out-scaling haste, though haste/crit have slightly higher numbers. Introducing int scaling seems to have had in a minimal effect vs other stats. For example, in the original test, haste was scaling at 0.93, now at 0.94

Test 2.
Changed enchant to chest from +10stats to +15spirit, gems remain the same.

DPS Ranking:
   7252 100.0%  Raid
   7255  100.0%  Chibideath

Player: Chibideath troll priest shadow 80
  DPS: 7255.3  Error=2.7  Range=476  DPR=30.2  RPS=240.1/189.4  (mana)
  Origin: http://us.wowarmory.com/character-sheet.xml?r=Silvermoon&n=Chibideath
  Core Stats:  strength=44|44(0)  agility=53|53(0)  stamina=1710|1445(1323)  intellect=1480|1480(1310)  spirit=473|393(211)  health=23460|21230  mana=25783|25783
  Spell Stats:  power=3655|3294(3216)  hit=11.21%|11.21%(294)  crit=30.73%|30.73%(946)  penetration=0|0(0)  haste=36.48%|36.48%(1196)  mp5=0|0(0)
  Attack Stats  power=114|34(0)  hit=8.97%|8.97%(294)  crit=24.80%|24.80%(946)  expertise=0.00|0.00(0)  penetration=0.00%|0.00%(0)  haste=36.48%|36.48%(1196)
  Defense Stats:  armor=5878|2340(2234)  blockv=22|22(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: shadow/shadowfiend/shackle_undead/dispersion/levitate/mind_flay
  Priorities:
    flask,type=frost_wyrm/food,type=fish_feast/fortitude/divine_spirit/inner_fire
    shadow_form/vampiric_embrace/snapshot_stats
    use_item,name=sanctified_crimson_acolyte_handwraps/speed_potion/shadow_fiend
    shadow_word_pain,shadow_weaving_wait=1,if=!ticking/berserking
    vampiric_touch,if=!ticking/vampiric_touch,if=dot.vampiric_touch.remains<cast_time
    devouring_plague,if=!ticking/mind_blast,if=(use_mind_blast=1)&(spell_haste>0.60)
    mind_blast,if=(use_mind_blast=2&recast_mind_blast=1)&(spell_haste>0.60)
    shadow_word_death,mb_min_wait=0.3,mb_max_wait=1.2,if=(use_shadow_word_death>0)&(spell_haste>0.60)
    inner_focus,mind_flay/mind_flay/shadow_word_death,moving=1/dispersion
  Actions:
    devouring_plague  Count= 26.9|18.43sec  DPE= 21256|16%  DPET= 17359  DPR=  23.4  pDPS=1144  Miss=0.00%  Hit=3560|2918|4913  Crit= 5502| 4508| 7591|30.7%  TickCount=214  MissTick=0.0%  Tick=1480|1192|2047  CritTick=3093|2491|4279|41.7%
    mind_blast        Count= 48.6| 9.96sec  DPE=  6201| 8%  DPET=  5036  DPR=  12.0  pDPS= 603  Miss=0.00%  Hit=4500|3363|5896  Crit= 9406| 7169|12323|34.7%
    mind_flay         Count=168.6| 2.96sec  DPE=  9530|44%  DPET=  4885  DPR=  35.4  pDPS=3214  Miss=0.00%  TickCount=488  MissTick=0.0%  Tick=2389|1619|3344  CritTick=4993|3384|6990|34.7%
    shadow_word_pain  Count=  1.0| 0.00sec  DPE=348583|10%  DPET=303046  DPR= 436.8  pDPS= 697  Miss=0.00%  TickCount=165  MissTick=0.0%  Tick=1453|1293|1971  CritTick=3037|2703|4119|41.8%
    vampiric_touch    Count= 41.8|11.85sec  DPE= 17664|20%  DPET= 14385  DPR=  30.5  pDPS=1478  Miss=0.00%  TickCount=208  MissTick=0.0%  Tick=2442|1941|3481  CritTick=5103|4056|7276|41.8%
   shadow_fiend  (DPS=149.7)
    melee             Count= 33.0|11.79sec  DPE=  1785| 2%  DPET=  1190  DPR=   0.0  pDPS= 118  Miss=0.00%  Hit=1901|1667|2654  Crit= 3811| 3334| 5222|0.2%  Glance=1428|24.1%
  Constant Buffs: divine_spirit/fortitude/inner_fire/inner_fire_armor/replenishment/shadow_form/shadow_weaving
  Constant Buffs: vampiric_embrace
  Dynamic Buffs:
    ashen_band_of_endless_destruction : start=7.0   refresh=0.0    interval= 74.8|74.8   uptime=14%  trigger=10%
    berserking                        : start=3.0   refresh=0.0    interval=181.1|181.1  uptime= 6%
    dislodged_foreign_object          : start=8.6   refresh=0.0    interval= 59.6|59.6   uptime=34%  trigger=10%
    glyph_of_shadow                   : start=3.7   refresh=190.9  interval=115.3|2.6    uptime=98%  benefit=98%
    hyperspeed_accelerators           : start=8.9   refresh=0.0    interval= 61.1|61.1   uptime=21%
    improved_spirit_tap               : start=19.8  refresh=81.8   interval= 25.3|4.9    uptime=82%  trigger=55%
    inner_focus                       : start=3.0   refresh=0.0    interval=181.7|181.7  uptime= 0%
    phylactery_of_the_nameless_lich   : start=5.0   refresh=0.0    interval=102.5|102.5  uptime=20%  trigger=30%
    speed_potion                      : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime= 3%
  Gains:
    11610.4 : dispersion              (overflow=29.8%)
    25783.0 : initial_mana          
    25074.4 : replenishment           (overflow=2.6%)
    33103.3 : shadow_fiend            (overflow=22.2%)
    24885.1 : spirit_intellect_regen  (overflow=2.6%)
  Scale Factors:
    Weights :  Int=0.6694  Spi=1.0609  SP=1.4385  Hit=0.0000  Crit=1.2489  Haste=0.9425
    Wowhead : http://www.wowhead.com/?items&filter=ub=5;gm=4;gb=1;wt=23:24:123:96:103;wtv=0.6694:1.0609:1.4385:1.2489:0.9425;
  DPS Plot Data ( min=-200.0 max=200.0 points=21 )

Auras and De-Buffs:
  Constant: misery
  Dynamic:

Waiting:
     0.8% : Chibideath

Baseline Performance:
  TotalEvents   = 25721518
  MaxEventQueue = 15
  TargetHealth  = 3624169
  SimSeconds    = 5000304
  CpuSeconds    = 12.265
  SpeedUp       = 407689

RNG global Actual/Expected Roll=0.999967 Range=1.000000 Gauss=0.999788

Scale Factors:
  Chibideath  Int=0.6694  Spi=1.0609  SP=1.4385  Hit=0.0000  Crit=1.2489  Haste=0.9425
The addition of both int scaling and changing chest enchant to +15spi to chest slightly reduces spirit scaling (we go from 1.08 to 1.06), SP/crit/haste increase in scaling. Haste see the smallest gain (from .9363 to .9425). Spirit STILL out-scaling haste.

Test 3: Enchant= +10 stats to chest, Gems= 10spi_12sp in ALL blue sockets (total of 5, 2 base+3 added). Professions: JC/Engineering still.

DPS Ranking:
   7269 100.0%  Raid
   7272  100.0%  Chibideath

Player: Chibideath troll priest shadow 80
  DPS: 7271.9  Error=2.4  Range=533  DPR=30.1  RPS=241.5/191.2  (mana)
  Origin: http://us.wowarmory.com/character-sheet.xml?r=Silvermoon&n=Chibideath
  Core Stats:  strength=54|54(10)  agility=63|63(10)  stamina=1720|1456(1333)  intellect=1490|1490(1320)  spirit=498|418(236)  health=23570|21340  mana=25933|25933
  Spell Stats:  power=3642|3281(3198)  hit=11.21%|11.21%(294)  crit=30.79%|30.79%(946)  penetration=0|0(0)  haste=36.48%|36.48%(1196)  mp5=0|0(0)
  Attack Stats  power=124|44(0)  hit=8.97%|8.97%(294)  crit=24.99%|24.99%(946)  expertise=0.00|0.00(0)  penetration=0.00%|0.00%(0)  haste=36.48%|36.48%(1196)
  Defense Stats:  armor=5898|2360(2234)  blockv=27|27(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: shadow/shadowfiend/shackle_undead/dispersion/levitate/mind_flay
  Priorities:
    flask,type=frost_wyrm/food,type=fish_feast/fortitude/divine_spirit/inner_fire
    shadow_form/vampiric_embrace/snapshot_stats
    use_item,name=sanctified_crimson_acolyte_handwraps/speed_potion/shadow_fiend
    shadow_word_pain,shadow_weaving_wait=1,if=!ticking/berserking
    vampiric_touch,if=!ticking/vampiric_touch,if=dot.vampiric_touch.remains<cast_time
    devouring_plague,if=!ticking/mind_blast,if=(use_mind_blast=1)&(spell_haste>0.60)
    mind_blast,if=(use_mind_blast=2&recast_mind_blast=1)&(spell_haste>0.60)
    shadow_word_death,mb_min_wait=0.3,mb_max_wait=1.2,if=(use_shadow_word_death>0)&(spell_haste>0.60)
    inner_focus,mind_flay/mind_flay/shadow_word_death,moving=1/dispersion
  Actions:
    devouring_plague  Count= 27.2|18.44sec  DPE= 21151|16%  DPET= 17278  DPR=  23.3  pDPS=1151  Miss=0.00%  Hit=3556|2910|4910  Crit= 5489| 4495| 7586|30.7%  TickCount=215  MissTick=0.0%  Tick=1478|1189|2046  CritTick=3089|2484|4276|41.8%
    mind_blast        Count= 49.1| 9.95sec  DPE=  6197| 8%  DPET=  5034  DPR=  12.0  pDPS= 608  Miss=0.00%  Hit=4495|3422|5893  Crit= 9393| 7013|12316|34.7%
    mind_flay         Count=168.5| 2.96sec  DPE=  9527|44%  DPET=  4883  DPR=  35.4  pDPS=3213  Miss=0.00%  TickCount=488  MissTick=0.0%  Tick=2387|1614|3342  CritTick=4988|3374|6984|34.8%
    shadow_word_pain  Count=  1.0| 0.00sec  DPE=348285|10%  DPET=302851  DPR= 436.4  pDPS= 697  Miss=0.00%  TickCount=165  MissTick=0.0%  Tick=1452|1290|1970  CritTick=3034|2696|4117|41.8%
    vampiric_touch    Count= 42.2|11.85sec  DPE= 17596|20%  DPET= 14332  DPR=  30.3  pDPS=1485  Miss=0.00%  TickCount=209  MissTick=0.0%  Tick=2439|1934|3479  CritTick=5097|4043|7271|41.8%
   shadow_fiend  (DPS=149.2)
    melee             Count= 33.0|11.79sec  DPE=  1778| 2%  DPET=  1185  DPR=   0.0  pDPS= 117  Miss=0.00%  Hit=1895|1660|2647  Crit= 3793| 3320| 5293|0.2%  Glance=1421|24.1%
  Constant Buffs: divine_spirit/fortitude/inner_fire/inner_fire_armor/replenishment/shadow_form/shadow_weaving
  Constant Buffs: vampiric_embrace
  Dynamic Buffs:
    ashen_band_of_endless_destruction : start=7.0   refresh=0.0    interval= 74.6|74.6   uptime=14%  trigger=10%
    berserking                        : start=3.0   refresh=0.0    interval=181.1|181.1  uptime= 6%
    dislodged_foreign_object          : start=8.7   refresh=0.0    interval= 59.5|59.5   uptime=34%  trigger=10%
    glyph_of_shadow                   : start=3.7   refresh=191.5  interval=116.1|2.6    uptime=98%  benefit=98%
    hyperspeed_accelerators           : start=8.9   refresh=0.0    interval= 61.1|61.1   uptime=21%
    improved_spirit_tap               : start=19.8  refresh=82.1   interval= 25.3|4.9    uptime=82%  trigger=55%
    inner_focus                       : start=3.0   refresh=0.0    interval=181.7|181.7  uptime= 0%
    phylactery_of_the_nameless_lich   : start=5.0   refresh=0.0    interval=102.5|102.5  uptime=20%  trigger=30%
    speed_potion                      : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime= 3%
  Gains:
    11014.7 : dispersion              (overflow=31.4%)
    25933.0 : initial_mana          
    25193.0 : replenishment           (overflow=2.7%)
    33104.5 : shadow_fiend            (overflow=22.6%)
    26259.5 : spirit_intellect_regen  (overflow=2.6%)
  Scale Factors:
    Weights :  Int=0.6144  Spi=0.9940  SP=1.4459  Hit=0.0000  Crit=1.2168  Haste=1.0419
    Wowhead : http://www.wowhead.com/?items&filter=ub=5;gm=4;gb=1;wt=23:24:123:96:103;wtv=0.6144:0.9940:1.4459:1.2168:1.0419;
  DPS Plot Data ( min=-200.0 max=200.0 points=21 )

Auras and De-Buffs:
  Constant: misery
  Dynamic:

Waiting:
     0.6% : Chibideath

Baseline Performance:
  TotalEvents   = 25659856
  MaxEventQueue = 16
  TargetHealth  = 3632541
  SimSeconds    = 4999567
  CpuSeconds    = 12.281
  SpeedUp       = 407098

RNG global Actual/Expected Roll=1.000089 Range=1.000000 Gauss=1.000147

Scale Factors:
  Chibideath  Int=0.6144  Spi=0.9940  SP=1.4459  Hit=0.0000  Crit=1.2168  Haste=1.0419
swapping 23sp gems in cloak/gloves/ring/weapon for 10spi_12sp_5sp gem/socket brings spi scaling below haste scaling for the first time. Also worth noting, that vs the original test3 (where int had zero scaling) spirit scaling was 0.9944, in this test3...spirit scaling is .9940. SP and haste are the only stats that see an INCREASE in scaling vs previous test3.

Test 4: 10spi_12sp still used in blue sockets, enchant to chest changed from +10stats to +15 spirit

DPS Ranking:
   7265 100.0%  Raid
   7269  100.0%  Chibideath

Player: Chibideath troll priest shadow 80
  DPS: 7268.7  Error=2.4  Range=486  DPR=30.1  RPS=241.3/191.2  (mana)
  Origin: http://us.wowarmory.com/character-sheet.xml?r=Silvermoon&n=Chibideath
  Core Stats:  strength=44|44(0)  agility=53|53(0)  stamina=1710|1445(1323)  intellect=1480|1480(1310)  spirit=503|423(241)  health=23460|21230  mana=25783|25783
  Spell Stats:  power=3643|3282(3198)  hit=11.21%|11.21%(294)  crit=30.73%|30.73%(946)  penetration=0|0(0)  haste=36.48%|36.48%(1196)  mp5=0|0(0)
  Attack Stats  power=114|34(0)  hit=8.97%|8.97%(294)  crit=24.80%|24.80%(946)  expertise=0.00|0.00(0)  penetration=0.00%|0.00%(0)  haste=36.48%|36.48%(1196)
  Defense Stats:  armor=5878|2340(2234)  blockv=22|22(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: shadow/shadowfiend/shackle_undead/dispersion/levitate/mind_flay
  Priorities:
    flask,type=frost_wyrm/food,type=fish_feast/fortitude/divine_spirit/inner_fire
    shadow_form/vampiric_embrace/snapshot_stats
    use_item,name=sanctified_crimson_acolyte_handwraps/speed_potion/shadow_fiend
    shadow_word_pain,shadow_weaving_wait=1,if=!ticking/berserking
    vampiric_touch,if=!ticking/vampiric_touch,if=dot.vampiric_touch.remains<cast_time
    devouring_plague,if=!ticking/mind_blast,if=(use_mind_blast=1)&(spell_haste>0.60)
    mind_blast,if=(use_mind_blast=2&recast_mind_blast=1)&(spell_haste>0.60)
    shadow_word_death,mb_min_wait=0.3,mb_max_wait=1.2,if=(use_shadow_word_death>0)&(spell_haste>0.60)
    inner_focus,mind_flay/mind_flay/shadow_word_death,moving=1/dispersion
  Actions:
    devouring_plague  Count= 27.1|18.43sec  DPE= 21175|16%  DPET= 17297  DPR=  23.3  pDPS=1150  Miss=0.00%  Hit=3557|2910|4911  Crit= 5494| 4496| 7588|30.7%  TickCount=215  MissTick=0.0%  Tick=1479|1189|2046  CritTick=3091|2485|4277|41.7%
    mind_blast        Count= 49.0| 9.95sec  DPE=  6195| 8%  DPET=  5032  DPR=  12.0  pDPS= 608  Miss=0.00%  Hit=4496|3423|5894  Crit= 9394| 7154|12319|34.7%
    mind_flay         Count=168.5| 2.96sec  DPE=  9524|44%  DPET=  4881  DPR=  35.4  pDPS=3212  Miss=0.00%  TickCount=488  MissTick=0.0%  Tick=2387|1615|3343  CritTick=4990|3374|6987|34.7%
    shadow_word_pain  Count=  1.0| 0.00sec  DPE=348187|10%  DPET=302833  DPR= 436.3  pDPS= 697  Miss=0.00%  TickCount=165  MissTick=0.0%  Tick=1452|1290|1970  CritTick=3035|2696|4118|41.7%
    vampiric_touch    Count= 42.1|11.85sec  DPE= 17605|20%  DPET= 14339  DPR=  30.4  pDPS=1484  Miss=0.00%  TickCount=209  MissTick=0.0%  Tick=2439|1935|3480  CritTick=5098|4044|7273|41.7%
   shadow_fiend  (DPS=149.2)
    melee             Count= 33.0|11.79sec  DPE=  1778| 2%  DPET=  1186  DPR=   0.0  pDPS= 117  Miss=0.00%  Hit=1895|1660|2647  Crit= 3778| 3319| 5292|0.2%  Glance=1422|24.0%
  Constant Buffs: divine_spirit/fortitude/inner_fire/inner_fire_armor/replenishment/shadow_form/shadow_weaving
  Constant Buffs: vampiric_embrace
  Dynamic Buffs:
    ashen_band_of_endless_destruction : start=7.0   refresh=0.0    interval= 74.6|74.6   uptime=14%  trigger=10%
    berserking                        : start=3.0   refresh=0.0    interval=181.1|181.1  uptime= 6%
    dislodged_foreign_object          : start=8.6   refresh=0.0    interval= 59.7|59.7   uptime=34%  trigger=10%
    glyph_of_shadow                   : start=3.7   refresh=191.0  interval=116.1|2.6    uptime=98%  benefit=98%
    hyperspeed_accelerators           : start=8.9   refresh=0.0    interval= 61.1|61.1   uptime=21%
    improved_spirit_tap               : start=19.8  refresh=82.0   interval= 25.3|4.9    uptime=82%  trigger=55%
    inner_focus                       : start=3.0   refresh=0.0    interval=181.7|181.7  uptime= 0%
    phylactery_of_the_nameless_lich   : start=5.0   refresh=0.0    interval=102.5|102.5  uptime=20%  trigger=30%
    speed_potion                      : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime= 3%
  Gains:
    11112.2 : dispersion              (overflow=30.9%)
    25783.0 : initial_mana          
    25048.1 : replenishment           (overflow=2.7%)
    32946.6 : shadow_fiend            (overflow=22.6%)
    26452.8 : spirit_intellect_regen  (overflow=2.6%)
  Scale Factors:
    Weights :  Int=0.6197  Spi=1.0124  SP=1.4409  Hit=0.0000  Crit=1.2317  Haste=1.0250
    Wowhead : http://www.wowhead.com/?items&filter=ub=5;gm=4;gb=1;wt=23:24:123:96:103;wtv=0.6197:1.0124:1.4409:1.2317:1.0250;
  DPS Plot Data ( min=-200.0 max=200.0 points=21 )

Auras and De-Buffs:
  Constant: misery
  Dynamic:

Waiting:
     0.6% : Chibideath

Baseline Performance:
  TotalEvents   = 25659527
  MaxEventQueue = 15
  TargetHealth  = 3631166
  SimSeconds    = 4999169
  CpuSeconds    = 12.797
  SpeedUp       = 390652

RNG global Actual/Expected Roll=0.999957 Range=1.000000 Gauss=1.000164

Scale Factors:
  Chibideath  Int=0.6197  Spi=1.0124  SP=1.4409  Hit=0.0000  Crit=1.2317  Haste=1.0250
Scale Factors:
Chibideath Int=0.0000 Spi=0.9957 SP=1.4283 Hit=0.0000 Crit=1.2319 Haste=0.9715

Here is where it seems weird. In test 3, the scaling reversed from the first 2 tests.. spirit began dropping while sp/crit/haste increased. This test, we resume the pattern of increased spirit = increased scaling. Why?
I wanted to quote my previous statement because it was on the original test4 where things became awkward. In the new sim where int scaling had been introduced, we see that once again spirit scaling, begins to increase again. Crit also takes an increase (vs test3). I am considering running a series of sims where I would replace 60 haste worth of gems (6x10haste_12sp) with 60 crit (6x10crit_12sp) and see how that changes both haste and crit/spirit scaling.

Last edited by Bowchikabow : 06/16/10 at 3:33 PM.

"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt"

United States Offline
Old 06/16/10, 3:25 AM   #216
The Not So Evil
Piston Honda
 
The Not So Evil's Avatar
 
Night Elf Priest
 
Trollbane (EU)
Intellect having a scale factor of 0 in all simulations already raise a warning flag for me. It should at minimum be worth /166 of Crit Rating.

Rawr - Coder of HolyPriest (Healer) and ShadowPriest (DPS) Modules.
Get Your Rawr 2.3.x!

Offline
Old 06/16/10, 3:34 AM   #217
 Hamlet
<Druid Trainer> Emeritus
 
Hamlet's Avatar
 
Tauren Druid
 
Mal'Ganis
Originally Posted by The Not So Evil View Post
Intellect having a scale factor of 0 in all simulations already raise a warning flag for me. It should at minimum be worth /166 of Crit Rating.
1/166 of a 1% crit--around 1/3 of a crit rating depending on your talents.

Links: Moonkin Resto WoWMath Twitter YouTube
Please don't PM requests for advice on UI or specific gear choices.

United States Offline
Old 06/16/10, 5:27 AM   #218
Bowchikabow
Von Kaiser
 
Bowchikabow's Avatar
 
Worgen Mage
 
Azuremyst
WoW. How did I miss that. Going back to the save logs, I neglected to check-box "analyze intellect". I will fix this and repost. Thank you for the spot.

"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt"

United States Offline
Old 06/16/10, 6:51 AM   #219
Elimbras
Don Flamenco
 
Dwarf Priest
 
Eitrigg (EU)
Are you sure that mana is a non-issue ?
I have difficulties to understand how loosing 10 Int and gaining 5 spirit (your first - second comparison) could increase your spirit scaling.

The other possibility I see is that socket bonuses, Are they only spellpower ? Or do yhey have haste/ crit ? But they should change spirit scale factor the other way around: currently, going from +23 sp to +12SP/+10 spirit gems in blue seems to reduce the interest of spirit. However, spirit doesn't scale with itself or spellpower at all : they just add eachother, they don't interact. But it scales with haste and crit.

Offline
Old 06/16/10, 8:12 AM   #220
Bowchikabow
Von Kaiser
 
Bowchikabow's Avatar
 
Worgen Mage
 
Azuremyst
Originally Posted by Elimbras View Post
Are you sure that mana is a non-issue ?
I have difficulties to understand how loosing 10 Int and gaining 5 spirit (your first - second comparison) could increase your spirit scaling.

The other possibility I see is that socket bonuses, Are they only spellpower ? Or do yhey have haste/ crit ? But they should change spirit scale factor the other way around: currently, going from +23 sp to +12SP/+10 spirit gems in blue seems to reduce the interest of spirit. However, spirit doesn't scale with itself or spellpower at all : they just add eachother, they don't interact. But it scales with haste and crit.
First. It was a mistake on my part for not selecting "analyze Intellect". I should have that checked. Yes, all the blue socket bonuses that I filled in Test 3/4 were +5sp socket bonus. I'll edit the post later today when I get a chance to re-run the sims. Just finished raiding and am quite tired. While I am resting, something I want to ask: Would int scaling affect the spirit scaling?

"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt"

United States Offline
Old 06/16/10, 8:45 AM   #221
Hegen
In gear/with handbrake
 
Human Priest
 
Alleria (EU)
Originally Posted by Bowchikabow View Post
Would int scaling affect the spirit scaling?
I'm not sure to what extent SimCraft simulates this, but from a mechanics point of view, crit gains from int make spellpower gains from spirit worth more, and probably in a non-linear way. Also, in case in the simulated scenario you are mana limited, the int/spirit interaction from meditation may influence spirit scaling as int is a nonlinear factor in the meditation formula.

Originally Posted by Pewsey
Many of our snakes are 3m+ in size. They'll just take the lawnmower off you and beat the shit out of you with it to make you tender, then bite you and eat you.

Germany Online
Old 06/16/10, 10:57 AM   #222
CaseyTheRetard
Von Kaiser
 
CaseyTheRetard's Avatar
 
Troll Priest
 
Chromaggus
He's definitely mana-limited in the sims: there's mana gain from Dispersion, but no damage from SW. So Dispersion is being used not because of movement, but because of running dry. If you are running mana-limited sims, it will greatly inflate the value of spirit and intellect relative to a full-raid-buffs scenario. Similarly, haste will make you burn through your mana faster while crit is a pure DPM increase, so the relative scaling of crit and haste rating makes sense as well.

Try running again with optimal_raid=1 and see how the numbers change.

United States Offline
Old 06/16/10, 11:23 AM   #223
Elimbras
Don Flamenco
 
Dwarf Priest
 
Eitrigg (EU)
Crit (and hence Int) has two direct effect on dps scaling for spirit : first, more crit means that any spellpower gain will be multiplied by a greater constant. In simple example, you gain twice more absolute dps when you have 100% crit chance (at 200% crit) than when you have 0% crit. That effect is linear in absolute dps gain, Second, crit increases the uptime of IST / Glyph of Shadow, and hence increases your spirit -> spellpower conversion. That second effect is 1 - (1-%crit)^{#chances}, where #chances is the number of "eligible" cast during the proc time. It is sub-linear (going from 0 to 10% crit is better gain in uptime (and dps) than going from 90% to 100%).

Now, most of your troubles can be explained because of mana limitations, If you lack mana, Int is the best regen stat (not only because of meditation effect, but because also of mana pool size / shadowfiend / dispersion / resplenishment). Hence, trading 10 Int for 5 spirit is a bad deal. Similarly, trading 11sp for 10 spirit and 5 spellpower (socket bonus) is maybe a slight spellpower loss (*), but a greater mp5 gain.


* : Assuming glyph of shadow and twisted faith, you gain permanently 20% of your spirit as spellpower, and 50% every non-periodic crit for 10s.
I'll be doing back-of-envelop estimation of uptime : you have 50% total crit, 20% total haste, and spend half of the time casting dots. MF is doing only 2 ticks (1 per GCD). The GCD is 1.5/1.20 = 1.25s, and you can fit 4 non-periodic GCD every 10s. Hence, the uptime for glyph of shadow is 1 - (0.5)^4 = 87.5%. The total spirit -> spellpower conversion is (.2 + .3*.87) = .461, ie 46% of spirit converted (in average) into spellpower. Let's say it's 50% (haste is pretty conservative, MF reduced to 2 ticks in my model, and BoK or IST is not taken into account) : that means that 12sp+10spi + 5 sp bonus gem is about 22sp finally, to be compared to 23sp pure gem. For 6 sp socket bonus, it is a straight gain to gem for the bonus. For 5, that might be the case, depending on the uptime. And if you lack mana, it will be in all cases.

Offline
Old 06/16/10, 2:54 PM   #224
Bowchikabow
Von Kaiser
 
Bowchikabow's Avatar
 
Worgen Mage
 
Azuremyst
I will make the change list in this post for the sims. The updated sims themselves will be edited into my previous post. I will also make commentary edits where needed in the original post.

Added int scaling to all 4 sims. 1 item swap (helm, from healer T10264 to dps T10277), gear used in simulations now match gear shown on US Armory.

As both iterations of test3 (with and without int scaling) showed the highest comparative dps, I have since swapped my gems full-time to 10spi_12sp_5sp and I am seeing a positive difference not only in how long I last in a fight before popping fiend/disp but also dps. Understand that gains from such gem choices will vary player to player.

edit: the poster below does a much better job explaining the spirit conversion than I do. I made an error by using the spell power from my total spirit both before and during IST/GoShadow, which skewed my numbers.

Last edited by Bowchikabow : 06/16/10 at 6:04 PM. Reason: Spelling, added gear edit, removed unnecessary section.

"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt"

United States Offline
Old 06/16/10, 5:08 PM   #225
CaseyTheRetard
Von Kaiser
 
CaseyTheRetard's Avatar
 
Troll Priest
 
Chromaggus
Originally Posted by Bowchikabow View Post
As both iterations of test3 (with and without int scaling) showed the highest comparative dps, I have since swapped my gems full-time to 10spi_12sp_5sp and I am seeing a positive difference not only in how long I last in a fight before popping fiend/disp but also dps.

IST does need to be taken into account though. at 498 raid-buffed spirit, IST would give me 547spirit (or 273.5 spell power... 547*50=27350/100=273.5 with GoShadow which would activate at the same time as IST, this would give both IST/GoShadow equal up-time). That seems pretty significant to me.
No, IST gives you 10%*498 = 49.8 spirit, or 24.9 spellpower. With 90% uptime, that's 90%*24.9 = 22.4 spellpower on average. 11.2 spellpower per talent point is not significant, there is simply no better place to put those points.

It seems like bad science to me to base your raid gearing decisions around the results of 500 second solo training dummy simulations. I'm not saying it's a bad idea to match blue +5 sockets, just that this work doesn't support that conclusion. In any case, the scaling numbers you found were around 1.1 spirit / 1.4 spellpower, so you should be seeing a DPS increase - on 500 second training dummy runs - of about 1.1*10 - 1.4*6 = 2.6 DPS per socket. In full-raid-buffs with your gear the numbers are 1.27*10 - 2.20*6 = -0.5 DPS per socket.

It really doesn't make sense to claim that at high gear levels spirit somehow gains vs. raw spellpower: in a non-mana-limited scenario, the DPS gain of spirit is purely from its conversion into spellpower.

Edit: Analytically, 1 spirit on gear is scaled by Blessing of Kings (10%) and Improved Spirit Tap (10% * ISTUptime). That scaled spirit is then converted to spellpower from Twisted Faith (20%) and Glyph of Shadow (30% * GoSUptime). So 1 spirit provides on average 1 * 110% * (1 + 10% * ISTUptime) * (20% + 30% * GoSUptime) spellpower. For you in a full-raid-buffed Patchwerk scenario, the uptimes from Simulationcraft are 94% (Improved Spirit Tap) and 99% (Glyph of Shadow) resulting in 0.598 spellpower per spirit. This analytic value is slightly higher than simulationcraft's reported spirit scale factor of 0.56 PP, but within a reasonable margin of error.

It is notable that even with 100% uptime on both procs, spirit is at best worth 0.605 spellpower. It will never be a pure DPS increase to match blue +5 sockets, but as our crit rates increase, we approach break-even.

Last edited by CaseyTheRetard : 06/16/10 at 5:40 PM.

United States Offline
Closed Thread

Go Back   Elitist Jerks » Priests

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shadowpriest Theory Craft - 3.2.2 Edition! Mearis Priests 1008 12/12/09 10:43 AM