share/hedgewars/Data/Missions/Training/Target_Practice_-_Bazooka_easy.lua
branchqmlfrontend
changeset 12855 1b2b84315d27
parent 11843 01f88c3b7b66
parent 12854 28cb18c5e712
child 12856 95d903b976d0
equal deleted inserted replaced
11843:01f88c3b7b66 12855:1b2b84315d27
     1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua")
       
     2 
       
     3 local params = {
       
     4 	ammoType = amBazooka,
       
     5 	gearType = gtShell,
       
     6 	missionTitle = loc("Target Practice: Bazooka (easy)"),
       
     7 	wind = 50,
       
     8 	solidLand = true,
       
     9 	map = "Lonely_Island",
       
    10 	theme = "Island",
       
    11 	hog_x = 1439,
       
    12 	hog_y = 482,
       
    13 	hogName = loc("Zook"),
       
    14 	hogHat = "war_americanww2helmet",
       
    15 	teamName = loc("Team Zook"),
       
    16 	targets = {
       
    17 		{ x = 1310, y = 756 },
       
    18 		{ x = 1281, y = 893 },
       
    19 		{ x = 1376, y = 670 },
       
    20 		{ x = 1725, y = 907 },
       
    21 		{ x = 1971, y = 914 },
       
    22 		{ x = 1098, y = 955 },
       
    23 		{ x = 1009, y = 877 },
       
    24 		{ x = 930, y = 711 },
       
    25 		{ x = 771, y = 744 },
       
    26 		{ x = 385, y = 405 },
       
    27 		{ x = 442, y = 780 },
       
    28 		{ x = 620, y = 639 },
       
    29 		{ x = 311, y = 239 },
       
    30 	},
       
    31 	time = 80000,
       
    32 	shootText = loc("You have launched %d bazookas."),
       
    33 }
       
    34 
       
    35 TargetPracticeMission(params)