{
	"name" : "Weapons Training",
	"description" : "Practice using your fighter's weapons against a stationary target.",
	"background" : "gfx/backgrounds/background03.jpg",
	"planet" : "gfx/planets/earth.png",
	"music" : "music/battle/Battle in the winter.mp3",
	"objectives" : [
		{
			"description" : "Destroy Dart",
			"targetName" : "Dart",
			"targetValue" : 1,
			"targetType" : "TT_DESTROY"
		}
	],
	"player" : {
		"type" : "TAF",
		"side" : "SIDE_ALLIES",
		"pilot" : "2nd Lt. Jim Goddard",
		"squadron" : "Midnight Runners"
	},
	"fighters" : [
		{
			"name" : "Dart",
			"types" : "Static Dart",
			"side" : "SIDE_PIRATE",
			"x" : 25.5,
			"y" : 24.5
		}
	],
	"script" : [
		{
			"function" : "TIME 1",
			"lines" : [
				"MSG_BOX Earth Orbital #1;The Dart won't attack you, so when you're ready, you can blow the thing to pieces."
			]
		}
	]
}