Skip to content

Instantly share code, notes, and snippets.

@vanatteveldt
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanatteveldt/11d69410ed49bd8ca06c to your computer and use it in GitHub Desktop.
Save vanatteveldt/11d69410ed49bd8ca06c to your computer and use it in GitHub Desktop.
{"players" : [{"id": 1,
<race info etc>,
"ship_designs": [
{"id": 1,
"name": "Cargo Mover",
"hull": "medium freighter",
"engine": "fuel mizer",
"components": [{"slot": 1, "type": "super cargo pod", "quantity": 1}]
}
]
}],
"fleets" : [{"id": 1
"owner": 1,
"tokens": [{"design": 1, "quantity": 20, "damage": 12},
{"design": 2, "quantity": 5}],
"fuel": 2800,
"cargo": [0, 0, 100, 12]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment