helapordo 1.4.12
Loading...
Searching...
No Matches
BaseStats Struct Reference

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.
 

Detailed Description

Holds the base stats for a fighterClass.

See also
Fighter
fighterClass
initStats()

Field Documentation

◆ atk

int BaseStats::atk

Atk value.

◆ class

fighterClass BaseStats::class

Defines which kind of fighterClass the stats relate to.

◆ currentlevelxp

int BaseStats::currentlevelxp

Total xp value for current level.

◆ def

int BaseStats::def

Def value.

◆ hp

int BaseStats::hp

Hp value.

◆ level

int BaseStats::level

Level value.

◆ totalenergy

int BaseStats::totalenergy

Total energy value.

◆ totalhp

int BaseStats::totalhp

Total hp value.

◆ totallevelxp

int BaseStats::totallevelxp

Xp value needed to level up from current level.

◆ totalstamina

int BaseStats::totalstamina

Total stamina value.

◆ totalxp

int BaseStats::totalxp

Lifetime xp value.

◆ vel

int BaseStats::vel

Vel value.


The documentation for this struct was generated from the following file: