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

Battle data. More...

Collaboration diagram for KernelDataInstaller::GrowthData:

Public Attributes

u8 bonus_stat [12]
 Random bonus to primary stats, 12 entries of 1 byte. More...
 
u8 bonus_hp [12]
 Random bonus to HP stat, 12 entries of 1 byte. More...
 
u8 bonus_mp [12]
 Random bonus to MP stat, 12 entries of 1 byte. More...
 
StatCurve curves [64]
 Stat curves. More...
 

Detailed Description

Battle data.

Contains several pieces of data related to character growth. Contained in the file 3 of the kernel, after the character data (starts at offset 0x01F8). The kernel contains more data, but it's not needed for V-Gears (random table, scene lookup...)

Member Data Documentation

◆ bonus_hp

u8 KernelDataInstaller::GrowthData::bonus_hp[12]

Random bonus to HP stat, 12 entries of 1 byte.

◆ bonus_mp

u8 KernelDataInstaller::GrowthData::bonus_mp[12]

Random bonus to MP stat, 12 entries of 1 byte.

◆ bonus_stat

u8 KernelDataInstaller::GrowthData::bonus_stat[12]

Random bonus to primary stats, 12 entries of 1 byte.

◆ curves

StatCurve KernelDataInstaller::GrowthData::curves[64]

Stat curves.

64 curves of 16 bit each.

37 for primary stats, 9 for HP, 9 form MP, 9 for experience.


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