helapordo 1.4.12
|
#include <ser_core.h>
Data Fields | |
int32_t | class |
Defines which kind of enemyClass 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 |
Level value. | |
int8_t | luck |
Luck value. | |
int8_t | xp |
Xp value given on death. | |
int8_t | totalhp |
Full hp value. | |
int8_t | energy |
Current energy value. | |
int8_t | totalenergy |
Full energy value. | |
int8_t | stamina |
Current stamina value. | |
int8_t | totalstamina |
Full stamina value. | |
int32_t | status |
Defines active fighterStatus. | |
int8_t | beast |
Flag defining the instance as "beast" if set. | |
SerSkillslot | skills [BOSS_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 | prize |
Amount of currency dropped on defeat. | |
Serialized Boss.
Packed struct. Can be turned into an Boss with deser_Boss(). Can be obtained from a Boss with ser_Boss().
int8_t SerBoss::atk |
Current atk value.
int8_t SerBoss::beast |
Flag defining the instance as "beast" if set.
int32_t SerBoss::class |
Defines which kind of enemyClass the instance relates to.
SerTurncounter SerBoss::counters[COUNTERSMAX+1] |
Array with all the SerTurncounter.
int8_t SerBoss::def |
Current def value.
int8_t SerBoss::energy |
Current energy value.
int8_t SerBoss::hp |
Current hp value.
int8_t SerBoss::level |
Level value.
int8_t SerBoss::luck |
Luck value.
int8_t SerBoss::prize |
Amount of currency dropped on defeat.
SerSkillslot SerBoss::skills[BOSS_SKILL_SLOTS+1] |
Array with all the SerSkillslot.
int8_t SerBoss::stamina |
Current stamina value.
int32_t SerBoss::status |
Defines active fighterStatus.
int8_t SerBoss::totalenergy |
Full energy value.
int8_t SerBoss::totalhp |
Full hp value.
int8_t SerBoss::totalstamina |
Full stamina value.
int8_t SerBoss::turnboost_atk |
Current temp boost value for atk.
int8_t SerBoss::turnboost_def |
Current temp boost value for def.
int8_t SerBoss::turnboost_enr |
Current temp boost value for enr.
int8_t SerBoss::turnboost_vel |
Current temp boost value for vel.
int8_t SerBoss::vel |
Current vel value.
int8_t SerBoss::xp |
Xp value given on death.