Mercule
Adventurer
Henry said:Actually, even 1 +(2/5)* level, round to nearest integer isn't right, is it? the chart delays the middle "plus" until the next level. Instead of 1,2,2,3,3,3 like it should, it's 1,2,2,2,3,3 instead.
I just plugged it into Excel, and it's not too bad. The deviation is close enough, IMO, for the benefit of getting a simplified formula (which is one of the first things that impressed me about 3E). Oh, and I used the standard "round down" guideline.
I'll try to format this well.
Code:
Level Ave (2L/5)+1
1 1 1
2 1 1
3 2 2
4 2 2
5 2 3
6 3 3
7 3 3
8 4 4
9 4 4
10 5 5
11 5 5
12 6 5
13 6 6
14 6 6
15 7 7
16 7 7
17 7 7
18 8 8
19 8 8
20 9 9
Last edited: