| 
    ff7tk
    0.02
    
   Toolkit for making FF7 Tools 
   | 
 
Holds all data for a single Character. More...
#include <FF7Char.h>
Public Attributes | |
| qint8 | _id | 
| int | _starting_weapon_id | 
| int | _num_weapons | 
| int | _weapon_offset | 
| QString | _def_name | 
| QString | _avatarString | 
| QStringList | _limits | 
| quint32 | _charlvls [99] | 
| quint32 | _chartnls [99] | 
| quint8 | _stat_grade [5] | 
| int | _mp_base [8] | 
| quint8 | _mp_gradent [8] | 
| int | _hp_base [8] | 
| quint8 | _hp_gradent [8] | 
| quint8 | _luck_base [8] | 
| quint8 | _luck_gradent [8] | 
| quint32 Character::_charlvls[99] | 
holds exp needed for lvls
Definition at line 204 of file FF7Char.h.
Referenced by FF7Char::totalExpForLevel().
| quint32 Character::_chartnls[99] | 
starting exp needed to next level for each level
Definition at line 205 of file FF7Char.h.
Referenced by FF7Char::tnlForLevel().
| int Character::_hp_base[8] | 
grade in hp gain for each level bracket
Definition at line 209 of file FF7Char.h.
Referenced by FF7Char::hp_base().
| quint8 Character::_hp_gradent[8] | 
gradent for hp gain for each level bracket
Definition at line 210 of file FF7Char.h.
Referenced by FF7Char::hp_gradent().
| qint8 Character::_id | 
| QStringList Character::_limits | 
| quint8 Character::_luck_base[8] | 
luck base for each level bracket
Definition at line 211 of file FF7Char.h.
Referenced by FF7Char::luck_base().
| quint8 Character::_luck_gradent[8] | 
gradent for luck for each level bracket
Definition at line 212 of file FF7Char.h.
Referenced by FF7Char::luck_gradent().
| int Character::_mp_base[8] | 
grade in mp gain for each level bracket
Definition at line 207 of file FF7Char.h.
Referenced by FF7Char::mp_base().
| quint8 Character::_mp_gradent[8] | 
gradent for mp gain for each level bracket
Definition at line 208 of file FF7Char.h.
Referenced by FF7Char::mp_gradent().
| int Character::_num_weapons | 
how many weapons the character has
Definition at line 198 of file FF7Char.h.
Referenced by FF7Char::numberOfWeapons().
| int Character::_starting_weapon_id | 
first item id for characters weapon
Definition at line 197 of file FF7Char.h.
Referenced by FF7Char::weaponStartingId().
| quint8 Character::_stat_grade[5] | 
how the character grades in each basic stat
Definition at line 206 of file FF7Char.h.
Referenced by FF7Char::stat_grade().
| int Character::_weapon_offset | 
weapon offset of characters first weapon
Definition at line 199 of file FF7Char.h.
Referenced by FF7Char::weaponOffset().