tbftss/data/challenges/03.json

45 lines
695 B
JSON
Raw Normal View History

2016-02-28 14:02:57 +01:00
{
2016-05-15 09:19:26 +02:00
"name" : "Destroy all Darts #3",
"description" : "Destroy all Darts #3",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
2016-02-28 14:02:57 +01:00
"player" : {
"type" : "Nymph",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"challenge" : {
2016-03-05 16:34:49 +01:00
"timeLimit" : 45,
2016-02-28 14:02:57 +01:00
"killLimit" : 3,
"challenges" : [
{
"type" : "CHALLENGE_TIME",
"value" : 20
},
{
2016-03-05 16:34:49 +01:00
"type" : "CHALLENGE_ARMOUR",
"value" : 80
2016-02-28 14:02:57 +01:00
},
{
2016-03-05 16:34:49 +01:00
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 50
2016-02-28 14:02:57 +01:00
}
]
},
"fighters" : [
{
2016-03-05 16:34:49 +01:00
"name" : "Nymph",
"types" : "Nymph",
"side" : "SIDE_REBEL",
2016-02-28 14:02:57 +01:00
"x" : 25,
"y" : 22,
"number" : 3,
"scatter" : 1000
}
]
}