|
Crossfire Server, Branch 1.12
R12190
|
One special item (weapon, shield, ...). More...

Data Fields | |
| int | calc_power |
| Item power calculated via calc_item_power(). | |
| char * | diff |
| Result of get_ob_diff() with the item's clone. | |
| char * | name |
| Item's name. | |
| struct_map_list | origin |
| Map(s) this item is found in. | |
| int | power |
| Item power as declared by the item itself. | |
Item power calculated via calc_item_power().
Definition at line 300 of file mapper.c.
Referenced by add_one_item(), and ensure_unique().
| char* struct_equipment::diff |
Result of get_ob_diff() with the item's clone.
Definition at line 301 of file mapper.c.
Referenced by add_one_item(), ensure_unique(), and free_equipment().
| char* struct_equipment::name |
Item's name.
Definition at line 298 of file mapper.c.
Referenced by add_one_item(), ensure_unique(), free_equipment(), and sort_equipment().
Map(s) this item is found in.
Definition at line 302 of file mapper.c.
Referenced by add_one_item(), get_equipment(), and write_equipment_index().
Item power as declared by the item itself.
Definition at line 299 of file mapper.c.
Referenced by add_one_item(), ensure_unique(), and sort_equipment().
1.7.6.1