tbftss/data/challenges/01.json

45 lines
699 B
JSON
Raw Normal View History

2016-02-27 13:14:29 +01:00
{
2016-05-15 09:19:26 +02:00
"name" : "Destroy all Darts #1",
"description" : "Destroy all Darts #1",
"background" : "AUTO",
"planet" : "AUTO",
"music" : "AUTO",
2016-02-27 13:14:29 +01:00
"player" : {
"type" : "Nymph",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
2016-02-28 14:02:57 +01:00
"challenge" : {
"timeLimit" : 30,
"killLimit" : 5,
2016-02-28 14:02:57 +01:00
"challenges" : [
{
"type" : "CHALLENGE_TIME",
"value" : 30
2016-03-05 16:34:49 +01:00
},
{
"type" : "CHALLENGE_TIME",
"value" : 15
},
{
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 75
2016-02-28 14:02:57 +01:00
}
]
},
2016-02-27 13:14:29 +01:00
"fighters" : [
{
"name" : "Dart",
"types" : "Simple Dart",
2016-02-27 13:14:29 +01:00
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 22,
"number" : 5,
2016-02-27 13:14:29 +01:00
"scatter" : 1000
}
]
}