|
1 HedgewarsScriptLoad("/Scripts/SimpleMission.lua") |
|
2 HedgewarsScriptLoad("/Scripts/Locale.lua") |
|
3 SimpleMission({ |
|
4 missionTitle = loc("Tentacle Terror"), |
|
5 initVars = { |
|
6 TurnTime = 25000, |
|
7 MinesTime = 0, |
|
8 Map = "SB_Tentacles", |
|
9 Theme = "Hell", |
|
10 GameFlags = gfDisableWind |
|
11 }, |
|
12 ammoConfig = { |
|
13 [amParachute] = { count = 1 }, |
|
14 [amRope] = { count = 1, weaponsInCrate = 1 }, |
|
15 [amBazooka] = { weaponsInCrate = 2 }, |
|
16 }, |
|
17 wind = -50, |
|
18 teams = { |
|
19 { name = loc("Hell Army"), |
|
20 flag = "cm_hellish", |
|
21 grave = "Simple_reversed", |
|
22 hogs = { { |
|
23 name = loc("Lord Evil"), |
|
24 faceLeft = true, |
|
25 health = 30, |
|
26 x = 1210, y = 1446, |
|
27 hat = "Evil", |
|
28 botLevel = 0 } } |
|
29 }, |
|
30 { name = loc("Heavenly Defense"), |
|
31 flag = "cm_fcw", |
|
32 grave = "Ghost", |
|
33 hogs = { { |
|
34 name = loc("Fallen Angel"), |
|
35 health = 100, |
|
36 x = 1723, y = 1484, |
|
37 hat = "angel", |
|
38 botLevel = 1, |
|
39 ammo = { [amAirAttack] = 100 } } } |
|
40 } |
|
41 }, |
|
42 gears = { |
|
43 { type = gtMine, x=2205, y=1230 }, |
|
44 { type = gtMine, x=2339, y=1274 }, |
|
45 { type = gtMine, x=2372, y=1239 }, |
|
46 { type = gtMine, x=2405, y=1228 }, |
|
47 { type = gtMine, x=2437, y=1204 }, |
|
48 { type = gtMine, x=2463, y=1190 }, |
|
49 { type = gtMine, x=2488, y=1180 }, |
|
50 { type = gtMine, x=2517, y=1169 }, |
|
51 { type = gtMine, x=2546, y=1161 }, |
|
52 { type = gtMine, x=2574, y=1154 }, |
|
53 { type = gtMine, x=2604, y=1148 }, |
|
54 { type = gtMine, x=2636, y=1141 }, |
|
55 { type = gtMine, x=2176, y=1211 }, |
|
56 { type = gtMine, x=2152, y=1198 }, |
|
57 { type = gtMine, x=2120, y=1184 }, |
|
58 { type = gtMine, x=2090, y=1174 }, |
|
59 { type = gtMine, x=2058, y=1166 }, |
|
60 { type = gtMine, x=2036, y=1162 }, |
|
61 { type = gtMine, x=1995, y=1158 }, |
|
62 { type = gtMine, x=1957, y=1157 }, |
|
63 { type = gtMine, x=1891, y=1162 }, |
|
64 { type = gtMine, x=1838, y=1173 }, |
|
65 { type = gtMine, x=1799, y=1181 }, |
|
66 { type = gtMine, x=1763, y=1192 }, |
|
67 { type = gtMine, x=1722, y=1210 }, |
|
68 { type = gtMine, x=1676, y=1232 }, |
|
69 { type = gtMine, x=1653, y=1247 }, |
|
70 { type = gtMine, x=1626, y=1269 }, |
|
71 { type = gtMine, x=1595, y=1303 }, |
|
72 { type = gtMine, x=1563, y=1287 }, |
|
73 { type = gtMine, x=1536, y=1258 }, |
|
74 { type = gtMine, x=1522, y=1231 }, |
|
75 { type = gtMine, x=1508, y=1184 }, |
|
76 { type = gtMine, x=1496, y=1139 }, |
|
77 { type = gtMine, x=2729, y=1285 }, |
|
78 { type = gtMine, x=2799, y=1329 }, |
|
79 { type = gtMine, x=2851, y=1383 }, |
|
80 { type = gtMine, x=2912, y=1369 }, |
|
81 { type = gtMine, x=2668, y=1261 }, |
|
82 { type = gtMine, x=2903, y=1219 }, |
|
83 { type = gtMine, x=2916, y=1171 }, |
|
84 { type = gtMine, x=3143, y=1186 }, |
|
85 { type = gtMine, x=3074, y=1202 }, |
|
86 { type = gtMine, x=1046, y=1644 }, |
|
87 { type = gtMine, x=989, y=1719 }, |
|
88 { type = gtMine, x=850, y=1827 }, |
|
89 { type = gtMine, x=1000, y=1203 }, |
|
90 { type = gtMine, x=3047, y=1040 }, |
|
91 { type = gtMine, x=3200, y=1592 }, |
|
92 { type = gtMine, x=3257, y=1638 }, |
|
93 { type = gtMine, x=3314, y=1698 }, |
|
94 { type = gtMine, x=3364, y=1769 }, |
|
95 { type = gtMine, x=3423, y=1905 }, |
|
96 { type = gtMine, x=1750, y=1584 }, |
|
97 { type = gtMine, x=1768, y=1590 }, |
|
98 { type = gtMine, x=1801, y=1725 }, |
|
99 { type = gtMine, x=1832, y=1698 }, |
|
100 { type = gtMine, x=1854, y=1660 }, |
|
101 { type = gtMine, x=1888, y=1701 }, |
|
102 { type = gtMine, x=1917, y=1675 }, |
|
103 { type = gtMine, x=1957, y=1637 }, |
|
104 { type = gtMine, x=1985, y=1573 }, |
|
105 { type = gtMine, x=2004, y=1545 }, |
|
106 { type = gtMine, x=2051, y=1524 }, |
|
107 { type = gtMine, x=2075, y=1487 }, |
|
108 { type = gtMine, x=1796, y=1670 }, |
|
109 { type = gtCase, crateType = "supply", x = 3484, y = 1950, ammoType = amBazooka }, |
|
110 { type = gtCase, crateType = "supply", x = 1139, y = 1062, ammoType = amBazooka }, |
|
111 { type = gtCase, crateType = "supply", x = 2613, y = 1545, ammoType = amDrillStrike }, |
|
112 { type = gtCase, crateType = "supply", x = 3029, y = 1601, ammoType = amBlowTorch }, |
|
113 { type = gtCase, crateType = "supply", x = 707, y = 1957, ammoType = amRope }, |
|
114 }, |
|
115 }) |