(removed test mission)
This commit is contained in:
parent
292cbc525c
commit
144143a049
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue