41 lines
718 B
JSON
41 lines
718 B
JSON
{
|
|
"name" : "Test Mission",
|
|
"description" : "Just a test mission",
|
|
"background" : "gfx/backgrounds/background03.jpg",
|
|
"planet" : "gfx/planets/spirit.png",
|
|
"music" : "",
|
|
"objectives" : [
|
|
{
|
|
"description" : "Destroy Fighters",
|
|
"targetName" : "Dart",
|
|
"targetValue" : 1,
|
|
"targetType" : "TT_DESTROY",
|
|
"active" : 0
|
|
}
|
|
],
|
|
"player" : {
|
|
"type" : "ATAF",
|
|
"side" : "SIDE_CSN"
|
|
},
|
|
"fighters" : [
|
|
{
|
|
"name" : "Dart",
|
|
"type" : "UnarmedDart",
|
|
"side" : "SIDE_PIRATE",
|
|
"x" : 640,
|
|
"y" : 0,
|
|
"flags" : "EF_FLEES+EF_MISSION_TARGET"
|
|
}
|
|
],
|
|
"fighterGroups" : [
|
|
{
|
|
"name" : "Dart",
|
|
"types" : "UnarmedDart",
|
|
"side" : "SIDE_PIRATE",
|
|
"x" : 640,
|
|
"y" : 0,
|
|
"number" : 5
|
|
}
|
|
]
|
|
}
|