Average AC and Hp of Core monsters, by CR

Joshua Randall said:
Off topic, but -- does there exist a database of the monsters in the SRD in a format that I could import into Access and play around with?
boy-howdy would I like an entire set too. Although my prefered format (read: the only format I know how to manipulate well) is MS Excel.

@ J.R.: I grabbed a partial copy off a website linked on ENWorld. I've forgotten where, tho'. Sorry.
 

log in or register to remove this ad

http://www.andargor.com/ has some nice stuff, including an SRD database in MySQL (which sadly does not easily import to Access)

Edit: The XML format, on the other hand, does :)

Useful table Nail, fancy doing one for PCs? :D
 
Last edited:

Joshua Randall said:
Off topic, but -- does there exist a database of the monsters in the SRD in a format that I could import into Access and play around with? Yes, yes, I know Access is not a haxor-riffic as using Perl or whatever... but I know how to program in Access, so there. Anyway. Any help would be appreciated.

Adargor's site has XML and MySQL versions. You can import the mysql database into access pretty easily, or install MySQL on your pc, and then set up an ODBC DSN and connect to it through Access.

http://www.andargor.com/
 


Saeviomagy said:
I hope you kept your data so you can give us the standard deviations.
Done.

Code:
        Ave                Ave                  Num of
CR       hp   StDev         AC  StDev           Records
 3       26 +/- 10          16 +/- 3             62
 4       46 +/- 18          16 +/- 3             33
 5       55 +/- 18          18 +/- 4             38
 6       66 +/- 24          19 +/- 3             22
 7       87 +/- 37          18 +/- 4             35
 8       96 +/- 36          20 +/- 3             27
 9      131 +/- 46          21 +/- 3             23
10      129 +/- 56          21 +/- 4             13
11      165 +/- 48          25 +/- 2             16
12      184 +/- 87          24 +/- 4              8
13      166 +/- 58          28 +/- 2              7
14      174 +/- 62          28 +/- 1              6
15      214 +/- 89          31 +/- 3              3
16      218 +/- 65          32 +/- 2              6
17      248 +/- 78          29 +/- 6              3
18      319 +/- 56          34 +/- 2              6
19      392 +/- 37          37 +/- 1              4
20      442 +/- 249         36 +/- 3              5
21      444 +/- 54          38 +/- 2              5

Note: CR 20 hp have a huge St. Dev. Care to guess the monster that causes this? :)

<Spoiler>
Hint: It's name starts with a "T".
</spoiler>
 
Last edited:



Jdvn1 said:
Maybe a graph with a best fit line would be useful?

Sure!
 

Attachments

  • AC Graph.JPG
    AC Graph.JPG
    21.7 KB · Views: 192
  • hp Graph.JPG
    hp Graph.JPG
    25.8 KB · Views: 178
Last edited:

Doing a curve fit and rounding off to workable numbers, I came up with:

AC = 5/4 * CR + 10. (Nail's plot has +13, but I have the same R^2 with ~+10 instead of ~+13)

HP = 9/10 * CR^2 + 30. (I figured to try a quadratic because as HD increase so does CON)
 

I'd just like to say that I noticed this thread a few days ago, have noted and recorded the results.

As a rule of thumb these are of interest to me.
 

Remove ads

Top