One of the nice things that the X-Wing community has developed is a way for the various Squad Builders to import and export the data in a standard format, the XWS Specification. I do streaming for X-Wing and developed a tool to help create Stream Overlays to display the squad lists and keep track of health and damage on the various ships. Unfortunately, currently there is no such specification that I'm aware of that would allow the interchange of armies built for Imperial Assault to be imported or exported from the various army builders. I've started such a project (it is very early in development), but would really like community feedback on the data format, and what needs to be included. If you are a developer of one of these tools it would be great to get some feedback, or if you already have a format that can be used by the community that would be great as well.
A sample data format, can be found here:
https://github.com/kingargyle/iaskirmish-data/wiki/Sample-Data
Canonical Names for Deployment cards (including attachments and upgrades).
https://github.com/kingargyle/iaskirmish-data/wiki/Canonical-Names
All Deployment Cards:
https://github.com/kingargyle/iaskirmish-data/blob/master/deployments.json
All Command Cards:
https://github.com/kingargyle/iaskirmish-data/blob/master/commandcards.json
Java Based Library for Reading and Writing the IASpec files.
https://github.com/kingargyle/iaskirmish-data/tree/master/java
Binary and Schema for Java: https://github.com/kingargyle/iaskirmish-data/releases/tag/v1.0.0-M1
Edited by kingargyle