{
	"name" : "Pass all Waypoints",
	"description" : "Pass all Waypoints",
	"background" : "AUTO",
	"planet" : "AUTO",
	"music" : "AUTO",
	"waypointAutoAdvance" : 1,
	"player" : {
		"type" : "Nymph",
		"side" : "SIDE_ALLIES",
		"pilot" : "-",
		"squadron" : "-",
		"x" : 25,
		"y" : 25
	},
	"challenge" : {
		"waypointLimit" : 5,
		"timeLimit" : 120,
		"challenges" : [
			{
				"type" : "CHALLENGE_TIME",
				"value" : 80
			},
			{
				"type" : "CHALLENGE_TIME",
				"value" : 120
			},
			{
				"type" : "CHALLENGE_ARMOUR",
				"value" : 100
			}
		]
	},
	"fighters" : [
		{
			"groupName" : "RT1",
			"types" : "Rocket Turret",
			"x" : 30,
			"y" : 30,
			"side" : "SIDE_REBEL",
			"scatter" : 1000,
			"number" : 2
		},
		{
			"groupName" : "RT1",
			"types" : "Rocket Turret",
			"x" : 30,
			"y" : 20,
			"side" : "SIDE_REBEL",
			"scatter" : 1000,
			"number" : 2
		},
		{
			"groupName" : "RT2",
			"types" : "Rocket Turret",
			"x" : 20,
			"y" : 20,
			"side" : "SIDE_REBEL",
			"scatter" : 1000,
			"number" : 2
		},
		{
			"groupName" : "RT3",
			"types" : "Rocket Turret",
			"x" : 20,
			"y" : 30,
			"side" : "SIDE_REBEL",
			"scatter" : 1000,
			"number" : 2
		},
		{
			"groupName" : "RT4",
			"types" : "Rocket Turret",
			"x" : 25,
			"y" : 25,
			"side" : "SIDE_REBEL",
			"scatter" : 1000,
			"number" : 2,
			"active" : 0
		}
	],
	"entities" : [
		{
			"type" : "ET_WAYPOINT",
			"x" : 30,
			"y" : 30,
			"active" : 0
		},
		{
			"type" : "ET_WAYPOINT",
			"x" : 30,
			"y" : 20,
			"active" : 0
		},
		{
			"type" : "ET_WAYPOINT",
			"x" : 20,
			"y" : 20,
			"active" : 0
		},
		{
			"type" : "ET_WAYPOINT",
			"x" : 20,
			"y" : 30,
			"active" : 0
		},
		{
			"type" : "ET_WAYPOINT",
			"x" : 25,
			"y" : 25,
			"active" : 0
		}
	],
	"script" : [
		{
			"function" : "Waypoint #4",
			"lines" : [
				"ACTIVATE_ENTITY_GROUPS RT4"
			]
		}
	]
}