Challenge 16.

This commit is contained in:
Steve 2016-05-07 10:45:03 +01:00
parent 5a451bb2e9
commit d4565f3bc7
1 changed files with 54 additions and 0 deletions

54
data/challenges/16.json Normal file
View File

@ -0,0 +1,54 @@
{
"name" : "Swelling the Ranks",
"description" : "Swelling the Ranks",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
"player" : {
"type" : "Scarab",
"side" : "SIDE_PANDORAN",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
"challenges" : [
{
"type" : "CHALLENGE_TIME",
"value" : 120
},
{
"type" : "CHALLENGE_ROCKET_ACCURACY",
"value" : 75
},
{
"type" : "CHALLENGE_ARMOUR",
"value" : 80
}
]
},
"capitalShips" : [
{
"name" : "CSN Denier",
"types" : "CSN Corvette 01",
"side" : "SIDE_ALLIES",
"x" : 20,
"y" : 25
}
],
"script" : [
{
"function" : "CAP_DISABLED CSN Denier",
"lines" : [
"END_CHALLENGE"
]
},
{
"function" : "CAPITAL_SHIPS_DESTROYED 1",
"lines" : [
"FAIL_CHALLENGE"
]
}
]
}