Page 1 of 1

skill_caps.sql

Posted: Tue Aug 13, 2013 2:25 pm
by Zerahn
Header stuff was copied from what I got from the svn, actual table data was something I ripped from a wiki a while back. I didn't have an 'r0' field in my table so I dropped it from the insertion, but it did get created and defaulted to 0. Everything looks right when I create the table in my own db. Here are the values every 10 levels for reference:

Code: Select all

 (10, 33, 33, 31, 31, 31, 30, 30, 30, 28, 26, 24),
 (20, 63, 63, 60, 60, 60, 58, 58, 58, 55, 51, 47),
 (30, 93, 93, 89, 89, 89, 86, 86, 86, 82, 76, 70),
 (40,123,123,118,118,118,114,114,114,109,101, 93),
 (50,153,153,147,147,147,142,142,142,136,126,116),
 (60,203,203,196,196,196,190,190,190,183,171,159),
 (70,251,244,233,228,223,215,212,210,201,190,179),
 (80,301,294,281,275,265,255,250,245,230,215,199),
 (90,361,354,341,335,325,315,310,305,280,255,229),
 (99,424,417,404,398,388,378,373,368,334,300,265);