equal
deleted
inserted
replaced
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) |
|