Challenge 22.

This commit is contained in:
Steve 2016-05-13 09:05:52 +01:00
parent 1306268847
commit 0841aedfa6
1 changed files with 45 additions and 0 deletions

45
data/challenges/22.json Normal file
View File

@ -0,0 +1,45 @@
{
"name" : "Destroy all Darts #4",
"description" : "Destroy all Darts #4",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
"player" : {
"type" : "Shale",
"side" : "SIDE_REBEL",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
"timeLimit" : 30,
"killLimit" : 5,
"noMissiles" : 1,
"challenges" : [
{
"type" : "CHALLENGE_TIME",
"value" : 30
},
{
"type" : "CHALLENGE_TIME",
"value" : 27
},
{
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 55
}
]
},
"fighters" : [
{
"name" : "Dart",
"types" : "Dart",
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 22,
"number" : 5,
"scatter" : 1000
}
]
}