Level & Global Data - Troodon80/Summoner-Save-File-Editor GitHub Wiki
I believe this block is data which represents events.tbl. It comes after the image and seems to have—at the very least—data for character's chain skills (and their keybinds?), as well as quest progression. Placement seems to align with events.tbl, which also includes lines like +Int: "chainconfigXY"
under the $Level: "worldmap1"
section. Contains multiple different types: int and float, with an assumption that bool will be used as a bitflag for things like quest stages.
So far, the header is 204 bytes and seems to be counts of some sort. It loops over 51 blocks of variable size (based on the counts from the header). This is hardcoded as a maximum number of loops, so mods cannot add to this without modifying the executable. This loop of 51 times is the same as the conversation loop; also a hardcoded maximum.