In the past 2 years of WoW, I've had a good number of weapons that had procs attached to them. Some procs made up a significant portion of my DPS (Misplaced Servo Arm) and some definitely did not (Perdition's Blade). Generally, there wasn't solid information out there on proc rates of specific weapons. Heck, the MSA thread here went on for months and I'm not sure if it ever arrived at a solid conclusion one way or the other. And combing through wowhead/thott/allak comments is painful, to say the least.
With TBC, and the host of new procs on weapons, sets, trinkets, and so forth, my proc watch hass been working over time and those poor guys in the blasted lands have been taking it on the chin far more than they deserve.
In trying to plan my upgrade path, looking at items, I was often left wondering how often something would proc and if it was worth chasing. Sometimes you'd find good info in an item's thread, or sometimes thott would have the proc rate pulled explicitly from the spell fire. But even then, there was there's the problem of "hidden cooldowns" on things like the Hourglass of the Unraveler.
So while it was possible to assemble all of this info from all over the place, there was never a centralized location for such information. In a fit of boredom yesterday, I decided to toss up a database that I could populate with procs, and then allow people to add datapoints of their own. I figure if each proc gets enough datapoints filled out, it'll approach some semblance of truth.
It's dirt simple right now, and I'm wondering what people would like to see in such a DB/site.
There are only 2 tables at the moment:
Procs:
ProcID (index)
Item name (the name of the item or set that the proc comes from)
Item url (the link to it on thott/wowhead/etc)
Proc name (the name of the proc)
Proc url (the link to the proc on thott/etc)
Approved? (is this proc legit to show and add things to?)
Datapoints:
DatapointID (index)
ProcID (the associated proc for this datapoint)
Number of attempts (how many actions that would apply this proc were taken)
Number of applications (how many times did the proc go off)
Log link (optional field for a url to a combat log for this parse)
Pic link (optional field url to a pic link for whatever reason, proc watch pic, combat log pic, etc)
Comments (optional field for comments on this data point)
You can see the rough skeleton here:
http://www.notnice.net/procdb/ If you click on "Proc" at the start of a line, it'll take you to a list of datapoints for that proc. Right now, only the MSA has any entries since that was the only one that I had accessible from work.
You can add a new proc with the "Add new proc" link. You'll also see the list of pending procs on this page.
Until a proc is approved, you won't be able to enter datapoints for it, but past sanity checking the input, I'm not doing much in terms of the inputted values. If people want to fill it with drek, they can, and I'll just sigh, delete it, and go be emo in my rogue-corner.
It's horrid HTML to just get it up and working, and I won't make it pretty (or add the usual searching/sorting/etc) until a feature list of what people would want from it is nailed down (and people actually agree it might be useful, I guess).
While I have my own personal list of things that I want to add, I'm curious to hear from the people here what they want, and if they think something like this would actually be useful.
So what would you all like to see from such a thing and would you use it? I'm interested in any and all feedback, because this is certainly something that I've personally wanted as a resource for quite some time.