![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Battle data. More...
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... | |
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...)
u8 KernelDataInstaller::GrowthData::bonus_hp[12] |
Random bonus to HP stat, 12 entries of 1 byte.
u8 KernelDataInstaller::GrowthData::bonus_mp[12] |
Random bonus to MP stat, 12 entries of 1 byte.
u8 KernelDataInstaller::GrowthData::bonus_stat[12] |
Random bonus to primary stats, 12 entries of 1 byte.
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.