Go to the source code of this file.
Defines | |
#define | ITEM_TYPE_COUNT 7 |
#define | GEAR_TYPE_COUNT 8 |
Enumerations | |
enum | item_type { ITEM_UNK, ITEM_FOOD, ITEM_DRINK, ITEM_GEAR, ITEM_WEAPON, ITEM_TEXT, ITEM_CONTAINER } |
enum | gear_type { GEAR_HEAD, GEAR_ARM, GEAR_HAND, GEAR_TORSO, GEAR_WAIST, GEAR_LEG, GEAR_FOOT, GEAR_BACK } |
enum | damage_type { DAMAGE_SLASH, DAMAGE_PIERCE, DAMAGE_BLUNT } |
Variables | |
unsigned int | item_max_use_count [ITEM_TYPE_COUNT] |
unsigned int | gear_max_use_count [GEAR_TYPE_COUNT] |
|
gear types (where you can wear it) |
|
item categories |