Working out Max stats at a given lvl

S

Skopti

Guest
I know that skill wise you work out how much you extra you can have in items is lvl divded by 4 then +1.

But what formula do you use to work out how much extra you can have in stats at any given level?

Obviously with SC I want to be as efficient as possible with allocation of str,dex etc.

Any help would be much appreciated.
 
C

CliffyG

Guest
Code:
Item Level Caps					
Char  Max     Max      Max      Max      Max
Lvl  Attribs Resists   Skills  Hits    Power
       Bonus   Bonus   Bonus   Bonus   Bonus
1	1	1	1	4	1
2	3	2	1	8	2
3	4	2	1	12	2
4	6	3	1	16	3
5	7	3	2	20	3
6	9	4	2	24	4
7	10	4	2	28	4
8	12	5	2	32	5
9	13	5	2	36	5
10	15	6	3	40	6
11	16	6	3	44	6
12	18	7	3	48	7
13	19	7	3	52	7
14	21	8	3	56	8
15	22	8	4	60	8
16	24	9	4	64	9
17	25	9	4	68	9
18	27	10	4	72	10
19	28	10	4	76	10
20	30	11	5	80	11
21	31	11	5	84	11
22	33	12	5	88	12
23	34	12	5	92	12
24	36	13	5	96	13
25	37	13	6	100	13
26	39	14	6	104	14
27	40	14	6	108	14
28	42	15	6	112	15
29	43	15	6	116	15
30	45	16	7	120	16
31	46	16	7	124	16
32	48	17	7	128	17
33	49	17	7	132	17
34	51	18	7	136	18
35	52	18	8	140	18
36	54	19	8	144	19
37	55	19	8	148	19
38	57	20	8	152	20
39	58	20	8	156	20
40	60	21	9	160	21
41	61	21	9	164	21
42	63	22	9	168	22
43	64	22	9	172	22
44	66	23	9	176	23
45	67	23	10	180	23
46	69	24	10	184	24
47	70	24	10	188	24
48	72	25	10	192	25
49	73	25	10	196	25
50	75	26	11	200	26

:) Not aligned perfectly but still readable.
 
S

Solarius

Guest
If you don't want to look up all the values, the formulas are

Skill = 1+(lvl/5)
Stat = Lvl*1.5
Resist = 1+(level/2)
Power= 1+(Level/2)
Hits = lvl*4

Taken from Herald, Guide to Spellcrafting
 

Users who are viewing this thread

Top Bottom