|
helapordo 1.4.13
|
#include <ser_core.h>

Data Fields | |
| char | name [SERFIGHTER_NAME_BUFSIZE] |
| Name string. | |
| int32_t | class |
| Defines which kind of fighterClass the instance relates to. | |
| int8_t | hp |
| Current hp value. | |
| int8_t | atk |
| Current atk value. | |
| int8_t | def |
| Current def value. | |
| int8_t | vel |
| Current vel value. | |
| int8_t | level |
| Current level value. | |
| int8_t | luck |
| Current luck value. | |
| int8_t | totalxp |
| Lifetime xp value. | |
| int8_t | currentlevelxp |
| Xp gained for the current level. | |
| int8_t | totallevelxp |
| Xp needed to level up. | |
| int8_t | totalhp |
| Full hp value. | |
| int32_t | status |
| Defines active fighterStatus. | |
| int8_t | energy |
| Current energy value. | |
| int8_t | totalenergy |
| Full energy value. | |
| int8_t | stamina |
| Current stamina value. | |
| int8_t | totalstamina |
| Full stamina value. | |
| SerSpecialslot | specials [SPECIALSMAX+1] |
| Array with all the SerSpecialslot. | |
| SerSkillslot | skills [FIGHTER_SKILL_SLOTS+1] |
| Array with all the SerSkillslot. | |
| SerTurncounter | counters [COUNTERSMAX+1] |
| Array with all the SerTurncounter. | |
| int8_t | turnboost_atk |
| Current temp boost value for atk. | |
| int8_t | turnboost_def |
| Current temp boost value for def. | |
| int8_t | turnboost_vel |
| Current temp boost value for vel. | |
| int8_t | turnboost_enr |
| Current temp boost value for enr. | |
| int8_t | perksCount |
| Keeps track of how many perks are active. | |
| SerPerk | perks [PERKSMAX+1] |
| Array with all the SerPerk. | |
| SerEquipslot | equipslots [EQUIPZONES+1] |
| Array with all the SerEquipslot. | |
| SerEquip | equipsBag [EQUIPSBAGSIZE+1] |
| Array with all the SerEquip found. | |
| SerConsumable | consumablesBag [CONSUMABLESMAX+1] |
| Array with all the Consumables found. | |
| SerArtifact | artifactsBag [ARTIFACTSMAX+1] |
| Array with all the Artifacts found. | |
| int8_t | equipsBagOccupiedSlots |
| Keeps track of how many slots are occupied. | |
| int8_t | earliestBagSlot |
| Keeps track of first available spot. | |
| int8_t | permboost_atk |
| Current temp boost value for atk. | |
| int8_t | permboost_def |
| Current temp boost value for def. | |
| int8_t | permboost_vel |
| Current temp boost value for vel. | |
| int8_t | permboost_enr |
| Current temp boost value for enr. | |
| int8_t | equipboost_atk |
| Current equip boost value for atk. | |
| int8_t | equipboost_def |
| Current equip boost value for def. | |
| int8_t | equipboost_vel |
| Current equip boost value for vel. | |
| int8_t | equipboost_enr |
| Current equip boost value for enr. | |
| SerCountstats | stats |
| SerCountstats instance. | |
| int32_t | balance |
| Amount of currency owned. | |
| int8_t | keys_balance |
| Amount of keys owned. | |
| int8_t | floor_x |
| Current x position in floor. | |
| int8_t | floor_y |
| Current y position in floor. | |
Serialized Fighter.
Packed struct. Can be turned into an Fighter with deser_Fighter(). Can be obtained from a Fighter with ser_Fighter().
| SerArtifact SerFighter::artifactsBag[ARTIFACTSMAX+1] |
Array with all the Artifacts found.
| int8_t SerFighter::atk |
Current atk value.
| int32_t SerFighter::balance |
Amount of currency owned.
| int32_t SerFighter::class |
Defines which kind of fighterClass the instance relates to.
| SerConsumable SerFighter::consumablesBag[CONSUMABLESMAX+1] |
Array with all the Consumables found.
| SerTurncounter SerFighter::counters[COUNTERSMAX+1] |
Array with all the SerTurncounter.
| int8_t SerFighter::currentlevelxp |
Xp gained for the current level.
| int8_t SerFighter::def |
Current def value.
| int8_t SerFighter::earliestBagSlot |
Keeps track of first available spot.
| int8_t SerFighter::energy |
Current energy value.
| int8_t SerFighter::equipboost_atk |
Current equip boost value for atk.
| int8_t SerFighter::equipboost_def |
Current equip boost value for def.
| int8_t SerFighter::equipboost_enr |
Current equip boost value for enr.
| int8_t SerFighter::equipboost_vel |
Current equip boost value for vel.
| SerEquip SerFighter::equipsBag[EQUIPSBAGSIZE+1] |
Array with all the SerEquip found.
| int8_t SerFighter::equipsBagOccupiedSlots |
Keeps track of how many slots are occupied.
| SerEquipslot SerFighter::equipslots[EQUIPZONES+1] |
Array with all the SerEquipslot.
| int8_t SerFighter::floor_x |
Current x position in floor.
| int8_t SerFighter::floor_y |
Current y position in floor.
| int8_t SerFighter::hp |
Current hp value.
| int8_t SerFighter::keys_balance |
Amount of keys owned.
| int8_t SerFighter::level |
Current level value.
| int8_t SerFighter::luck |
Current luck value.
| char SerFighter::name[SERFIGHTER_NAME_BUFSIZE] |
Name string.
| int8_t SerFighter::perksCount |
Keeps track of how many perks are active.
| int8_t SerFighter::permboost_atk |
Current temp boost value for atk.
| int8_t SerFighter::permboost_def |
Current temp boost value for def.
| int8_t SerFighter::permboost_enr |
Current temp boost value for enr.
| int8_t SerFighter::permboost_vel |
Current temp boost value for vel.
| SerSkillslot SerFighter::skills[FIGHTER_SKILL_SLOTS+1] |
Array with all the SerSkillslot.
| SerSpecialslot SerFighter::specials[SPECIALSMAX+1] |
Array with all the SerSpecialslot.
| int8_t SerFighter::stamina |
Current stamina value.
| SerCountstats SerFighter::stats |
SerCountstats instance.
| int32_t SerFighter::status |
Defines active fighterStatus.
| int8_t SerFighter::totalenergy |
Full energy value.
| int8_t SerFighter::totalhp |
Full hp value.
| int8_t SerFighter::totallevelxp |
Xp needed to level up.
| int8_t SerFighter::totalstamina |
Full stamina value.
| int8_t SerFighter::totalxp |
Lifetime xp value.
| int8_t SerFighter::turnboost_atk |
Current temp boost value for atk.
| int8_t SerFighter::turnboost_def |
Current temp boost value for def.
| int8_t SerFighter::turnboost_enr |
Current temp boost value for enr.
| int8_t SerFighter::turnboost_vel |
Current temp boost value for vel.
| int8_t SerFighter::vel |
Current vel value.