Anonymous

Changes

From Final Fantasy Inside

FF7/Battle and growth data

18 bytes removed, 05:11, 23 May 2019
m
25 revisions imported
| 0x0000
| 56 bytes
| Character data: Cloud ([[#Character_data_layoutCharacter_data_record|see below]])
|-
| 0x0038
70 * ((13-1) ^ 2) /10
70 * (144 / 10)
70 * Floor( 14.4) 1008 980 additional XP
The savemap contains information about the needed XP to get to the next level for each character so it can be assumed that the game only performs this calculation at level up and changes the needed XP stat accordingly and compares that against the total XP the character has to determine when the next level occurs.<br/>
To calculate the total XP needed for a given level:
XP = XP + [Mod * (I ^ 2) / 10]
Next I
Remember, the The Mod will need only needs to be adjusted to assigned based on the character and 's current level group each time I increments.
==== Character AI data ====