share/hedgewars/Data/Missions/Training/Target_Practice_-_Bazooka_hard.lua
changeset 11968 1de4d6b35748
parent 11967 7dd85fe00de3
child 11969 7718ebf8cf14
equal deleted inserted replaced
11967:7dd85fe00de3 11968:1de4d6b35748
     1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua")
       
     2 
       
     3 local params = {
       
     4 	ammoType = amBazooka,
       
     5 	gearType = gtShell,
       
     6 	missionTitle = loc("Target Practice: Bazooka (hard)"),
       
     7 	wind = 20,
       
     8 	solidLand = true,
       
     9 	artillery = true,
       
    10 	map = "SB_Grassy",
       
    11 	theme = "Castle",
       
    12 	hog_x = 2112,
       
    13 	hog_y = 913,
       
    14 	hogName = loc("Zook"),
       
    15 	hogHat = "war_americanww2helmet",
       
    16 	teamName = loc("Team Zook"),
       
    17 	targets = {
       
    18 		{ x = 2660, y = 936 },
       
    19 		{ x = 2857, y = 629 },
       
    20 		{ x = 3044, y = 851 },
       
    21 		{ x = 3200, y = 441 },
       
    22 		{ x = 2931, y = 440 },
       
    23 		{ x = 3264, y = 370 },
       
    24 		{ x = 1880, y = 684 },
       
    25 		{ x = 1392, y = 672 },
       
    26 		{ x = 1587, y = 656 },
       
    27 		{ x = 1300, y = 840 },
       
    28 		{ x = 952, y = 814 },
       
    29 		{ x = 862, y = 634 },
       
    30 		{ x = 748, y = 794 },
       
    31 		{ x = 639, y = 548 },
       
    32 		{ x = 1730, y = 549 },
       
    33 		{ x = 1466, y = 566 },
       
    34 		{ x = 3716, y = 954 },
       
    35 	},
       
    36 	time = 180000,
       
    37 	shootText = loc("You have launched %d bazookas."),
       
    38 }
       
    39 
       
    40 TargetPracticeMission(params)