World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
#include <Items.h>
Открытые атрибуты | |
char * | pIconName |
char * | pName |
char * | pUnidentifiedName |
char * | pDescription |
unsigned int | uValue |
unsigned __int16 | uSpriteID |
__int16 | field_1A |
signed __int16 | uEquipX |
signed __int16 | uEquipY |
ITEM_EQUIP_TYPE | uEquipType |
unsigned __int8 | uSkillType |
unsigned __int8 | uDamageDice |
unsigned __int8 | uDamageRoll |
unsigned __int8 | uDamageMod |
unsigned __int8 | uMaterial |
char | _additional_value |
char | _bonus_type |
char | _bonus_strength |
char | field_25 |
char | field_26 |
char | field_27 |
union { | |
unsigned __int8 uChanceByTreasureLvl [6] | |
struct { | |
unsigned __int8 uChanceByTreasureLvl1 | |
unsigned __int8 uChanceByTreasureLvl2 | |
unsigned __int8 uChanceByTreasureLvl3 | |
unsigned __int8 uChanceByTreasureLvl4 | |
unsigned __int8 uChanceByTreasureLvl5 | |
unsigned __int8 uChanceByTreasureLvl6 | |
} | |
}; | |
unsigned char | uItemID_Rep_St |
char | field_2f |
char* ItemDesc::pIconName |
ITEM_EQUIP_TYPE ItemDesc::uEquipType |
См. определение в файле Items.h строка 373
Используется в CastSpellInfoHelpers::_427E01_cast_spell().
union { ... } |