TODO / Need more information (TBC spells)

Hunter: misdirection. combat log line? "you cast misdirection on x." ?

Mage: Invisibility. Is it a stacking buff, once per second? Or will the one second ticks happen silently? Also, does it remove threat arithmetically or geometrically?

Shaman: Nature's Guardian. Comat log line? "You cast nature's guardian on x" ?

-------------------------------------------------------

Warlock: Soul Shatter is "You cast Soul Shatter."


-------------------------------------------------------

drawing the raid table. we have

1) Data source. List of names and threat. also maybe lists of name vs TPS. Then specials like aggro gain / pet.

Perhaps we should get an initial data set with raid members, threat, tps, and aggro gain and pet in there.


OK, so we have
	somedataset = me.builddataset(raidthreatdata, raidtpsdata, mastertarget)

then

	somedataset = 
	{
		1 = 
		{
			name = "bob",
			threat = 1000,
			tps = 100,
		},
	},


2) Sort (by threat)

3) Transfer to drawing table. up to n items. <player> must feature. Cull 0 items (always [well, maybe except yourself when in combat]). 

