(removed test mission)

This commit is contained in:
Steve 2015-11-01 16:17:43 +00:00
parent 292cbc525c
commit 144143a049
1 changed files with 0 additions and 40 deletions

View File

@ -1,40 +0,0 @@
{
"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
}
]
}