Released: BA 9.46 stats in spreadsheet format
Posted: 24 Apr 2017, 23:31
Hi guys. As I'm studying the Spring engine and planning for a new mod, I could only find HTML stats exporters, which are pretty weak for balance and stats comparison purposes. So I've decided to develop a unit stats exporter to CSV (major kudos to SilentWings for the invaluable LUA pointers in the forums). From that format you can import the data to pretty much any spreadsheet available. I've then imported it to a shared Google Sheets spreadsheet, which you can access here:
http://bit.ly/2pdp0bf
You may order by any field value (eg.: "MetalCost" or "Sight") by clicking above the header cell, at the down arrow menu, and selecting 'Sort sheet Z->A' (for highest to lowest value ordering). It's great to compare which units are better or worse at this or that attribute. Weapon defs in spring are hard to list concisely in a sheet format like that, so I've listed all 10 possible weapons per unit in BA, and their damages against each armor class (Eg.: Weap1Damage | Vs).
The script should work with other mods too, so after some cleanup I'll release 'csvexport.lua' to SpringFiles.
Comments and suggestions are very welcome.
http://bit.ly/2pdp0bf
You may order by any field value (eg.: "MetalCost" or "Sight") by clicking above the header cell, at the down arrow menu, and selecting 'Sort sheet Z->A' (for highest to lowest value ordering). It's great to compare which units are better or worse at this or that attribute. Weapon defs in spring are hard to list concisely in a sheet format like that, so I've listed all 10 possible weapons per unit in BA, and their damages against each armor class (Eg.: Weap1Damage | Vs).
The script should work with other mods too, so after some cleanup I'll release 'csvexport.lua' to SpringFiles.
Comments and suggestions are very welcome.