Challenge 16.
This commit is contained in:
parent
5a451bb2e9
commit
d4565f3bc7
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue