share/hedgewars/Data/Missions/Training/Target_Practice_-_Grenade_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 = amGrenade,
       
     5 	gearType = gtGrenade,
       
     6 	missionTitle = loc("Target Practice: Grenade (hard)"),
       
     7 	solidLand = true,
       
     8 	artillery = true,
       
     9 	map = "SB_Crystal",
       
    10 	theme = "Cave",
       
    11 	hog_x = 1456,
       
    12 	hog_y = 669,
       
    13 	hogName = loc("Grenadier"),
       
    14 	hogHat = "war_desertgrenadier2",
       
    15 	teamName = loc("Grenade Group"),
       
    16 	targets = {
       
    17 		{ x = 1190, y = 694 },
       
    18 		{ x = 962, y = 680 },
       
    19 		{ x = 1090, y = 489 },
       
    20 		{ x = 1664, y = 666 },
       
    21 		{ x = 1584, y = 580 },
       
    22 		{ x = 2160, y = 738 },
       
    23 		{ x = 1836, y = 726 },
       
    24 		{ x = 618, y = 753 },
       
    25 		{ x = 837, y = 668 },
       
    26 		{ x = 2424, y = 405 },
       
    27 		{ x = 2310, y = 742 },
       
    28 		{ x = 294, y = 897 },
       
    29 		{ x = 472, y = 855 },
       
    30 		{ x = 2949, y = 724},
       
    31 		{ x = 3356, y = 926 },
       
    32 		{ x = 3734, y = 918 },
       
    33 		{ x = 170, y = 874 },
       
    34 		
       
    35 		
       
    36 	},
       
    37 	time = 180000,
       
    38 	shootText = loc("You have thrown %d grenades."),
       
    39 }
       
    40 
       
    41 TargetPracticeMission(params)