![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Stat bonuses given by equipping materia. More...
Public Attributes | |
int | str |
Strength bonus. More... | |
int | vit |
Vitality bonus. More... | |
int | mag |
Magic bonus. More... | |
int | spr |
Spirit bonus. More... | |
int | dex |
Dexterity bonus. More... | |
int | lck |
Luck bonus. More... | |
int | hp |
Max HP bonus. More... | |
int | mp |
Max MP bonus. More... | |
bool | change |
Indicates if at least one of the stats is changed by the materia. More... | |
Stat bonuses given by equipping materia.
They can be negative.
bool KernelDataInstaller::MateriaStatBonus::change |
Indicates if at least one of the stats is changed by the materia.
int KernelDataInstaller::MateriaStatBonus::dex |
Dexterity bonus.
Absolute.
int KernelDataInstaller::MateriaStatBonus::hp |
Max HP bonus.
Percentile.
int KernelDataInstaller::MateriaStatBonus::lck |
Luck bonus.
Absolute.
int KernelDataInstaller::MateriaStatBonus::mag |
Magic bonus.
Absolute.
int KernelDataInstaller::MateriaStatBonus::mp |
Max MP bonus.
Percentile.
int KernelDataInstaller::MateriaStatBonus::spr |
Spirit bonus.
Absolute.
int KernelDataInstaller::MateriaStatBonus::str |
Strength bonus.
Absolute.
int KernelDataInstaller::MateriaStatBonus::vit |
Vitality bonus.
Absolute.