Crossfire Server, Branch 1.12  R12190
Data Fields
struct_equipment Struct Reference

One special item (weapon, shield, ...). More...

Collaboration diagram for struct_equipment:
Collaboration graph
[legend]

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.

Detailed Description

One special item (weapon, shield, ...).

Definition at line 297 of file mapper.c.


Field Documentation

Item power calculated via calc_item_power().

Definition at line 300 of file mapper.c.

Referenced by add_one_item(), and ensure_unique().

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().

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().


The documentation for this struct was generated from the following file: