Sorry for the late response. A while ago I did damage testing for every weapon in the game (at the time). Some things have since been balanced, but please take a look at this thread for an idea of weapon damage.
OK, cool. HE Weapon Pylon health up from 650 to 2250 now. That's quite a bump, but I think it makes sense compared with other similar shaped blocks from other corps.
I presume that's the 1.3.1.1 version most recently provided here, right?
I was working on displaying it using datatables HTML table library and found it was not properly formed JSON (no root node or comma between blocks, so wouldn't parse).
I've attached an updated valid version with: {"game_version":"1.3.1.1", "data": [ ... your block data ... ]}.
Placing blocks in a data array was required to display properly with the HTML library which I'm fumbling around with.
search: }\n{
replace: },\n{
with regular expression .* option on
I think I'm reasonably close to being able to display your data in a multi-column-sortable filterable (with search) table on a simple web page (I got the example JSON based table working and just need to substitute this data with different column names and we should be in business, I hope).
That's what I used, and thanks for the fix (I must have uploaded the wrong version, because I had validated and pretty-fied it).
Is there a way to be notified when a new version is updated? @HeX ping me and I'll give you my email if you want to send me the file for parsing in the future.