tbftss/data/missions/test/test.json

61 lines
1.1 KiB
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Test Mission",
"description" : "Just a test mission",
2015-10-20 13:51:49 +02:00
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "",
"objectives" : [
{
"description" : "Reach Waypoints",
"targetName" : "Waypoint",
2015-10-29 12:08:47 +01:00
"targetValue" : 1,
"targetType" : "TT_WAYPOINT"
2015-10-29 12:08:47 +01:00
},
{
"description" : "Destroy Fighters",
"targetName" : "Dart",
"targetValue" : 1,
"targetType" : "TT_DESTROY",
"active" : 0
}
],
"triggers" : [
{
"type" : "TRIGGER_WAYPOINT",
"targetName" : "Waypoint #1",
"targetValue" : "1",
"action" : "TA_ACTIVE_ENTITY",
"actionValue" : "Dart"
},
{
"type" : "TRIGGER_WAYPOINT",
"targetName" : "Waypoint #1",
"targetValue" : "1",
"action" : "TA_ACTIVE_OBJECTIVE",
"actionValue" : "1"
}
],
2015-10-20 13:51:49 +02:00
"player" : {
2015-10-28 20:20:24 +01:00
"type" : "ATAF",
2015-10-20 13:51:49 +02:00
"side" : "SIDE_CSN"
2015-10-26 09:10:13 +01:00
},
"fighters" : [
{
2015-10-29 12:08:47 +01:00
"name" : "Dart",
"type" : "UnarmedDart",
"side" : "SIDE_PIRATE",
"x" : 640,
"y" : 0,
"active" : 0
}
],
"entityGroups" : [
2015-10-26 09:10:13 +01:00
{
2015-10-26 18:27:43 +01:00
"type" : "ET_WAYPOINT",
2015-10-29 12:08:47 +01:00
"number" : 1,
"x" : 0,
2015-10-29 12:08:47 +01:00
"y" : 1000
2015-10-26 09:10:13 +01:00
}
]
2015-10-20 13:51:49 +02:00
}