share/hedgewars/Data/Missions/Training/Target_Practice_-_Cluster_Bomb.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 = amClusterBomb,
       
     5 	gearType = gtClusterBomb,
       
     6 	missionTitle = loc("Cluster Bomb Training"),
       
     7 	solidLand = false,
       
     8 	map = "Trash",
       
     9 	theme = "Golf",
       
    10 	hog_x = 756,
       
    11 	hog_y = 370,
       
    12 	hogName = loc("Private Nolak"),
       
    13 	hogHat = "war_desertgrenadier1",
       
    14 	teamName = loc("The Hogies"),
       
    15 	targets = {
       
    16 		{ x = 628, y = 0 },
       
    17 		{ x = 891, y = 0 },
       
    18 		{ x = 1309, y = 0 },
       
    19 		{ x = 1128, y = 0 },
       
    20 		{ x = 410, y = 0 },
       
    21 		{ x = 1564, y = 0 },
       
    22 		{ x = 1248, y = 476 },
       
    23 		{ x = 169, y = 0 },
       
    24 		{ x = 1720, y = 0 },
       
    25 		{ x = 1441, y = 0 },
       
    26 		{ x = 599, y = 0 },
       
    27 		{ x = 1638, y = 0 },
       
    28 	},
       
    29 	time = 180000,
       
    30 	shootText = loc("You have thrown %d cluster bombs."),
       
    31 }
       
    32 
       
    33 TargetPracticeMission(params)