Added challenge #10.

This commit is contained in:
Steve 2016-03-11 23:46:00 +00:00
parent 4f27b40d97
commit 4f19dcb9a5
1 changed files with 60 additions and 0 deletions

60
data/challenges/10.json Normal file
View File

@ -0,0 +1,60 @@
{
"name" : "Rescue Civilians",
"description" : "Rescue Civilians",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
"player" : {
"type" : "Tug",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
"rescueLimit" : 8,
"timeLimit" : 300,
"challenges" : [
{
"type" : "CHALLENGE_RESCUE",
"value" : 4
},
{
"type" : "CHALLENGE_RESCUE",
"value" : 5
},
{
"type" : "CHALLENGE_RESCUE",
"value" : 8
}
]
},
"fighters" : [
{
"types" : "Civilian",
"x" : 25,
"y" : 25,
"side" : "SIDE_ALLIES",
"flags" : "+EF_DISABLED",
"number" : 8,
"scatter" : 5000
}
],
"entities" : [
{
"name" : "Jumpgate",
"type" : "ET_JUMPGATE",
"x" : 25,
"y" : 25
}
],
"script" : [
{
"function" : "INTERVAL 30",
"lines" : [
"SPAWN_FIGHTERS Dart SIDE_PIRATE 1 OFFSCREEN"
]
}
]
}