helapordo 1.4.12
|
Holds the base stats for a fighterClass. More...
#include <game_core.h>
Data Fields | |
fighterClass | class |
Defines which kind of fighterClass the stats relate to. | |
int | hp |
Hp value. | |
int | atk |
Atk value. | |
int | def |
Def value. | |
int | vel |
Vel value. | |
int | level |
Level value. | |
int | totalxp |
Lifetime xp value. | |
int | totallevelxp |
Xp value needed to level up from current level. | |
int | currentlevelxp |
Total xp value for current level. | |
int | totalhp |
Total hp value. | |
int | totalenergy |
Total energy value. | |
int | totalstamina |
Total stamina value. | |
Holds the base stats for a fighterClass.
int BaseStats::atk |
Atk value.
fighterClass BaseStats::class |
Defines which kind of fighterClass the stats relate to.
int BaseStats::currentlevelxp |
Total xp value for current level.
int BaseStats::def |
Def value.
int BaseStats::hp |
Hp value.
int BaseStats::level |
Level value.
int BaseStats::totalenergy |
Total energy value.
int BaseStats::totalhp |
Total hp value.
int BaseStats::totallevelxp |
Xp value needed to level up from current level.
int BaseStats::totalstamina |
Total stamina value.
int BaseStats::totalxp |
Lifetime xp value.
int BaseStats::vel |
Vel value.