bounus question

Posted by Rob Harper on Mon 30 Jun 2003 08:26 PM — 1 posts, 8,524 views.

#0
I'm raising the all the stat attribute points str dex int etc,

In doing so I have to add more bonuses to
the attribute point bonus table in const.c right near the begining...does anyone know what the bounus go to for instance

str's bonus table looks like this
const struct str_app_type str_app [100] =
{
{ -5, -4, 0, 0 }, /* 0 */
{ -5, -4, 1, 1 }, /* 1 */
{ -3, -2, 2, 2 },
{ -3, -1, 10, 3 }, /* 3 */
{ -2, -1, 20, 4 },

what do the number like -2 -1 20 4 affect.