I decided to determine a couple of statistics as well, since I'm more interested in the distribution of certain characteristics among monsters of a given role or origin.
For example here's the distribution of attacks per role:
	
	
	
		
Some observations:
- So, the majority of monsters attacking Reflex Defense have the Artillery role.
- Similarly, the majority of monsters attacking Will Defense have the Controller role.
- Controllers have the most even distribution of attacks against the diffferent defense types.
- A majority of Skirmishers only have attacks against AC.
Anyone else determined something like this?
				
			For example here's the distribution of attacks per role:
		Code:
	
	Attacks     vs. AC | vs. Fort | vs. Refl | vs. Will
----------------------------------------------------
Artillery:  43.0%      18.3%      28.5%      10.2%
Brute:      67.3%      10.6%      18.2%       4.5%
Controller: 34.8%      20.6%      17.6%      27.0%
Lurker:     57.0%      13.0%      18.0%      12.0%
Skirmisher: 72.1%       9.1%      13.6%       5.2%
Soldier:    60.5%      16.3%      16.3%       6.9%
Leader:     51.7%      18.3%      14.2%      15.8%
	- So, the majority of monsters attacking Reflex Defense have the Artillery role.
- Similarly, the majority of monsters attacking Will Defense have the Controller role.
- Controllers have the most even distribution of attacks against the diffferent defense types.
- A majority of Skirmishers only have attacks against AC.
Anyone else determined something like this?