ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/living.C
(Generate patch)

Comparing deliantra/server/common/living.C (file contents):
Revision 1.74 by root, Tue Aug 7 21:58:25 2007 UTC vs.
Revision 1.75 by root, Tue Aug 7 22:36:18 2007 UTC

757 * spell system split, grace points now added to system --peterm 757 * spell system split, grace points now added to system --peterm
758 */ 758 */
759void 759void
760object::update_stats () 760object::update_stats ()
761{ 761{
762 int i, j;
763 float f, max_speed = 9, added_speed = 0, bonus_speed = 0, speed_reduce_from_disease = 1; 762 float f, max_speed = 9, added_speed = 0, bonus_speed = 0, speed_reduce_from_disease = 1;
764 int weapon_weight = 0, weapon_speed = 0; 763 int weapon_weight = 0, weapon_speed = 0;
765 int best_wc = 0, best_ac = 0, wc = 0, ac = 0; 764 int best_wc = 0, best_ac = 0, wc = 0, ac = 0;
766 int prot[NROFATTACKS], vuln[NROFATTACKS], potion_resist[NROFATTACKS]; 765 int prot[NROFATTACKS], vuln[NROFATTACKS], potion_resist[NROFATTACKS];
767 object *grace_obj = NULL, *mana_obj = NULL, *tmp; 766 object *grace_obj = NULL, *mana_obj = NULL, *tmp;
768 float old_speed = speed; 767 float old_speed = speed;
768 int stat_sum [NUM_STATS];
769 769
770 /* First task is to clear all the values back to their original values */ 770 /* First task is to clear all the values back to their original values */
771 if (type == PLAYER) 771 if (type == PLAYER)
772 { 772 {
773 for (i = 0; i < NUM_STATS; i++) 773 for (int i = 0; i < NUM_STATS; i++)
774 stats.stat (i) = contr->orig_stats.stat (i); 774 stat_sum [i] = contr->orig_stats.stat (i);
775 775
776 if (settings.spell_encumbrance == TRUE) 776 if (settings.spell_encumbrance == TRUE)
777 contr->encumbrance = 0; 777 contr->encumbrance = 0;
778 778
779 attacktype = 0; 779 attacktype = 0;
817 /* initializing resistances from the values in player/monster's 817 /* initializing resistances from the values in player/monster's
818 * archetype clone 818 * archetype clone
819 */ 819 */
820 memcpy (&resist, &arch->resist, sizeof (resist)); 820 memcpy (&resist, &arch->resist, sizeof (resist));
821 821
822 for (i = 0; i < NROFATTACKS; i++) 822 for (int i = 0; i < NROFATTACKS; i++)
823 { 823 {
824 if (resist[i] > 0) 824 if (resist[i] > 0)
825 prot[i] = resist[i], vuln[i] = 0; 825 prot[i] = resist[i], vuln[i] = 0;
826 else 826 else
827 vuln[i] = -(resist[i]), prot[i] = 0; 827 vuln[i] = -(resist[i]), prot[i] = 0;
915 && !tmp->flag [FLAG_DAMNED]) 915 && !tmp->flag [FLAG_DAMNED])
916 continue; 916 continue;
917 917
918 for (int i = 0; i < NUM_STATS; i++) 918 for (int i = 0; i < NUM_STATS; i++)
919 if (expect_false (tmp->stats.stat (i))) 919 if (expect_false (tmp->stats.stat (i)))
920 stats.stat (i) = clamp (stats.stat (i) + tmp->stats.stat (i), MIN_STAT, MAX_STAT); 920 stat_sum [i] = clamp (stat_sum [i] + tmp->stats.stat (i), MIN_STAT, MAX_STAT);
921 921
922 if (digest_types [tmp->type]) 922 if (digest_types [tmp->type])
923 { 923 {
924 contr->digestion = clamp (int (contr->digestion) + tmp->stats.food, MIN_DIGESTION, MAX_DIGESTION); 924 contr->digestion += tmp->stats.food;
925 contr->gen_hp += tmp->stats.hp; 925 contr->gen_hp += tmp->stats.hp;
926 contr->gen_sp += tmp->stats.sp; 926 contr->gen_sp += tmp->stats.sp;
927 contr->gen_grace += tmp->stats.grace; 927 contr->gen_grace += tmp->stats.grace;
928 contr->gen_sp_armour += tmp->gen_sp_armour; 928 contr->gen_sp_armour += tmp->gen_sp_armour;
929 } 929 }
934 current_weapon = tmp; 934 current_weapon = tmp;
935 } 935 }
936 936
937 /* Update slots used for items */ 937 /* Update slots used for items */
938 if (QUERY_FLAG (tmp, FLAG_APPLIED)) 938 if (QUERY_FLAG (tmp, FLAG_APPLIED))
939 for (i = 0; i < NUM_BODY_LOCATIONS; i++) 939 for (int i = 0; i < NUM_BODY_LOCATIONS; i++)
940 slot[i].used += tmp->slot[i].info; 940 slot[i].used += tmp->slot[i].info;
941 941
942 if (tmp->type == SYMPTOM) 942 if (tmp->type == SYMPTOM)
943 { 943 {
944 speed_reduce_from_disease = tmp->last_sp / 100.f; 944 speed_reduce_from_disease = tmp->last_sp / 100.f;
952 * Resistance from potions are treated special as well. If there's 952 * Resistance from potions are treated special as well. If there's
953 * more than one potion-effect, the bigger prot.-value is taken. 953 * more than one potion-effect, the bigger prot.-value is taken.
954 */ 954 */
955 if (tmp->type != POTION) 955 if (tmp->type != POTION)
956 { 956 {
957 for (i = 0; i < NROFATTACKS; i++) 957 for (int i = 0; i < NROFATTACKS; i++)
958 { 958 {
959 /* Potential for cursed potions, in which case we just can use 959 /* Potential for cursed potions, in which case we just can use
960 * a straight MAX, as potion_resist is initialised to zero. 960 * a straight MAX, as potion_resist is initialised to zero.
961 */ 961 */
962 if (tmp->type == POTION_EFFECT) 962 if (tmp->type == POTION_EFFECT)
1167 * If there is an uncursed potion in effect, granting more protection 1167 * If there is an uncursed potion in effect, granting more protection
1168 * than that, we take: 'total resistance = resistance from potion'. 1168 * than that, we take: 'total resistance = resistance from potion'.
1169 * If there is a cursed (and no uncursed) potion in effect, we take 1169 * If there is a cursed (and no uncursed) potion in effect, we take
1170 * 'total resistance = vulnerability from cursed potion'. 1170 * 'total resistance = vulnerability from cursed potion'.
1171 */ 1171 */
1172 for (i = 0; i < NROFATTACKS; i++) 1172 for (int i = 0; i < NROFATTACKS; i++)
1173 { 1173 {
1174 resist[i] = prot[i] - vuln[i]; 1174 resist[i] = prot[i] - vuln[i];
1175 1175
1176 if (potion_resist[i] && ((potion_resist[i] > resist[i]) || (potion_resist[i] < 0))) 1176 if (potion_resist[i] && ((potion_resist[i] > resist[i]) || (potion_resist[i] < 0)))
1177 resist[i] = potion_resist[i]; 1177 resist[i] = potion_resist[i];
1178 } 1178 }
1179 1179
1180 /* Figure out the players sp/mana/hp totals. */
1181 if (type == PLAYER) 1180 if (type == PLAYER)
1182 { 1181 {
1182 // clamp various player stats
1183 for (int i = 0; i < NUM_STATS; ++i)
1184 stats.stat (i) = clamp (stat_sum [i], MIN_STAT, MAX_STAT);
1185
1186 contr->digestion = clamp (contr->digestion, MIN_DIGESTION, MAX_DIGESTION);
1187
1188 /* Figure out the players sp/mana/hp totals. */
1183 int pl_level; 1189 int pl_level;
1184 1190
1185 check_stat_bounds (&(stats)); 1191 check_stat_bounds (&(stats));
1186 pl_level = level; 1192 pl_level = level;
1187 1193
1189 pl_level = 1; /* safety, we should always get 1 levels worth of hp! */ 1195 pl_level = 1; /* safety, we should always get 1 levels worth of hp! */
1190 1196
1191 /* You basically get half a con bonus/level. But we do take into account rounding, 1197 /* You basically get half a con bonus/level. But we do take into account rounding,
1192 * so if your bonus is 7, you still get 7 worth of bonus every 2 levels. 1198 * so if your bonus is 7, you still get 7 worth of bonus every 2 levels.
1193 */ 1199 */
1194 for (i = 1, stats.maxhp = 0; i <= pl_level && i <= 10; i++) 1200 stats.maxhp = 0;
1201 for (int i = 1; i <= min (10, pl_level); i++)
1195 { 1202 {
1196 j = contr->levhp[i] + con_bonus[stats.Con] / 2; 1203 int j = contr->levhp[i] + con_bonus[stats.Con] / 2;
1197 1204
1198 if (i % 2 && con_bonus[stats.Con] % 2) 1205 if (i % 2 && con_bonus[stats.Con] % 2)
1199 if (con_bonus[stats.Con] > 0) 1206 if (con_bonus[stats.Con] > 0)
1200 j++; 1207 j++;
1201 else 1208 else
1202 j--; 1209 j--;
1203 1210
1204 stats.maxhp += j > 1 ? j : 1; /* always get at least 1 hp/level */ 1211 stats.maxhp += j > 1 ? j : 1; /* always get at least 1 hp/level */
1205 } 1212 }
1206 1213
1207 for (i = 11; i <= level; i++) 1214 stats.maxhp += 2 * max (0, level - 10);
1208 stats.maxhp += 2;
1209 1215
1210 if (stats.hp > stats.maxhp) 1216 if (stats.hp > stats.maxhp)
1211 stats.hp = stats.maxhp; 1217 stats.hp = stats.maxhp;
1212 1218
1213 /* Sp gain is controlled by the level of the player's 1219 /* Sp gain is controlled by the level of the player's
1228 stats.maxsp = 1; 1234 stats.maxsp = 1;
1229 else 1235 else
1230 { 1236 {
1231 float sp_tmp = 0.f; 1237 float sp_tmp = 0.f;
1232 1238
1233 for (i = 1; i <= min (10, mana_obj->level); i++) 1239 for (int i = 1; i <= min (10, mana_obj->level); i++)
1234 { 1240 {
1235 float stmp; 1241 float stmp;
1236 1242
1237 /* Got some extra bonus at first level */ 1243 /* Got some extra bonus at first level */
1238 if (i < 2) 1244 if (i < 2)
1262 * becomes big jumps when the sums of the bonuses jump to the next 1268 * becomes big jumps when the sums of the bonuses jump to the next
1263 * step of 8 - with floats, even fractional ones are useful. 1269 * step of 8 - with floats, even fractional ones are useful.
1264 */ 1270 */
1265 float sp_tmp = 0.f; 1271 float sp_tmp = 0.f;
1266 1272
1267 for (i = 1; i <= min (10, grace_obj->level); i++) 1273 for (int i = 1; i <= min (10, grace_obj->level); i++)
1268 { 1274 {
1269 float grace_tmp = 0.f; 1275 float grace_tmp = 0.f;
1270 1276
1271 /* Got some extra bonus at first level */ 1277 /* Got some extra bonus at first level */
1272 if (i < 2) 1278 if (i < 2)
1306 1312
1307 if (contr && wc_obj && wc_obj->level > 1) 1313 if (contr && wc_obj && wc_obj->level > 1)
1308 { 1314 {
1309 wc -= wc_obj->level + thaco_bonus[stats.Str]; 1315 wc -= wc_obj->level + thaco_bonus[stats.Str];
1310 1316
1311 for (i = 1; i < wc_obj->level; i++) 1317 for (int i = 1; i < wc_obj->level; i++)
1312 { 1318 {
1313 /* additional wc every 6 levels */ 1319 /* additional wc every 6 levels */
1314 if (!(i % 6)) 1320 if (!(i % 6))
1315 wc--; 1321 wc--;
1316 1322

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines