V-Gears 0
Free Final Fantasy VII engine.
KernelDataInstaller::MateriaStatBonus Struct Reference

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...
 

Detailed Description

Stat bonuses given by equipping materia.

They can be negative.

Member Data Documentation

◆ change

bool KernelDataInstaller::MateriaStatBonus::change

Indicates if at least one of the stats is changed by the materia.

◆ dex

int KernelDataInstaller::MateriaStatBonus::dex

Dexterity bonus.

Absolute.

◆ hp

int KernelDataInstaller::MateriaStatBonus::hp

Max HP bonus.

Percentile.

◆ lck

int KernelDataInstaller::MateriaStatBonus::lck

Luck bonus.

Absolute.

◆ mag

int KernelDataInstaller::MateriaStatBonus::mag

Magic bonus.

Absolute.

◆ mp

int KernelDataInstaller::MateriaStatBonus::mp

Max MP bonus.

Percentile.

◆ spr

int KernelDataInstaller::MateriaStatBonus::spr

Spirit bonus.

Absolute.

◆ str

int KernelDataInstaller::MateriaStatBonus::str

Strength bonus.

Absolute.

◆ vit

int KernelDataInstaller::MateriaStatBonus::vit

Vitality bonus.

Absolute.


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