Struct rpgstat::stats::Advanced [−][src]
pub struct Advanced {Show 21 fields
pub xp: f64,
pub hp: f64,
pub mp: f64,
pub xp_next: f64,
pub hp_max: f64,
pub mp_max: f64,
pub level: f64,
pub speed: f64,
pub gp: f64,
pub atk: f64,
pub def: f64,
pub m_atk: f64,
pub m_def: f64,
pub agility: f64,
pub strength: f64,
pub dexterity: f64,
pub constitution: f64,
pub intelligence: f64,
pub charisma: f64,
pub wisdom: f64,
pub age: f64,
}Fields
xp: f64Experience Points
hp: f64Health Points
mp: f64Mana Points
xp_next: f64Experience Points multiplier for next level
hp_max: f64Max Health Points
mp_max: f64Max Mana Points
level: f64Current Level
speed: f64The speed
gp: f64your currency points
atk: f64Attack
def: f64Defense
m_atk: f64Mana Attack
m_def: f64Mana Defense
agility: f64The agility Points
strength: f64The strength Points
dexterity: f64The dexterity Points
constitution: f64The constitution Points
intelligence: f64The intelligence Points
charisma: f64The charisma Points
wisdom: f64The wisdom Points
age: f64The current age
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Advanced
impl UnwindSafe for Advanced
Blanket Implementations
Mutably borrows from an owned value. Read more