2015-10-20 13:51:49 +02:00
|
|
|
{
|
2015-10-25 15:08:32 +01:00
|
|
|
"name" : "Test Mission",
|
|
|
|
"description" : "Just a test mission",
|
2015-10-20 13:51:49 +02:00
|
|
|
"background" : "gfx/backgrounds/background03.jpg",
|
|
|
|
"planet" : "gfx/planets/spirit.png",
|
2015-10-25 15:08:32 +01:00
|
|
|
"music" : "",
|
2015-10-28 20:12:58 +01:00
|
|
|
"objectives" : [
|
|
|
|
{
|
|
|
|
"description" : "Reach Waypoints",
|
|
|
|
"targetName" : "Waypoint",
|
|
|
|
"targetValue" : 5,
|
|
|
|
"targetType" : "TT_WAYPOINT"
|
|
|
|
}
|
|
|
|
],
|
2015-10-20 13:51:49 +02:00
|
|
|
"player" : {
|
2015-10-28 20:20:24 +01:00
|
|
|
"type" : "ATAF",
|
2015-10-20 13:51:49 +02:00
|
|
|
"side" : "SIDE_CSN"
|
2015-10-26 09:10:13 +01:00
|
|
|
},
|
2015-10-27 08:24:17 +01:00
|
|
|
"fighters" : [
|
|
|
|
{
|
2015-10-28 20:20:24 +01:00
|
|
|
"name" : "Sphinx",
|
|
|
|
"type" : "Sphinx",
|
|
|
|
"side" : "SIDE_CSN",
|
|
|
|
"x" : 1800,
|
|
|
|
"y" : 200
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "Nymph",
|
|
|
|
"type" : "Nymph",
|
2015-10-27 08:24:17 +01:00
|
|
|
"side" : "SIDE_CSN",
|
|
|
|
"x" : 1800,
|
|
|
|
"y" : 200
|
|
|
|
}
|
|
|
|
],
|
2015-10-28 20:12:58 +01:00
|
|
|
"entityGroups" : [
|
2015-10-26 09:10:13 +01:00
|
|
|
{
|
2015-10-26 18:27:43 +01:00
|
|
|
"type" : "ET_WAYPOINT",
|
2015-10-28 20:12:58 +01:00
|
|
|
"number" : 5,
|
|
|
|
"x" : 0,
|
|
|
|
"y" : 1000,
|
|
|
|
"scatter" : 1000
|
2015-10-26 09:10:13 +01:00
|
|
|
}
|
|
|
|
]
|
2015-10-20 13:51:49 +02:00
|
|
|
}
|