Challenge 30.

This commit is contained in:
Steve 2016-06-05 08:33:26 +01:00
parent 114741e7ac
commit c745722c43
1 changed files with 44 additions and 0 deletions

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

@ -0,0 +1,44 @@
{
"name" : "Feast",
"description" : "Feast",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
"player" : {
"type" : "Shuttle",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
"timeLimit" : 240,
"playerItemLimit" : 100,
"challenges" : [
{
"type" : "CHALLENGE_PLAYER_ITEMS",
"value" : 70
},
{
"type" : "CHALLENGE_PLAYER_ITEMS",
"value" : 95
},
{
"type" : "CHALLENGE_PLAYER_ITEMS",
"value" : 100
}
]
},
"items" : [
{
"name" : "package",
"number" : 100,
"type" : "RANDOM",
"x" : 25,
"y" : 25,
"scatter" : 3000,
"flags" : "+EF_MISSION_TARGET"
}
]
}