{ "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" : 1, "targetType" : "TT_WAYPOINT" }, { "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" } ], "player" : { "type" : "ATAF", "side" : "SIDE_CSN" }, "fighters" : [ { "name" : "Dart", "type" : "UnarmedDart", "side" : "SIDE_PIRATE", "x" : 640, "y" : 0, "active" : 0 } ], "entityGroups" : [ { "type" : "ET_WAYPOINT", "number" : 1, "x" : 0, "y" : 1000 } ] }