41 lines
660 B
JSON
41 lines
660 B
JSON
|
{
|
||
|
"name" : "Destroy all Darts",
|
||
|
"description" : "Destroy all Darts",
|
||
|
"background" : "gfx/backgrounds/background03.jpg",
|
||
|
"planet" : "gfx/planets/spirit.png",
|
||
|
"music" : "",
|
||
|
"player" : {
|
||
|
"type" : "Nymph",
|
||
|
"side" : "SIDE_ALLIES",
|
||
|
"pilot" : "-",
|
||
|
"squadron" : "-",
|
||
|
"x" : 25,
|
||
|
"y" : 25
|
||
|
},
|
||
|
"challenge" : {
|
||
|
"timeLimit" : 20,
|
||
|
"killLimit" : 5,
|
||
|
"challenges" : [
|
||
|
{
|
||
|
"type" : "CHALLENGE_TIME",
|
||
|
"value" : 30
|
||
|
},
|
||
|
{
|
||
|
"type" : "CHALLENGE_TIME",
|
||
|
"value" : 15
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"fighters" : [
|
||
|
{
|
||
|
"name" : "Dart",
|
||
|
"types" : "Dart",
|
||
|
"side" : "SIDE_PIRATE",
|
||
|
"x" : 25,
|
||
|
"y" : 22,
|
||
|
"number" : 3,
|
||
|
"scatter" : 1000
|
||
|
}
|
||
|
]
|
||
|
}
|