tbftss/data/challenges/01.json

49 lines
798 B
JSON
Raw Normal View History

2016-02-27 13:14:29 +01:00
{
"name" : "Destroy all the Darts",
"description" : "Destroy all the Darts",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "",
"player" : {
"type" : "Nymph",
"side" : "SIDE_ALLIES",
"pilot" : "-",
"squadron" : "-",
"x" : 25,
"y" : 25
},
"objectives" : [
{
"description" : "Destroy Dart",
"targetName" : "Dart",
"targetValue" : 3,
"targetType" : "TT_DESTROY"
}
],
"challenges" : [
{
"type" : "CHALLENGE_TIME",
2016-02-27 17:16:21 +01:00
"value" : 20
2016-02-27 13:14:29 +01:00
},
{
"type" : "CHALLENGE_TIME",
2016-02-27 17:16:21 +01:00
"value" : 15
2016-02-27 13:14:29 +01:00
},
{
"type" : "CHALLENGE_TIME",
2016-02-27 17:16:21 +01:00
"value" : 10
2016-02-27 13:14:29 +01:00
}
],
"fighters" : [
{
"name" : "Dart",
"types" : "Dart",
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 22,
"number" : 3,
"scatter" : 1000
}
]
}