tbftss/data/missions/test/test.json

45 lines
735 B
JSON

{
"name" : "Test Mission",
"description" : "Just a test mission",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "",
"objectives" : [
{
"description" : "Reach Waypoints",
"targetName" : "Waypoint",
"targetValue" : 5,
"targetType" : "TT_WAYPOINT"
}
],
"player" : {
"type" : "ATAF",
"side" : "SIDE_CSN"
},
"fighters" : [
{
"name" : "Sphinx",
"type" : "Sphinx",
"side" : "SIDE_CSN",
"x" : 1800,
"y" : 200
},
{
"name" : "Nymph",
"type" : "Nymph",
"side" : "SIDE_CSN",
"x" : 1800,
"y" : 200
}
],
"entityGroups" : [
{
"type" : "ET_WAYPOINT",
"number" : 5,
"x" : 0,
"y" : 1000,
"scatter" : 1000
}
]
}