equal
deleted
inserted
replaced
|
1 HedgewarsScriptLoad("/Scripts/TargetPractice.lua") |
|
2 |
|
3 local params = { |
|
4 ammoType = amShotgun, |
|
5 gearType = gtShotgunShot, |
|
6 missionTitle = loc("Target Practice: Shotgun"), |
|
7 solidLand = false, |
|
8 map = "SB_Haunty", |
|
9 theme = "Halloween", |
|
10 hog_x = 320, |
|
11 hog_y = 324, |
|
12 hogHat = "NoHat", |
|
13 hogGrave = "Bones", |
|
14 targets = { |
|
15 { x = 495, y = 501 }, |
|
16 { x = 227, y = 530 }, |
|
17 { x = 835, y = 934 }, |
|
18 { x = 1075, y = 889 }, |
|
19 { x = 887, y = 915 }, |
|
20 { x = 1148, y = 750 }, |
|
21 { x = 916, y = 915 }, |
|
22 { x = 1211, y = 700 }, |
|
23 { x = 443, y = 505 }, |
|
24 { x = 822, y = 964 }, |
|
25 { x = 1092, y = 819 }, |
|
26 { x = 1301, y = 683 }, |
|
27 { x = 1480, y = 661 }, |
|
28 { x = 1492, y = 786 }, |
|
29 { x = 1605, y = 562 }, |
|
30 { x = 1545, y = 466 }, |
|
31 { x = 1654, y = 392 }, |
|
32 { x = 1580, y = 334 }, |
|
33 { x = 1730, y = 222 }, |
|
34 }, |
|
35 time = 90000, |
|
36 } |
|
37 |
|
38 TargetPracticeMission(params) |