tbftss/data/challenges/02.json

45 lines
692 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 #2",
"description" : "Destroy all Darts #2",
"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" : 25,
2016-02-28 14:02:57 +01:00
"killLimit" : 5,
"challenges" : [
{
"type" : "CHALLENGE_TIME",
2016-03-05 16:34:49 +01:00
"value" : 25
2016-02-28 14:02:57 +01:00
},
{
"type" : "CHALLENGE_TIME",
2016-03-05 16:34:49 +01:00
"value" : 12
},
{
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 50
2016-02-28 14:02:57 +01:00
}
]
},
"fighters" : [
{
"name" : "Dart",
"types" : "Dart",
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 22,
"number" : 5,
2016-02-28 14:02:57 +01:00
"scatter" : 1000
}
]
}