Dump

I’ve based most of this website on the data I’ve extracted from VBFI’s internal “data.char” variable. This “char” contains every single unit in the game, as well as their starting stats, win quotes, and skills. There was a second set of data I was able to successfully extract, the “data.list” variable, which contains titles and items. I have yet to put any of the “list” data onto this website.

I figure there are many programmers out there who might be able to scan through this data and maybe analyze it to a better extent than I can. As such, I’ve converted these two variables into JSON objects. The data matches the internal format of VBFI. There may be bugs in the data, I did my best to extract the information but it was not an easy process. I probably made a mistake somewhere.

Without further ado, here are the files: