tbftss/data/missions/test/test.json

31 lines
509 B
JSON

{
"name" : "Test Mission",
"description" : "Just a test mission",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "",
"player" : {
"type" : "Nymph",
"side" : "SIDE_CSN"
},
"fighters" : [
{
"name" : "Dart",
"type" : "Dart",
"side" : "SIDE_CSN",
"x" : 1800,
"y" : 200
}
],
"entitiesGroups" : [
{
"name" : "Waypoint",
"type" : "ET_WAYPOINT",
"number" : 10,
"x" : 640,
"y" : -10000,
"scatter" : 10000
}
]
}