--- deliantra/server/common/living.c 2006/03/21 05:36:56 1.7 +++ deliantra/server/common/living.c 2006/06/25 22:19:41 1.8 @@ -70,10 +70,13 @@ * it is 1-diff */ -const float cha_bonus[MAX_STAT + 1]={10.0, 10.0, 9.0, 8.0, 7.0, 6.0, /*<-5*/ - 5.0, 4.5, 4.0, 3.5, 3.0, /*<-10*/ 2.9, 2.8, 2.7, 2.6, 2.5, /*<-15*/ - 2.4, 2.3, 2.2, 2.1, 2.0, /*<-20*/ 1.95, 1.90, 1.85, 1.80, 1.75, /*25 */ - 1.70, 1.65, 1.60, 1.55, 1.50 /*30 */ +const float cha_bonus[MAX_STAT + 1] = { 10.0, + 10.0, 9.0, 8.0, 7.0, 6.0, /* 5 */ + 5.0, 4.5, 4.0, 3.5, 3.0, /* 10 */ + 2.9, 2.8, 2.7, 2.6, 2.5, /* 15 */ + 2.4, 2.3, 2.2, 2.1, 2.0, /* 20 */ + 1.9, 1.8, 1.7, 1.6, 1.5, /* 25 */ + 1.4, 1.3, 1.2, 1.1, 1.0 /* 30 */ }; const int dex_bonus[MAX_STAT + 1]={ @@ -82,7 +85,7 @@ /* speed_bonus uses dex as its stat */ const float speed_bonus[MAX_STAT + 1]={ - -0.4, -0.4, -0.3, -0.3, -0.2, -0.2, -0.2, -0.1, -0.1, -0.1, -0.05, 0, 0, 0, + -0.4, -0.35, -0.3, -0.25, -0.2, -0.16, -0.12, -0.09, -0.06, -0.03, -0.01, 0, 0.01, 0.03, 0.05, 0.1, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0, 2.5, 3.0 };