share/hedgewars/Data/Missions/Training/Target_Practice_-_Homing_Bee.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 = amBee,
       
     5 	gearType = gtBee,
       
     6 	missionTitle = loc("Target Practice: Homing Bee"),
       
     7 	solidLand = true,
       
     8 	map = "Hedgewars",
       
     9 	theme = "Nature",
       
    10 	hog_x = 1990,
       
    11 	hog_y = 514,
       
    12 	hogHat = "NoHat",
       
    13 	teamGrave = "bp2",
       
    14 	targets = {
       
    15 		{ x = 1949, y = 273 },
       
    16 		{ x = 1734, y = 322 },
       
    17 		{ x = 1574, y = 340 },
       
    18 		{ x = 1642, y = 474 },
       
    19 		{ x = 2006, y = 356 },
       
    20 		{ x = 1104, y = 285 },
       
    21 		{ x = 565, y = 440 },
       
    22 		{ x = 732, y = 350 },
       
    23 		{ x = 2022, y = 396 },
       
    24 		{ x = 366, y = 360 },
       
    25 		{ x = 556, y = 300 },
       
    26 		{ x = 902, y = 306 },
       
    27 		{ x = 924, y = 411 },
       
    28 		{ x = 227, y = 510 },
       
    29 		{ x = 150, y = 300 },
       
    30 	},
       
    31 	time = 120000,
       
    32 	shootText = loc("You have launched %d homing bees."),
       
    33 }
       
    34 
       
    35 TargetPracticeMission(params)