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

Comparing deliantra/server/common/item.C (file contents):
Revision 1.30 by root, Mon May 7 03:05:57 2007 UTC vs.
Revision 1.36 by root, Mon May 28 21:21:40 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game 2 * This file is part of Crossfire TRT, the Multiplayer Online Role Playing Game.
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team 4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team
5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team
6 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (©) 1992,2007 Frank Tore Johansen
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * Crossfire TRT is free software; you can redistribute it and/or modify it
9 * it under the terms of the GNU General Public License as published by 9 * under the terms of the GNU General Public License as published by the Free
10 * the Free Software Foundation; either version 2 of the License, or 10 * Software Foundation; either version 2 of the License, or (at your option)
11 * (at your option) any later version. 11 * any later version.
12 * 12 *
13 * This program is distributed in the hope that it will be useful, 13 * This program is distributed in the hope that it will be useful, but
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 * GNU General Public License for more details. 16 * for more details.
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License along
19 * along with this program; if not, write to the Free Software 19 * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 * 21 *
22 * The authors can be reached via e-mail at <crossfire@schmorp.de> 22 * The authors can be reached via e-mail to <crossfire@schmorp.de>
23 */ 23 */
24 24
25#include <global.h> 25#include <global.h>
26#include <funcpoint.h> 26#include <funcpoint.h>
27#include <living.h> 27#include <living.h>
47 * may be better. 47 * may be better.
48 * Basically, for the use/nonuse, the code does something like: 48 * Basically, for the use/nonuse, the code does something like:
49 * "This item goes %s\n", with the use/nonuse values filling in the %s 49 * "This item goes %s\n", with the use/nonuse values filling in the %s
50 */ 50 */
51Body_Locations body_locations[NUM_BODY_LOCATIONS] = { 51Body_Locations body_locations[NUM_BODY_LOCATIONS] = {
52 {"body_range", "in your range slot", "in a human's range slot"}, 52 {KW_body_skill , "You can use it as your skill" , "It is used as a skill"},
53 {"body_shield", "as a shield", "as a protective shield"}, 53 {KW_body_combat , "You can wield it as your weapon" , "It is used as a combat weapon"},
54 {"body_combat", "as a combat weapon", "as a combat weapon"}, 54 {KW_body_range , "You can use it as your range weapon" , "It is used as a range weapon"},
55 {"body_arm", "on your arm", "on a human's arm"}, 55 {KW_body_shield , "You can wield it as a shield" , "It is used as a shield"},
56 {"body_torso", "on your body", "on a human's torso"}, 56 {KW_body_arm , "You can put it on your arm" , "It goes on a human's arm"},
57 {"body_head", "on your head", "on a human's head"}, 57 {KW_body_torso , "You can wear it on your body" , "It goes on a human's torso"},
58 {"body_neck", "around your neck", "around a humans neck"}, 58 {KW_body_head , "You can wear it on your head" , "It goes on a human's head"},
59 {"body_skill", "in your skill slot", "in a human's skill slot"}, 59 {KW_body_neck , "You can wear it around your neck" , "It goes around a human's neck"},
60 {"body_finger", "on your finger", "on a human's finger"} , 60 {KW_body_finger , "You can wear it on your finger" , "It goes on a human's finger"} ,
61 {"body_shoulder", "around your shoulders", "around a human's shoulders"}, 61 {KW_body_shoulder, "You can wear it around your shoulders", "It goes around a human's shoulders"},
62 {"body_foot", "on your feet", "on a human's feet"}, 62 {KW_body_foot , "You can put it on your foot" , "It goes on a human's foot"},
63 {"body_hand", "on your hands", "on a human's hands"}, 63 {KW_body_hand , "You can put it on your hand" , "It goes on a human's hand"},
64 {"body_wrist", "around your wrists", "around a human's wrist"}, 64 {KW_body_wrist , "You can wear it around your wrist" , "It goes around a human's wrist"},
65 {"body_waist", "around your waist", "around a human's waist"}, 65 {KW_body_waist , "You can wear it around your waist" , "It goes around a human's waist"},
66/*{"body_dragon_torso", "your body", "a dragon's body"} */ 66/*{"body_dragon_torso", "your body", "a dragon's body"} */
67}; 67};
68 68
69static char numbers[21][20] = { 69static char numbers[21][20] = {
70 "no", "", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", 70 "no", "", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten",
272{ 272{
273 int i, tmp, enc; 273 int i, tmp, enc;
274 274
275 enc = 0; 275 enc = 0;
276 for (i = 0; i < NUM_STATS; i++) 276 for (i = 0; i < NUM_STATS; i++)
277 enc += get_attr_value (&op->stats, i); 277 enc += op->stats.stat (i);
278 278
279 /* This protection logic is pretty flawed. 20% fire resistance 279 /* This protection logic is pretty flawed. 20% fire resistance
280 * is much more valuable than 20% confusion, or 20% slow, or 280 * is much more valuable than 20% confusion, or 20% slow, or
281 * several others. Start at 1 - ignore physical - all that normal 281 * several others. Start at 1 - ignore physical - all that normal
282 * armour shouldn't be counted against 282 * armour shouldn't be counted against
502 if (!QUERY_FLAG (op, FLAG_IDENTIFIED)) 502 if (!QUERY_FLAG (op, FLAG_IDENTIFIED))
503 return buf; 503 return buf;
504 504
505 for (attr = 0; attr < NUM_STATS; attr++) 505 for (attr = 0; attr < NUM_STATS; attr++)
506 { 506 {
507 if ((val = get_attr_value (&(op->stats), attr)) != 0) 507 if ((val = op->stats.stat (attr)))
508 {
509 sprintf (buf + strlen (buf), "(%s%+d)", short_stat_name[attr], val); 508 sprintf (buf + strlen (buf), "(%s%+d)", short_stat_name[attr], val);
510 }
511 } 509 }
512 510
513 if (op->stats.exp) 511 if (op->stats.exp)
514 sprintf (buf + strlen (buf), "(speed %+lld)", (long long) op->stats.exp); 512 sprintf (buf + strlen (buf), "(speed %+lld)", (long long) op->stats.exp);
515 if (op->stats.wc) 513 if (op->stats.wc)
1084 break; /* We have more information to do below this switch */ 1082 break; /* We have more information to do below this switch */
1085 1083
1086 case POWER_CRYSTAL: 1084 case POWER_CRYSTAL:
1087 if (op->stats.maxsp > 1000) 1085 if (op->stats.maxsp > 1000)
1088 { /*higher capacity crystals */ 1086 { /*higher capacity crystals */
1089 i = (op->stats.maxsp % 100) / 10; 1087 i = (op->stats.maxsp % 1000) / 100;
1088
1090 if (i) 1089 if (i)
1091 snprintf (buf, MAX_BUF, "(capacity %d.%dk). It is ", op->stats.maxsp / 100, i); 1090 snprintf (buf, MAX_BUF, "(capacity %d.%dk). It is ", op->stats.maxsp / 1000, i);
1092 else 1091 else
1093 snprintf (buf, MAX_BUF, "(capacity %dk). It is ", op->stats.maxsp / 100); 1092 snprintf (buf, MAX_BUF, "(capacity %dk). It is ", op->stats.maxsp / 1000);
1094 } 1093 }
1095 else 1094 else
1096 snprintf (buf, MAX_BUF, "(capacity %d). It is ", op->stats.maxsp); 1095 snprintf (buf, MAX_BUF, "(capacity %d). It is ", op->stats.maxsp);
1096
1097 strcat (retbuf, buf); 1097 strcat (retbuf, buf);
1098 i = (op->stats.sp * 10) / op->stats.maxsp; 1098 i = (op->stats.sp * 10) / op->stats.maxsp;
1099 if (op->stats.sp == 0) 1099 if (op->stats.sp == 0)
1100 strcat (retbuf, "empty."); 1100 strcat (retbuf, "empty.");
1101 else if (i == 0) 1101 else if (i == 0)
1166 { 1166 {
1167 int attr, val; 1167 int attr, val;
1168 1168
1169 for (attr = 0; attr < NUM_STATS; attr++) 1169 for (attr = 0; attr < NUM_STATS; attr++)
1170 { 1170 {
1171 if ((val = get_attr_value (&(op->stats), attr)) != 0) 1171 if ((val = op->stats.stat (attr)))
1172 { 1172 {
1173 sprintf (buf, "(%s%+d)", short_stat_name[attr], val); 1173 sprintf (buf, "(%s%+d)", short_stat_name[attr], val);
1174 strcat (retbuf, buf); 1174 strcat (retbuf, buf);
1175 } 1175 }
1176 } 1176 }
1433 if (op->magic || op->type == POWER_CRYSTAL || op->type == SPELLBOOK || op->type == SCROLL || op->type == GIRDLE) 1433 if (op->magic || op->type == POWER_CRYSTAL || op->type == SPELLBOOK || op->type == SCROLL || op->type == GIRDLE)
1434 return 1; 1434 return 1;
1435 1435
1436 /* Check to see if it increases/decreases any stats */ 1436 /* Check to see if it increases/decreases any stats */
1437 for (i = 0; i < NUM_STATS; i++) 1437 for (i = 0; i < NUM_STATS; i++)
1438 if (get_attr_value (&(op->stats), i) != 0) 1438 if (op->stats.stat (i))
1439 return 1; 1439 return 1;
1440 1440
1441 /* If it doesn't fall into any of the above categories, must 1441 /* If it doesn't fall into any of the above categories, must
1442 * be non magical. 1442 * be non magical.
1443 */ 1443 */
1452int 1452int
1453need_identify (const object *op) 1453need_identify (const object *op)
1454{ 1454{
1455 switch (op->type) 1455 switch (op->type)
1456 { 1456 {
1457 case RING: 1457 case RING:
1458 case WAND: 1458 case WAND:
1459 case ROD: 1459 case ROD:
1460 case HORN: 1460 case HORN:
1461 case SCROLL: 1461 case SCROLL:
1462 case SKILL: 1462 case SKILL:
1463 case SKILLSCROLL: 1463 case SKILLSCROLL:
1464 case SPELLBOOK: 1464 case SPELLBOOK:
1465 case FOOD: 1465 case FOOD:
1466 case POTION: 1466 case POTION:
1467 case BOW: 1467 case BOW:
1468 case ARROW: 1468 case ARROW:
1469 case WEAPON: 1469 case WEAPON:
1470 case ARMOUR: 1470 case ARMOUR:
1471 case SHIELD: 1471 case SHIELD:
1472 case HELMET: 1472 case HELMET:
1473 case AMULET: 1473 case AMULET:
1474 case BOOTS: 1474 case BOOTS:
1475 case GLOVES: 1475 case GLOVES:
1476 case BRACERS: 1476 case BRACERS:
1477 case GIRDLE: 1477 case GIRDLE:
1478 case CONTAINER: 1478 case CONTAINER:
1479 case DRINK: 1479 case DRINK:
1480 case FLESH: 1480 case FLESH:
1481 case INORGANIC: 1481 case INORGANIC:
1482 case CLOSE_CON: 1482 case CLOSE_CON:
1483 case CLOAK: 1483 case CLOAK:
1484 case GEM: 1484 case GEM:
1485 case POWER_CRYSTAL: 1485 case POWER_CRYSTAL:
1486 case POISON: 1486 case POISON:
1487 case BOOK: 1487 case BOOK:
1488 case SKILL_TOOL: 1488 case SKILL_TOOL:
1489 return 1; 1489 return 1;
1490 } 1490 }
1491
1491 /* Try to track down some stuff that may show up here. Thus, the 1492 /* Try to track down some stuff that may show up here. Thus, the
1492 * archetype file can be updated, and this function removed. 1493 * archetype file can be updated, and this function removed.
1493 */ 1494 */
1494#if 0 1495#if 0
1495 LOG (llevDebug, "need_identify: %s does not need to be id'd\n", op->name); 1496 LOG (llevDebug, "need_identify: %s does not need to be id'd\n", op->name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines