Challenge 31.

This commit is contained in:
Steve 2016-06-06 09:50:00 +01:00
parent 45718a80c6
commit 98d07fb09e
1 changed files with 44 additions and 0 deletions

44
data/challenges/31.json Normal file
View File

@ -0,0 +1,44 @@
{
"name" : "Bomber vs Bomber",
"description" : "Bomber vs Bomber",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
"player" : {
"type" : "Hammerhead",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
"noMissiles" : 1,
"timeLimit" : 90,
"killLimit" : 4,
"challenges" : [
{
"type" : "CHALLENGE_TIME",
"value" : 60
},
{
"type" : "CHALLENGE_ARMOUR",
"value" : 100
},
{
"type" : "CHALLENGE_ROCKET_ACCURACY",
"value" : 100
}
]
},
"fighters" : [
{
"types" : "Scarab;Khepri;Lynx",
"side" : "SIDE_TZAC",
"number" : 4,
"x" : 25,
"y" : 25,
"scatter" : 3000
}
]
}