Liquide
DEX: 4
Drawmack said:
The problem comes in the fact that people seem to claculate CR and ECL by different standards. The way that I see it is that CR = the level of a party of four that this creature can take 20% of the resources from.
This means that a CR 4 should take 20% of the resources from a party of four fourth level characters.
Since each character holds 25% of the resources of the party this means that this monster can take 95% of the resources of any given individual in that party. This however does not mean that this creature is only 95% as stong as any member because he can take the punishment from the entire party while dealin out this damage. So I would say that if you take CR * 5 (cause 5 * 20 = 100) you get the ECL of a monster. The core books do not use this philosophy.
Code:[color=white] race CR ECL ==== == === Elf 1/2 1 Human NA 1 Half-Elf 1/2 1 Half-Orc 1/2 1 Halfling 1/2 1 Gnome 1/2 1 [/color]
so it appears that ECL = CR * 2, but this does not seem to make any sense. Going by this ration a 20th level wizard is equal to a young adult green dragon.
Take a look at the stats on this monster:
Hit Dice: 17d12 + 108
AC: 25
BaB: +22
Fort/Ref/Will: +14, +10, +12
10d6 breath weapon, Fear DC 20, SR 19, DR 5/+1, Caster level is 3rd.
This is not equivocal to a 20th level human fighter, however using my method of CR * 5 this nasty becomes a ECL of 60 (50 for the dragon and 10 for the character levels). That sounds about right ro me.
I like the idea of ECL. However I find the implementation lacking. Since CR is the amount of damage that a creature can to do a party and ECL is the amount of levels a character needs to equal a monster then I feel that there should be a formula directly relating the two and they should be dependent on one another.
<ul>
<li>If ECL =< 20 Then
CR = ECL (+0 to +3)
<li>If ECL =< 40 AND ECL > 20 Then
CR = (ECL-20)*1/2 + 20
<li>If ECL =< 80 AND ECL > 40 Then
CR = (ECL-40)*1/4 + 30
<li>If ECL =< 160 AND ECL > 80 Then
CR = (ECL-80)*1/8 + 40
<li>If ECL =< 320 AND ECL > 160 Then
CR = (CR-160)*1/16 + 50
</ul>
correct me if this forumla seems very off

Code:
[color=white]
race CR ECL
==== == ===
Elf 1/2 1
Human NA 1
Half-Elf 1/2 1
Half-Orc 1/2 1
Halfling 1/2 1
Gnome 1/2 1
[/color]
This above snipper is not true though :
All of the above races have an ECL of 0, and the CR is for a 1st level warrior of each race not for the race itself.
Last edited: