| 
    ff7tk
    0.02
    
   Toolkit for making FF7 Tools 
   | 
 
#include <QObject>#include <QIcon>#include <QStringList>Go to the source code of this file.
Classes | |
| class | FF7Char | 
| Data and Enums for Characters in Final Fantasy 7.  More... | |
| struct | Character | 
| Holds all data for a single Character.  More... | |
Variables | |
| static const Character | Chars [11] | 
| Chars[] Holds data for each character in Final Fantasy 7.  More... | |
| static const quint8 | _stat_base [30][8] | 
| static const quint8 | _stat_gradent [30][8] | 
| static const quint16 | _limitbitarray [0x07] = {0,1,3,4,6,7,9} | 
      
  | 
  static | 
Order of bytes used to flag limit breaks as learned
Definition at line 356 of file FF7Char.h.
Referenced by CharEditor::calc_limit_value(), and CharEditor::setChar().
      
  | 
  static | 
Definition at line 289 of file FF7Char.h.
Referenced by FF7Char::stat_base().
      
  | 
  static | 
Definition at line 322 of file FF7Char.h.
Referenced by FF7Char::stat_gradent().
      
  | 
  static | 
Chars[] Holds data for each character in Final Fantasy 7.
Definition at line 219 of file FF7Char.h.
Referenced by FF7Char::defaultName(), FF7Char::hp_base(), FF7Char::hp_gradent(), FF7Char::id(), FF7Char::image(), FF7Char::limits(), FF7Char::luck_base(), FF7Char::luck_gradent(), FF7Char::mp_base(), FF7Char::mp_gradent(), FF7Char::numberOfWeapons(), FF7Char::pixmap(), FF7Char::stat_grade(), FF7Char::tnlForLevel(), FF7Char::totalExpForLevel(), FF7Char::weaponOffset(), and FF7Char::weaponStartingId().