|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| char * | name |
| int32_t | graphic_id |
| ItemType | type |
| ItemSubtype | subtype |
| ItemSpecial | special |
| int32_t | hp |
| int32_t | tp |
| int32_t | min_damage |
| int32_t | max_damage |
| int32_t | accuracy |
| int32_t | evade |
| int32_t | armor |
| int32_t | return_damage |
| int32_t | str |
| int32_t | intl |
| int32_t | wis |
| int32_t | agi |
| int32_t | con |
| int32_t | cha |
| int32_t | light_resistance |
| int32_t | dark_resistance |
| int32_t | earth_resistance |
| int32_t | air_resistance |
| int32_t | water_resistance |
| int32_t | fire_resistance |
| int32_t | spec1 |
| int32_t | spec2 |
| int32_t | spec3 |
| int32_t | level_requirement |
| int32_t | class_requirement |
| int32_t | str_requirement |
| int32_t | int_requirement |
| int32_t | wis_requirement |
| int32_t | agi_requirement |
| int32_t | con_requirement |
| int32_t | cha_requirement |
| Element | element |
| int32_t | element_damage |
| int32_t | weight |
| ItemSize | size |
Record of Item data in an Endless Item File
Definition at line 1078 of file protocol.h.
| EoSerialize EifRecord::_eo |
Definition at line 1079 of file protocol.h.
| int32_t EifRecord::accuracy |
Definition at line 1089 of file protocol.h.
| int32_t EifRecord::agi |
Definition at line 1096 of file protocol.h.
| int32_t EifRecord::agi_requirement |
Definition at line 1125 of file protocol.h.
| int32_t EifRecord::air_resistance |
Definition at line 1102 of file protocol.h.
| int32_t EifRecord::armor |
Definition at line 1091 of file protocol.h.
| int32_t EifRecord::cha |
Definition at line 1098 of file protocol.h.
| int32_t EifRecord::cha_requirement |
Definition at line 1127 of file protocol.h.
| int32_t EifRecord::class_requirement |
Definition at line 1121 of file protocol.h.
| int32_t EifRecord::con |
Definition at line 1097 of file protocol.h.
| int32_t EifRecord::con_requirement |
Definition at line 1126 of file protocol.h.
| int32_t EifRecord::dark_resistance |
Definition at line 1100 of file protocol.h.
| int32_t EifRecord::earth_resistance |
Definition at line 1101 of file protocol.h.
| Element EifRecord::element |
Definition at line 1128 of file protocol.h.
| int32_t EifRecord::element_damage |
Definition at line 1129 of file protocol.h.
| int32_t EifRecord::evade |
Definition at line 1090 of file protocol.h.
| int32_t EifRecord::fire_resistance |
Definition at line 1104 of file protocol.h.
| int32_t EifRecord::graphic_id |
Definition at line 1081 of file protocol.h.
| int32_t EifRecord::hp |
Definition at line 1085 of file protocol.h.
| int32_t EifRecord::int_requirement |
Definition at line 1123 of file protocol.h.
| int32_t EifRecord::intl |
Definition at line 1094 of file protocol.h.
| int32_t EifRecord::level_requirement |
Definition at line 1120 of file protocol.h.
| int32_t EifRecord::light_resistance |
Definition at line 1099 of file protocol.h.
| int32_t EifRecord::max_damage |
Definition at line 1088 of file protocol.h.
| int32_t EifRecord::min_damage |
Definition at line 1087 of file protocol.h.
| char* EifRecord::name |
Definition at line 1080 of file protocol.h.
| int32_t EifRecord::return_damage |
Definition at line 1092 of file protocol.h.
| ItemSize EifRecord::size |
Definition at line 1131 of file protocol.h.
| int32_t EifRecord::spec1 |
Holds one the following values, depending on item type: scroll_map, doll_graphic, exp_reward, hair_color, effect, key, alcohol_potency
Definition at line 1109 of file protocol.h.
| int32_t EifRecord::spec2 |
Holds one the following values, depending on item type: scroll_x, gender
Definition at line 1114 of file protocol.h.
| int32_t EifRecord::spec3 |
Holds one the following values, depending on item type: scroll_y
Definition at line 1119 of file protocol.h.
| ItemSpecial EifRecord::special |
Definition at line 1084 of file protocol.h.
| int32_t EifRecord::str |
Definition at line 1093 of file protocol.h.
| int32_t EifRecord::str_requirement |
Definition at line 1122 of file protocol.h.
| ItemSubtype EifRecord::subtype |
Definition at line 1083 of file protocol.h.
| int32_t EifRecord::tp |
Definition at line 1086 of file protocol.h.
| ItemType EifRecord::type |
Definition at line 1082 of file protocol.h.
| int32_t EifRecord::water_resistance |
Definition at line 1103 of file protocol.h.
| int32_t EifRecord::weight |
Definition at line 1130 of file protocol.h.
| int32_t EifRecord::wis |
Definition at line 1095 of file protocol.h.
| int32_t EifRecord::wis_requirement |
Definition at line 1124 of file protocol.h.