Lots of statistics from the Monster Manual

kerbarian

Explorer
I just finished compiling and analyzing all of the statistics I could think of from the Monster Manual. It started with wondering how the defense scores (AC, Fortitude, Reflex, Will) compared to each other -- how much of an advantage is it to attack Reflex instead of AC, anyway? Then I wondered how prevalent the different types of resistances are. Eventually I just decided to get every easily-comparable piece of monster data I could and throw some perl together to get interesting statistics.

A few high-level observations:
  • Attacking Reflex or Will instead of AC is effectively about a +3 to hit, with Will being somewhat better. Attacking Fortitude only gets you +1-2, declining at higher levels, and Brutes actually have higher Fortitude than AC.

  • Of the damage types, poison has the most common resistance (23%) because so many creatures are immune. Next is fire (17%), and necrotic is also high (13%) because of undead. Most of the rest are at about 5%, with radiant (2%), psychic (<1%), and force (<1%) performing the best. The only significant vulnerability is Radiant (9%), again due to undead.

  • Not a big surprise, but creatures tend to get both bigger and faster as you move up the tiers. About 17% of creatures fly in the heroic and paragon tiers; that jumps to 60% in epic.

  • The ratio of heroic : paragon : epic entries is about 6 : 5 : 2. About 11% of heroic entries are elite or solo monsters. That increases to 33% for paragon and 53% for epic.

I've broken the statistics down into several sections:

Defenses:
[sblock]
This first table compares average fortitude/reflex/will to average AC at each tier, to see how much of an advantage there is in attacking each defense. At every tier, will is the easiest defense to hit, followed closely by reflex. Fortitude is a distant third, and unsurprisingly AC is (on average) the highest defense.
Code:
                    1-10   11-20   21-30+  Overall
Fortitude - AC     -1.76   -1.14   -0.88     -1.39   
Reflex - AC        -2.51   -3.07   -2.64     -2.75   
Will - AC          -3.28   -3.20   -3.68     -3.31

This table looks at how the defenses scale with level. AC holds pretty steady at level + 14. The rest of the defenses are lower than AC by the amounts shown in the previous table.
Code:
                    1-10   11-20   21-30+  Overall
AC - Level         14.01   14.45   14.69     14.29   
Fortitude - Level  12.25   13.31   13.81     12.90   
Reflex - Level     11.50   11.38   12.05     11.54   
Will - Level       10.74   11.25   11.01     10.98

The defenses also vary by monster role. The fact that fortitude stays closer than the other defenses to AC seems to mostly be due to soldiers and brutes. Brutes actually have a higher average fortitude than AC. Since soldiers tend to have both high AC and high fortitude, that means their reflex and will defenses are far lower by comparison.
Code:
                   Artillery   Brute   Controller   Lurker   Minion   Skirmisher   Soldier
Fortitude - AC         -1.89    0.86        -1.84    -2.86    -1.90        -2.04     -1.55   
Reflex - AC            -1.69   -2.55        -2.95    -1.50    -3.15        -2.06     -4.29   
Will - AC              -2.67   -2.71        -2.19    -3.52    -4.00        -3.79     -4.39

This table shows defenses by level and role. Again, we see AC at level + 14 for most roles, but soldiers are significantly higher, artillery and minions a little lower, and brutes significantly lower.
Code:
                   Artillery   Brute   Controller   Lurker   Minion   Skirmisher   Soldier
AC - Level             13.78   12.77        14.49    14.18    13.54        14.40     16.11   
Fortitude - Level      11.89   13.63        12.65    11.32    11.64        12.36     14.57   
Reflex - Level         12.09   10.22        11.54    12.68    10.38        12.34     11.82   
Will - Level           11.11   10.06        12.30    10.66     9.54        10.61     11.72
[/sblock]
Attacks:
[sblock]
The first table shows what percentage of creatures at each tier have at least one attack that targets each defense. For example, only 13.8% of level 1-10 creatures have an attack that targets Will. "AC only" is the percentage of creatures that have an attack against AC and not against any other defenses.

Attacks against AC are the most common (no surprise), and attacks against Will are the least common, with only about 21% of creatures having an attack vs. Will. At higher tiers, we see more creatures able to attack defenses other than AC.
Code:
               1-10   11-20   21-30+  Overall
AC             95.6    96.3    86.5      94.5
Fortitude      24.9    35.3    43.2      31.7
Reflex         25.8    37.4    55.4      34.8
Will           13.8    26.3    28.4      20.9
AC only        51.1    34.2    27.0      40.9
The next table shows the average attack bonus vs. each defense, compared to the creature's level. For example, level 1-10 creatures have an average attack vs. AC of their level + 4.47. These say pretty steady; attacks against AC are at level + 4-5, and attacks against other defenses are at level + 3.
Code:
                                1-10   11-20   21-30+  Overall
Attack vs. AC - Level           4.47    4.41    4.55      4.46
Attack vs. Fortitude - Level    3.15    3.15    3.07      3.13
Attack vs. Reflex - Level       3.14    3.01    2.95      3.03
Attack vs. Will - Level         2.97    3.39    2.75      3.13
[/sblock]
Resistances:
[sblock]
Because there's a lot of information to cover, this section is broken into one table per tier, and then an overall table at the end. The values shown are percentages of creatures that have the given level of resistance or higher. For example, in the first table we can see that 17.3% of heroic-tier creatures have at least resist poison 5. 13.8% have at least resist poison 20, and 13.8% are immune, so we can see that all of those high resistances actually come from immunity.

Note that I counted "variable" resistance as resistance to acid, cold, fire, lightning, and thunder, since it can be any of those. Also, swarm resistance (half damage from melee and ranged) is listed under immunities.

Heroic tier (monster levels 1-10):
Code:
              5+    10+    15+    20+    25+    30+    35+    40+  Immune
acid         3.1    2.7    0.9    0.4    0.0    0.0    0.0    0.0     0.0     
cold         2.2    2.2    0.9    0.4    0.0    0.0    0.0    0.0     0.0     
fire         8.9    8.4    2.7    1.8    0.0    0.0    0.0    0.0     0.0     
force        0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0     0.0     
lightning    2.2    2.2    0.9    0.4    0.4    0.4    0.4    0.4     0.4     
necrotic     9.8    8.4    0.0    0.0    0.0    0.0    0.0    0.0     0.0     
poison      17.3   16.9   14.2   13.8   13.8   13.8   13.8   13.8    13.8     
psychic      0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0     0.0     
radiant      0.4    0.4    0.0    0.0    0.0    0.0    0.0    0.0     0.0     
thunder      1.8    1.8    0.0    0.0    0.0    0.0    0.0    0.0     0.0

Paragon tier (monster levels 11-20):
Code:
              5+    10+    15+    20+    25+    30+    35+    40+  Immune
acid         4.7    4.7    3.2    1.6    0.5    0.0    0.0    0.0     0.0     
cold         6.3    6.3    4.7    3.7    2.1    1.6    0.5    0.5     0.5     
fire        21.1   21.1   16.8   14.2    5.8    4.7    1.1    1.1     0.5     
force        0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0     0.0     
lightning    4.2    4.2    3.2    2.6    1.1    0.5    0.5    0.5     0.5     
necrotic    11.1   11.1    5.8    4.2    0.5    0.5    0.0    0.0     0.0     
poison      24.7   24.7   21.1   21.1   19.5   18.9   18.9   18.9    18.9     
psychic      0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0     0.0     
radiant      3.2    3.2    1.1    0.5    0.0    0.0    0.0    0.0     0.0     
thunder      2.1    2.1    1.1    0.5    0.0    0.0    0.0    0.0     0.0

Epic tier (monster levels 21-30+):
Code:
              5+    10+    15+    20+    25+    30+    35+    40+  Immune
acid        14.9   14.9   10.8   10.8    2.7    2.7    0.0    0.0     0.0     
cold        14.9   14.9   10.8   10.8    5.4    4.1    1.4    1.4     0.0     
fire        32.4   32.4   27.0   25.7   17.6   16.2    9.5    9.5     6.8     
force        2.7    2.7    1.4    1.4    1.4    1.4    0.0    0.0     0.0     
lightning   18.9   18.9   14.9   13.5    6.8    6.8    0.0    0.0     0.0     
necrotic    28.4   28.4   16.2   13.5    9.5    9.5    5.4    4.1     2.7     
poison      33.8   33.8   32.4   31.1   29.7   29.7   27.0   27.0    27.0     
psychic      2.7    2.7    1.4    1.4    1.4    1.4    0.0    0.0     0.0     
radiant      4.1    4.1    1.4    1.4    1.4    0.0    0.0    0.0     0.0     
thunder     18.9   18.9   12.2   10.8    4.1    4.1    0.0    0.0     0.0

Overall (all monsters):
Code:
              5+    10+    15+    20+    25+    30+    35+    40+  Immune
acid         5.5    5.3    3.3    2.5    0.6    0.4    0.0    0.0     0.0     
cold         5.7    5.7    3.9    3.3    1.6    1.2    0.4    0.4     0.2     
fire        17.2   17.0   11.9   10.2    4.9    4.3    1.8    1.8     1.2     
force        0.4    0.4    0.2    0.2    0.2    0.2    0.0    0.0     0.0     
lightning    5.5    5.5    3.9    3.3    1.6    1.4    0.4    0.4     0.4     
necrotic    13.1   12.5    4.7    3.7    1.6    1.6    0.8    0.6     0.4     
poison      22.7   22.5   19.6   19.2   18.4   18.2   17.8   17.8    17.8     
psychic      0.4    0.4    0.2    0.2    0.2    0.2    0.0    0.0     0.0     
radiant      2.0    2.0    0.6    0.4    0.2    0.0    0.0    0.0     0.0     
thunder      4.5    4.5    2.2    1.8    0.6    0.6    0.0    0.0     0.0
[/sblock]
Vulnerabilities:
[sblock]
These tables are laid out basically the same as the resistances tables above. The "Special" column indicates what percentage of monsters have a vulnerability that causes some effect other than extra damage.

As you can see, there aren't a whole lot of vulnerabilities out there aside from radiant.

Note that the swarm vulnerability to close and area attacks is listed under immunities.

Heroic tier (monster levels 1-10):
Code:
              5+    10+    15+     20  Special
acid         0.0    0.0    0.0    0.0      0.0
cold         0.0    0.0    0.0    0.0      1.3
fire         0.9    0.0    0.0    0.0      0.0
force        0.0    0.0    0.0    0.0      0.0
lightning    0.0    0.0    0.0    0.0      0.0
necrotic     0.0    0.0    0.0    0.0      0.0
poison       0.0    0.0    0.0    0.0      0.0
psychic      0.0    0.0    0.0    0.0      0.0
radiant      8.9    0.4    0.0    0.0      0.0
thunder      0.0    0.0    0.0    0.0      0.0

Paragon tier (monster levels 11-20):
Code:
              5+    10+    15+     20  Special
acid         0.0    0.0    0.0    0.0      0.0
cold         0.0    0.0    0.0    0.0      0.5
fire         0.5    0.0    0.0    0.0      1.1
force        0.0    0.0    0.0    0.0      0.0
lightning    0.0    0.0    0.0    0.0      0.0
necrotic     0.0    0.0    0.0    0.0      0.5
poison       0.0    0.0    0.0    0.0      0.0
psychic      0.0    0.0    0.0    0.0      0.0
radiant      7.9    4.2    0.5    0.5      0.0
thunder      0.0    0.0    0.0    0.0      0.0

Epic tier (monster levels 21-30+):
Code:
              5+    10+    15+     20  Special
acid         0.0    0.0    0.0    0.0      0.0
cold         0.0    0.0    0.0    0.0      0.0
fire         1.4    1.4    0.0    0.0      0.0
force        0.0    0.0    0.0    0.0      0.0
lightning    0.0    0.0    0.0    0.0      0.0
necrotic     0.0    0.0    0.0    0.0      1.4
poison       0.0    0.0    0.0    0.0      0.0
psychic      0.0    0.0    0.0    0.0      0.0
radiant     12.2    9.5    1.4    0.0      0.0
thunder      0.0    0.0    0.0    0.0      0.0

Overall (all monsters):
Code:
              5+    10+    15+     20  Special
acid         0.0    0.0    0.0    0.0      0.0
cold         0.0    0.0    0.0    0.0      0.8
fire         0.8    0.2    0.0    0.0      0.4
force        0.0    0.0    0.0    0.0      0.0
lightning    0.0    0.0    0.0    0.0      0.0
necrotic     0.0    0.0    0.0    0.0      0.4
poison       0.0    0.0    0.0    0.0      0.0
psychic      0.0    0.0    0.0    0.0      0.0
radiant      9.0    3.3    0.4    0.2      0.0
thunder      0.0    0.0    0.0    0.0      0.0
[/sblock]
Immunities:
[sblock]
All of the damage-type immunities are included in the resistances tables; this table covers all the rest of the immunities (as percentages of monsters who have the given immunity).
Code:
                  1-10  11-20  21-30+  Overall
charm              0.0    2.1    1.4       1.0  
disease           13.3   20.0   27.0      18.0  
fear               1.3    7.4   10.8       5.1  
gaze               1.8    3.7    2.7       2.7  
illusion           0.0    1.1    1.4       0.6  
knocked prone      0.0    0.5    1.4       0.4  
petrification      2.7    5.3    1.4       3.5  
push/pull/slide    0.0    0.5    1.4       0.4  
sleep              0.0    3.2    4.1       1.8

These don't really fit anywhere, but I'm throwing them in here because they appear in the immunities/resistances/vulnerabilities section of the stat block. Swarm isn't actually a resistance or vulnerability defined in the MM, but there are a bunch of swarm creatures that all have the same special resistance and vulnerability: half damage from melee and ranged attacks, extra damage from close or area attacks.
Code:
                  1-10  11-20  21-30+  Overall
insubstantial      2.2    1.6    5.4       2.5  
swarm              1.8    1.1    2.7       1.6
[/sblock]
Senses:
[sblock]
This lists the percentages of monsters at each tier that have each type of special sense. I also created a category to show how many monsters have no special senses listed ("normal only").
Code:
                    1-10  11-20  21-30+  Overall
normal only         27.1   34.2   24.3      29.4  
all-around vision    0.4    3.2    2.7       1.8  
blindsight           2.2    4.2    5.4       3.5  
darkvision          31.1   41.6   51.4      38.2  
low-light vision    36.9   12.6   10.8      23.5  
tremorsense          5.3    3.7    4.1       4.5  
truesight            0.0    6.3    8.1       3.7
[/sblock]
Movement:
[sblock]
The first table shows the average speed of creatures at each tier, taking the maximum speed of any of their movement modes. The second table shows what percentage of monsters have each type of special movement.
Code:
                    1-10  11-20  21-30+  Overall
Max speed           6.55   7.44   9.16      7.29

                    1-10  11-20  21-30+  Overall
burrow               2.7    2.6    4.1       2.9  
climb               12.4    9.5    5.4      10.2  
fly                 16.4   17.9   60.8      23.7  
overland flight      4.4    6.8    9.5       6.1  
phasing              2.2    1.6    5.4       2.5  
swim                 6.2    6.8    6.8       6.5  
teleport             1.3    5.3    6.8       3.7
[/sblock]
Perception and Inititative:
[sblock]
These are just a couple random monster statistics, but they're right up there at the top of the stat block, so I figured I should do something with them :). According to the monster design guidelines in the MM, perception and initiative should scale with about 3/4 level -- 1/2 for the level bonus and 1/4 for the stat bonus. They definitely scale more slowly than level, as we can see that they drop off compared to level as we move up the tiers. It turns out they don't even quite scale with 3/4 level, but it's closer.
Code:
                         1-10   11-20   21-30+  Overall
Perception - Level       0.35   -2.48   -5.24     -1.60   
Initiative - Level       0.72   -3.27   -5.46     -1.76   

                         1-10   11-20   21-30+  Overall
Perception - 3/4 Level   1.78    1.25    0.85      1.44   
Initiative - 3/4 Level   2.15    0.46    0.64      1.27
[/sblock]
Size:
[sblock]
This one is pretty straightforward; it shows what percentage of monsters are in each size category, at each tier and overall.
Code:
              1-10  11-20  21-30+  Overall
Tiny           1.3    0.0    0.0       0.6  
Small         15.1    0.5    1.4       7.4  
Medium        60.9   45.3   32.4      50.5  
Large         22.2   41.6   32.4      31.3  
Huge           0.4   12.6   18.9       8.0  
Gargantuan     0.0    0.0   14.9       2.2
[/sblock]
Monster Distribution:
[sblock]
These tables show some information about how the entries within the Monster Manual are distributed. They list how many entries (stat blocks) there are at each tier, what percentage of entries are elite or solo, and what percentage of entries are filled by each role. Note that the "(Leader)" role is in addition to one of the basic roles, so the values will add up to more than 100% if you include it.
Code:
             1-10  11-20  21-30+  Overall
Stat blocks   225    190     74       489

             1-10  11-20  21-30+  Overall
Elite         8.0   25.3   33.8      18.6  
Solo          3.1    7.4   18.9       7.2  

             1-10  11-20  21-30+  Overall
Artillery    10.7   12.1   10.8      11.2  
Brute        21.8   15.3   23.0      19.4  
Controller   11.1   21.6   18.9      16.4  
Lurker       11.6    6.8    6.8       9.0  
Minion        8.0    8.4    6.8       8.0  
Skirmisher   18.7   13.7   12.2      15.7  
Soldier      18.2   22.1   21.6      20.2  
(Leader)      8.9   10.0    8.1       9.2
[/sblock]
 
Last edited:

log in or register to remove this ad

DeusExMachina

First Post
So especially that Defense part is pretty awesome, but eh... do you get bored much??? ;)

Anyway, interesting stuff you've got here. It's nice to know exactly how much it matters that you attack a different defense...
 



Khaim

First Post
Awesome. I was wondering about the stats (defenses, mostly) but I'm far too lazy to figure it out myself.

What about attacks/avg damage?
 


Mort_Q

First Post
It is my intent to design/choose monsters based on what powers and feats the players pick. That is to say, if someone focuses on fire, they'll get fire vulnerable, and fire neutral, and fire resistant opponents.

Let 'em shine, then make 'em sweat.

Particularly recurring villain nemesis types.... if you keep burning them, they're going to get smart about it.
 



Argyuile

First Post
Mort_Q said:
It is my intent to design/choose monsters based on what powers and feats the players pick. That is to say, if someone focuses on fire, they'll get fire vulnerable, and fire neutral, and fire resistant opponents.

Let 'em shine, then make 'em sweat.

Particularly recurring villain nemesis types.... if you keep burning them, they're going to get smart about it.

I agree I like to build some encounters where the players choices really shine and others where they are severely hampered.
 

Remove ads

AD6_gamerati_skyscraper

Remove ads

Upcoming Releases

Top