author | unc0rr |
Sun, 05 Apr 2009 07:56:16 +0000 | |
changeset 1944 | f00c749ea445 |
parent 1914 | aab686a4e0c5 |
child 2005 | aa79f631711b |
permissions | -rw-r--r-- |
4 | 1 |
(* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
883 | 3 |
* Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com> |
4 | 4 |
* |
183 | 5 |
* This program is free software; you can redistribute it and/or modify |
6 |
* it under the terms of the GNU General Public License as published by |
|
7 |
* the Free Software Foundation; version 2 of the License |
|
4 | 8 |
* |
183 | 9 |
* This program is distributed in the hope that it will be useful, |
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
* GNU General Public License for more details. |
|
4 | 13 |
* |
183 | 14 |
* You should have received a copy of the GNU General Public License |
15 |
* along with this program; if not, write to the Free Software |
|
16 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
|
4 | 17 |
*) |
18 |
||
19 |
unit uConsts; |
|
20 |
interface |
|
1906 | 21 |
|
22 |
uses |
|
23 |
SDLh, |
|
24 |
{$IFDEF IPHONE} |
|
25 |
gles11, |
|
26 |
{$ELSE} |
|
27 |
GL, |
|
28 |
{$ENDIF} |
|
29 |
uLocale; |
|
30 |
||
4 | 31 |
{$INCLUDE options.inc} |
271 | 32 |
{$INCLUDE proto.inc} |
689 | 33 |
type |
282 | 34 |
|
1259 | 35 |
TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit); |
282 | 36 |
|
1259 | 37 |
TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview); |
282 | 38 |
|
1259 | 39 |
TPathType = (ptNone, ptData, ptGraphics, ptThemes, ptCurrTheme, ptTeams, ptMaps, |
40 |
ptMapCurrent, ptDemos, ptSounds, ptGraves, ptFonts, ptForts, |
|
41 |
ptLocale, ptAmmoMenu, ptHedgehog, ptVoices, ptHats); |
|
282 | 42 |
|
1259 | 43 |
TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame, |
44 |
sprLag, sprArrow, sprGrenade, sprTargetP, sprUFO, |
|
45 |
sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff, |
|
46 |
sprMineOn, sprCase, sprFAid, sprDynamite, sprPower, |
|
47 |
sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont, |
|
48 |
sprSky, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos, |
|
49 |
sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb, |
|
50 |
sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask, |
|
51 |
sprSwitch, sprParachute, sprTarget, sprRopeNode, |
|
52 |
sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR, |
|
53 |
sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun, |
|
54 |
sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer, |
|
55 |
sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath, |
|
56 |
sprShotgun, sprDEagle, sprHHIdle, sprMortar, sprTurnsLeft, |
|
57 |
sprKamikaze, sprWhip, sprKowtow, sprSad, sprWave, |
|
58 |
sprHurrah, sprLemonade, sprExplPart, sprExplPart2, |
|
1263 | 59 |
sprCakeWalk, sprCakeDown, sprAMAmmosBW, sprWatermelon, |
1286 | 60 |
sprEvilTrace, sprHellishBomb, sprSeduction, sprDress, |
1717 | 61 |
sprCensored, sprDrill, sprHandDrill, sprHandBallgun, sprBalls, |
1909 | 62 |
sprPlane, sprHandPlane, sprUtility, sprInvulnerable, sprGirder); |
282 | 63 |
|
1505 | 64 |
TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3 |
65 |
gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, // 8 |
|
66 |
gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, // 14 |
|
67 |
gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, // 19 |
|
68 |
gtFirePunch, gtATStartGame, gtATSmoothWindCh, gtATFinishGame, // 23 |
|
69 |
gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, gtGirder, // 28 |
|
70 |
gtTeleport, gtSwitcher, gtTarget, gtMortar, // 32 |
|
71 |
gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 38 |
|
1689 | 72 |
gtHellishBomb, gtEvilTrace, gtWaterUp, gtDrill, gtBallGun, gtBall,gtRCPlane); |
282 | 73 |
|
1505 | 74 |
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, |
75 |
vgtSmallDamageTag); |
|
802
ed5450a89b96
Start implementing 'visual gears' - gears, that don't need to be synchronized (clouds and flakes)
unc0rr
parents:
801
diff
changeset
|
76 |
|
1259 | 77 |
TGearsType = set of TGearType; |
282 | 78 |
|
1259 | 79 |
TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
80 |
sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
|
81 |
sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
|
82 |
sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
|
83 |
sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
|
84 |
sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
|
85 |
sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze, |
|
1279 | 86 |
sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2, |
87 |
sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, |
|
1712 | 88 |
sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
1914 | 89 |
sndRideOfTheValkyries, sndDenied, sndPlaced); |
282 | 90 |
|
1259 | 91 |
TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
92 |
amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
|
93 |
amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
|
94 |
amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
|
1854 | 95 |
amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, |
96 |
amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime, amLaserSight); |
|
282 | 97 |
|
1259 | 98 |
THWFont = (fnt16, fntBig, fntSmall); |
282 | 99 |
|
1259 | 100 |
TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume); |
282 | 101 |
|
1625 | 102 |
TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs, |
103 |
siClanHealth); |
|
306 | 104 |
|
1259 | 105 |
TWave = (waveRollup, waveSad,waveWave, waveHurrah, waveLemonade); |
1034 | 106 |
|
1259 | 107 |
THHFont = record |
108 |
Handle: PTTF_Font; |
|
109 |
Height: LongInt; |
|
110 |
style: LongInt; |
|
111 |
Name: string[19]; |
|
112 |
end; |
|
282 | 113 |
|
1259 | 114 |
PAmmo = ^TAmmo; |
115 |
TAmmo = record |
|
116 |
Propz: LongWord; |
|
117 |
Count: LongWord; |
|
118 |
NumPerTurn: LongWord; |
|
119 |
Timer: LongWord; |
|
120 |
Pos: LongWord; |
|
121 |
AmmoType: TAmmoType; |
|
122 |
end; |
|
1912
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
123 |
|
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
124 |
TVertex2f = record |
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
125 |
X, Y: GLfloat; |
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
126 |
end; |
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
127 |
|
1259 | 128 |
TTexture = record |
129 |
id: GLuint; |
|
130 |
w, h: LongInt; |
|
1896 | 131 |
rx, ry: GLfloat; |
1912
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
132 |
vb, tb: array [0..3] of TVertex2f; |
1259 | 133 |
end; |
134 |
PTexture = ^TTexture; |
|
4 | 135 |
|
105 | 136 |
const |
1259 | 137 |
errmsgCreateSurface = 'Error creating SDL surface'; |
138 |
errmsgTransparentSet = 'Error setting transparent color'; |
|
139 |
errmsgUnknownCommand = 'Unknown command'; |
|
140 |
errmsgUnknownVariable = 'Unknown variable'; |
|
141 |
errmsgIncorrectUse = 'Incorrect use'; |
|
142 |
errmsgShouldntRun = 'This program shouldn''t be run manually'; |
|
143 |
errmsgWrongNumber = 'Wrong parameters number'; |
|
4 | 144 |
|
1259 | 145 |
msgLoading = 'Loading '; |
146 |
msgOK = 'ok'; |
|
147 |
msgFailed = 'failed'; |
|
148 |
msgGettingConfig = 'Getting game config...'; |
|
4 | 149 |
|
150 |
const |
|
1033 | 151 |
cMaxPower = 1500; |
152 |
cMaxAngle = 2048; |
|
153 |
cPowerDivisor = 1500; |
|
621 | 154 |
|
1190
73ec31d8bb6f
Enable back rendering objects that are put on top of land texture
unc0rr
parents:
1184
diff
changeset
|
155 |
MAXNAMELEN = 192; |
74 | 156 |
|
1760 | 157 |
LAND_WIDTH = 4096; |
1765 | 158 |
LAND_HEIGHT = 2048; |
1760 | 159 |
LAND_WIDTH_MASK = $FFFFF000; |
1766 | 160 |
LAND_HEIGHT_MASK = $FFFFF800; |
1760 | 161 |
|
1792 | 162 |
COLOR_LAND = $FFFFFFFF; // white |
163 |
COLOR_INDESTRUCTIBLE = $FF0000FF; // red |
|
64 | 164 |
|
1033 | 165 |
cifRandomize = $00000001; |
166 |
cifTheme = $00000002; |
|
167 |
cifMap = $00000002; // either theme or map (or map+theme) |
|
168 |
cifAllInited = cifRandomize or |
|
169 |
cifTheme or |
|
170 |
cifMap; |
|
55
e09f7c952a40
Send run parameters by cmd line, game parameters by IPC... breaks network game
unc0rr
parents:
53
diff
changeset
|
171 |
|
1033 | 172 |
cTransparentColor: Longword = $000000; |
4 | 173 |
|
1033 | 174 |
cMaxTeams = 6; |
175 |
cMaxHHIndex = 7; |
|
1784 | 176 |
cMaxHHs = 48; |
1033 | 177 |
cMaxSpawnPoints = 1024; |
4 | 178 |
|
1033 | 179 |
cMaxEdgePoints = 16384; |
22 | 180 |
|
1033 | 181 |
cHHRadius = 9; |
1141 | 182 |
cHHStepTicks = 29; |
509 | 183 |
|
1270 | 184 |
cUsualZ = 500; |
185 |
cSmokeZ = 499; |
|
1033 | 186 |
cHHZ = 1000; |
187 |
cCurrHHZ = Succ(cHHZ); |
|
1109 | 188 |
cOnHHZ = 2000; |
4 | 189 |
|
1033 | 190 |
cShotgunRadius = 22; |
191 |
cBlowTorchC = 6; |
|
509 | 192 |
|
1033 | 193 |
cKeyMaxIndex = 1023; |
4 | 194 |
|
1033 | 195 |
cMaxCaptions = 4; |
97
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
95
diff
changeset
|
196 |
|
1895 | 197 |
gfForts = $00000001; |
198 |
gfMultiWeapon = $00000002; |
|
199 |
gfSolidLand = $00000004; |
|
200 |
gfBorder = $00000008; |
|
201 |
gfDivideTeams = $00000010; |
|
202 |
gfLowGravity = $00000020; |
|
203 |
gfLaserSight = $00000040; |
|
204 |
gfInvulnerable = $00000080; |
|
205 |
gfMines = $00000100; |
|
206 |
gfOneClanMode = $10000000; |
|
4 | 207 |
|
1033 | 208 |
gstDrowning = $00000001; |
209 |
gstHHDriven = $00000002; |
|
210 |
gstMoving = $00000004; |
|
211 |
gstAttacked = $00000008; |
|
212 |
gstAttacking = $00000010; |
|
213 |
gstCollision = $00000020; |
|
214 |
gstHHChooseTarget = $00000040; |
|
215 |
gstHHJumping = $00000100; |
|
216 |
gsttmpFlag = $00000200; |
|
217 |
gstHHThinking = $00000800; |
|
218 |
gstNoDamage = $00001000; |
|
219 |
gstHHHJump = $00002000; |
|
220 |
gstAnimation = $00004000; |
|
221 |
gstHHDeath = $00008000; |
|
1865
ebc6dfca60d4
- nemo's patch: some animations, zero probability for infinite weapons
unc0rr
parents:
1863
diff
changeset
|
222 |
gstWinner = $00010000; // this, along with gstLoser, is good for indicating hedgies know they screwed up |
1033 | 223 |
gstWait = $00020000; |
1528 | 224 |
gstNotKickable = $00040000; |
1865
ebc6dfca60d4
- nemo's patch: some animations, zero probability for infinite weapons
unc0rr
parents:
1863
diff
changeset
|
225 |
gstLoser = $00080000; |
4 | 226 |
|
1033 | 227 |
gm_Left = $00000001; |
228 |
gm_Right = $00000002; |
|
229 |
gm_Up = $00000004; |
|
230 |
gm_Down = $00000008; |
|
231 |
gm_Switch = $00000010; |
|
232 |
gm_Attack = $00000020; |
|
233 |
gm_LJump = $00000040; |
|
234 |
gm_HJump = $00000080; |
|
235 |
gm_Destroy= $00000100; |
|
236 |
gm_Slot = $00000200; // with param |
|
237 |
gm_Weapon = $00000400; // with param |
|
238 |
gm_Timer = $00000800; // with param |
|
239 |
gm_Animate= $00001000; // with param |
|
1639 | 240 |
gm_Precise= $00002000; |
241 |
gmAllStoppable = gm_Left or gm_Right or gm_Up or gm_Down or gm_Attack or gm_Precise; |
|
4 | 242 |
|
1033 | 243 |
cMaxSlotIndex = 8; |
1849 | 244 |
cMaxSlotAmmoIndex = 4; |
4 | 245 |
|
1033 | 246 |
ammoprop_Timerable = $00000001; |
247 |
ammoprop_Power = $00000002; |
|
248 |
ammoprop_NeedTarget = $00000004; |
|
249 |
ammoprop_ForwMsgs = $00000008; |
|
250 |
ammoprop_AttackInMove = $00000010; |
|
251 |
ammoprop_NoCrosshair = $00000040; |
|
252 |
ammoprop_AttackingPut = $00000080; |
|
253 |
ammoprop_DontHold = $00000100; |
|
254 |
ammoprop_AltAttack = $00000200; |
|
255 |
ammoprop_AltUse = $00000400; |
|
1784 | 256 |
ammoprop_NotBorder = $00000800; |
1849 | 257 |
ammoprop_Utility = $00001000; |
930 | 258 |
|
1033 | 259 |
AMMO_INFINITE = 9; |
4 | 260 |
|
1033 | 261 |
EXPLAllDamageInRadius = $00000001; |
262 |
EXPLAutoSound = $00000002; |
|
263 |
EXPLNoDamage = $00000004; |
|
264 |
EXPLDoNotTouchHH = $00000008; |
|
265 |
EXPLDontDraw = $00000010; |
|
42 | 266 |
|
1033 | 267 |
posCaseAmmo = $00000001; |
268 |
posCaseHealth = $00000002; |
|
1861 | 269 |
posCaseUtility = $00000004; |
4 | 270 |
|
1033 | 271 |
NoPointX = Low(LongInt); |
4 | 272 |
|
1033 | 273 |
cHHFileName = 'Hedgehog'; |
274 |
cCHFileName = 'Crosshair'; |
|
275 |
cThemeCFGFilename = 'theme.cfg'; |
|
4 | 276 |
|
1033 | 277 |
Fontz: array[THWFont] of THHFont = ( |
278 |
(Handle: nil; |
|
279 |
Height: 12; |
|
1118 | 280 |
style: TTF_STYLE_NORMAL; |
281 |
Name: 'DejaVuSans-Bold.ttf'), |
|
1033 | 282 |
(Handle: nil; |
283 |
Height: 24; |
|
1118 | 284 |
style: TTF_STYLE_NORMAL; |
285 |
Name: 'DejaVuSans-Bold.ttf'), |
|
1033 | 286 |
(Handle: nil; |
287 |
Height: 10; |
|
1118 | 288 |
style: TTF_STYLE_NORMAL; |
289 |
Name: 'DejaVuSans-Bold.ttf') |
|
1033 | 290 |
); |
4 | 291 |
|
1033 | 292 |
FontBorder = 2; |
202 | 293 |
|
1033 | 294 |
PathPrefix: string = './'; |
295 |
Pathz: array[TPathType] of String = ( |
|
296 |
'', // ptNone |
|
297 |
'', // ptData |
|
298 |
'Graphics', // ptGraphics |
|
299 |
'Themes', // ptThemes |
|
300 |
'Themes/avematan', // ptCurrTheme |
|
301 |
'Teams', // ptTeams |
|
302 |
'Maps', // ptMaps |
|
303 |
'', // ptMapCurrent |
|
304 |
'Demos', // ptDemos |
|
305 |
'Sounds', // ptSounds |
|
306 |
'Graphics/Graves', // ptGraves |
|
307 |
'Fonts', // ptFonts |
|
308 |
'Forts', // ptForts |
|
309 |
'Locale', // ptLocale |
|
310 |
'Graphics/AmmoMenu', // ptAmmoMenu |
|
311 |
'Graphics/Hedgehog', // ptHedgehog |
|
1656
209cf0e2fc36
Finish voicepacks support in engine (not tested though)
unc0rr
parents:
1654
diff
changeset
|
312 |
'Sounds/voices', // ptVoices |
1033 | 313 |
'Graphics/Hats' // ptHats |
314 |
); |
|
4 | 315 |
|
1259 | 316 |
SpritesData: array[TSprite] of record |
317 |
FileName: String[14]; |
|
318 |
Path, AltPath: TPathType; |
|
319 |
Texture: PTexture; |
|
320 |
Surface: PSDL_Surface; |
|
321 |
Width, Height: LongInt; |
|
322 |
saveSurf: boolean; |
|
323 |
end = ( |
|
324 |
(FileName: 'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil; |
|
1825 | 325 |
Width: 0; Height: 0; saveSurf: false),// sprWater |
1259 | 326 |
(FileName: 'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil; |
327 |
Width: 256; Height:128; saveSurf: false),// sprCloud |
|
328 |
(FileName: 'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
329 |
Width: 8; Height: 8; saveSurf: false),// sprBomb |
|
330 |
(FileName: 'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
331 |
Width: 32; Height: 32; saveSurf: false),// sprBigDigit |
|
332 |
(FileName: 'Frame'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
333 |
Width: 4; Height: 32; saveSurf: false),// sprFrame |
|
334 |
(FileName: 'Lag'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
335 |
Width: 65; Height: 65; saveSurf: false),// sprLag |
|
336 |
(FileName: 'Arrow'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
337 |
Width: 16; Height: 16; saveSurf: false),// sprCursor |
|
338 |
(FileName: 'Grenade'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
339 |
Width: 16; Height: 16; saveSurf: false),// sprGrenade |
|
340 |
(FileName: 'Targetp'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
341 |
Width: 32; Height: 32; saveSurf: false),// sprTargetP |
|
342 |
(FileName: 'UFO'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
343 |
Width: 32; Height: 32; saveSurf: false),// sprUFO |
|
344 |
(FileName: 'SmokeTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
345 |
Width: 32; Height: 32; saveSurf: false),// sprSmokeTrace |
|
346 |
(FileName: 'RopeHook'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
347 |
Width: 16; Height: 16; saveSurf: false),// sprRopeHook |
|
348 |
(FileName: 'Expl50'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
349 |
Width: 64; Height: 64; saveSurf: false),// sprExplosion50 |
|
350 |
(FileName: 'MineOff'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
351 |
Width: 8; Height: 8; saveSurf: false),// sprMineOff |
|
352 |
(FileName: 'MineOn'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
353 |
Width: 8; Height: 8; saveSurf: false),// sprMineOn |
|
354 |
(FileName: 'Case'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1794 | 355 |
Width: 48; Height: 48; saveSurf: false),// sprCase |
1259 | 356 |
(FileName: 'FirstAid'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
357 |
Width: 48; Height: 48; saveSurf: false),// sprFAid |
|
358 |
(FileName: 'dynamite'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
359 |
Width: 32; Height: 32; saveSurf: false),// sprDynamite |
|
360 |
(FileName: 'Power'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
361 |
Width: 32; Height: 32; saveSurf: false),// sprPower |
|
362 |
(FileName: 'ClBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
363 |
Width: 16; Height: 16; saveSurf: false),// sprClusterBomb |
|
364 |
(FileName: 'ClParticle'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
365 |
Width: 16; Height: 16; saveSurf: false),// sprClusterParticle |
|
366 |
(FileName: 'Flame'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
367 |
Width: 16; Height: 16; saveSurf: false),// sprFlame |
|
368 |
(FileName: 'horizont'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
|
369 |
Width: 0; Height: 0; saveSurf: false),// sprHorizont |
|
370 |
(FileName: 'Sky'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
|
371 |
Width: 0; Height: 0; saveSurf: false),// sprSky |
|
372 |
(FileName: 'BrdrLines'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
373 |
Width: 202; Height: 1; saveSurf: false),// sprAMBorders |
|
374 |
(FileName: 'Slot'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
375 |
Width: 202; Height: 33; saveSurf: false),// sprAMSlot |
|
376 |
(FileName: 'AmmoName'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
377 |
Width: 202; Height: 33; saveSurf: false),// sprAMSlotName |
|
378 |
(FileName: 'Ammos'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
379 |
Width: 32; Height: 32; saveSurf: false),// sprAMAmmos |
|
380 |
(FileName: 'SlotKeys'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
381 |
Width: 32; Height: 32; saveSurf: false),// sprAMSlotKeys |
|
382 |
(FileName: 'Selection'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
383 |
Width: 32; Height: 32; saveSurf: false),// sprAMSelection |
|
384 |
(FileName: 'Finger'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
385 |
Width: 32; Height: 48; saveSurf: false),// sprFinger |
|
386 |
(FileName: 'AirBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
387 |
Width: 16; Height: 16; saveSurf: false),// sprAirBomb |
|
388 |
(FileName: 'Airplane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
389 |
Width: 125; Height: 42; saveSurf: false),// sprAirplane |
|
390 |
(FileName: 'amAirplane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
391 |
Width: 64; Height: 32; saveSurf: false),// sprAmAirplane |
|
392 |
(FileName: 'amGirder'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
393 |
Width: 160; Height:160; saveSurf: true),// sprAmGirder |
|
394 |
(FileName: 'hhMask'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
395 |
Width: 32; Height: 32; saveSurf: true),// sprHHTelepMask |
|
396 |
(FileName: 'Switch'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
397 |
Width: 32; Height: 32; saveSurf: false),// sprSwitch |
|
398 |
(FileName: 'Parachute'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
399 |
Width: 48; Height: 48; saveSurf: false),// sprParachute |
|
400 |
(FileName: 'Target'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
401 |
Width: 32; Height: 32; saveSurf: false),// sprTarget |
|
402 |
(FileName: 'RopeNode'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
403 |
Width: 6; Height: 6; saveSurf: false),// sprRopeNode |
|
404 |
(FileName: 'thinking'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
405 |
Width: 32; Height: 32; saveSurf: false),// sprQuestion |
|
406 |
(FileName: 'PowerBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
407 |
Width: 256; Height: 32; saveSurf: false),// sprPowerBar |
|
408 |
(FileName: 'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
409 |
Width: 151; Height: 17; saveSurf: false),// sprWindBar |
|
410 |
(FileName: 'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
411 |
Width: 80; Height: 13; saveSurf: false),// sprWindL |
|
412 |
(FileName: 'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
413 |
Width: 80; Height: 13; saveSurf: false),// sprWindR |
|
414 |
(FileName: 'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil; |
|
415 |
Width: 64; Height: 64; saveSurf: false),// sprFlake |
|
416 |
(FileName: 'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
417 |
Width: 32; Height: 32; saveSurf: false),// sprHandRope |
|
418 |
(FileName: 'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
419 |
Width: 32; Height: 32; saveSurf: false),// sprHandBazooka |
|
420 |
(FileName: 'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
421 |
Width: 64; Height: 64; saveSurf: false),// sprHandShotgun |
|
422 |
(FileName: 'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
423 |
Width: 64; Height: 64; saveSurf: false),// sprHandDEagle |
|
424 |
(FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
425 |
Width: 32; Height: 32; saveSurf: false),// sprHandAirAttack |
|
426 |
(FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
427 |
Width: 32; Height: 32; saveSurf: false),// sprHandBaseball |
|
428 |
(FileName: 'Hammer'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
429 |
Width: 32; Height: 64; saveSurf: false),// sprPHammer |
|
430 |
(FileName: 'amBTorch_i'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
431 |
Width: 32; Height: 32; saveSurf: false),// sprHandBlowToch |
|
432 |
(FileName: 'amBTorch_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
433 |
Width: 32; Height: 32; saveSurf: false),// sprBlowToch |
|
434 |
(FileName: 'Teleport'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
435 |
Width: 64; Height: 32; saveSurf: false),// sprTeleport |
|
436 |
(FileName: 'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
437 |
Width: 32; Height: 64; saveSurf: false),// sprHHDeath |
|
438 |
(FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
439 |
Width: 64; Height: 64; saveSurf: false),// sprShotgun |
|
440 |
(FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
441 |
Width: 64; Height: 64; saveSurf: false),// sprDEagle |
|
442 |
(FileName: 'Idle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
443 |
Width: 32; Height: 32; saveSurf: false),// sprHHIdle |
|
444 |
(FileName: 'Mortar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
445 |
Width: 16; Height: 16; saveSurf: false),// sprMortar |
|
446 |
(FileName: 'TurnsLeft'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
447 |
Width: 16; Height: 16; saveSurf: false),// sprTurnsLeft |
|
448 |
(FileName: 'amKamikaze'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
449 |
Width: 256; Height: 32; saveSurf: false),// sprKamikaze |
|
450 |
(FileName: 'amWhip'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
451 |
Width: 128; Height: 32; saveSurf: false),// sprWhip |
|
452 |
(FileName: 'Kowtow'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
453 |
Width: 32; Height: 32; saveSurf: false),// sprKowtow |
|
454 |
(FileName: 'Sad'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
455 |
Width: 32; Height: 32; saveSurf: false),// sprSad |
|
456 |
(FileName: 'Wave'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
457 |
Width: 64; Height: 32; saveSurf: false),// sprWave |
|
458 |
(FileName: 'Hurrah'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
459 |
Width: 32; Height: 32; saveSurf: false),// sprHurrah |
|
460 |
(FileName:'ILoveLemonade';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
461 |
Width: 128; Height: 32; saveSurf: false),// sprLemonade |
|
462 |
(FileName: 'ExplPart'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
463 |
Width: 32; Height: 32; saveSurf: false),// sprExplPart |
|
464 |
(FileName: 'ExplPart2'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
465 |
Width: 32; Height: 32; saveSurf: false),// sprExplPart2 |
|
466 |
(FileName: 'Cake_walk'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
467 |
Width: 64; Height: 64; saveSurf: false),// sprCakeWalk |
|
468 |
(FileName: 'Cake_down'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
469 |
Width: 64; Height: 64; saveSurf: false),// sprCakeDown |
|
470 |
(FileName: 'Ammos_bw'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1262 | 471 |
Width: 32; Height: 32; saveSurf: false),// sprAMAmmosBW |
472 |
(FileName: 'Watermelon'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1263 | 473 |
Width: 32; Height: 32; saveSurf: false),// sprWatermelon |
474 |
(FileName: 'EvilTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
475 |
Width: 32; Height: 32; saveSurf: false),// sprEvilTrace |
|
476 |
(FileName:'HellishBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1284 | 477 |
Width: 16; Height: 16; saveSurf: false),// sprHellishBomb |
478 |
(FileName: 'Seduction'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1286 | 479 |
Width: 32; Height: 32; saveSurf: false),// sprSeduction |
480 |
(FileName: 'HHDress'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
481 |
Width: 64; Height: 64; saveSurf: false),// sprDress |
|
482 |
(FileName: 'Censored'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1573 | 483 |
Width: 64; Height: 16; saveSurf: false),// sprCensored |
1580 | 484 |
(FileName: 'Drill'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
1573 | 485 |
Width: 16; Height: 16; saveSurf: false),// sprDrill |
486 |
(FileName: 'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1601 | 487 |
Width: 32; Height: 32; saveSurf: false),// sprHandDrill |
1863 | 488 |
(FileName: 'amBallgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
1601 | 489 |
Width: 64; Height: 64; saveSurf: false),// sprHandBallgun |
490 |
(FileName: 'Balls'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
1689 | 491 |
Width: 32; Height: 20; saveSurf: false),// sprBalls |
1863 | 492 |
(FileName: 'RCPlane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
1717 | 493 |
Width: 32; Height: 32; saveSurf: false),// sprPlane |
1863 | 494 |
(FileName: 'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
1861 | 495 |
Width: 32; Height: 32; saveSurf: false), // sprHandPlane |
1863 | 496 |
(FileName: 'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
1865
ebc6dfca60d4
- nemo's patch: some animations, zero probability for infinite weapons
unc0rr
parents:
1863
diff
changeset
|
497 |
Width: 48; Height: 48; saveSurf: false), // sprUtility |
1908
5be17e24751a
Use GL_TRIANGLE_FAN instead of GL_TRIANGLES (more efficient)
unc0rr
parents:
1906
diff
changeset
|
498 |
(FileName:'Invulnerable';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
1910 | 499 |
Width: 48; Height: 48; saveSurf: false), // sprInvulnerable |
500 |
(FileName: 'amGirder'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
501 |
Width: 512; Height:512; saveSurf: false) // sprGirder |
|
1259 | 502 |
); |
688 | 503 |
|
1034 | 504 |
Wavez: array [TWave] of record |
505 |
Sprite: TSprite; |
|
506 |
FramesCount: Longword; |
|
1037 | 507 |
cmd: String[20]; |
1034 | 508 |
end = ( |
1037 | 509 |
(Sprite: sprKowtow; FramesCount: 12; cmd: '/rollup'), |
510 |
(Sprite: sprSad; FramesCount: 14; cmd: '/sad'), |
|
511 |
(Sprite: sprWave; FramesCount: 16; cmd: '/wave'), |
|
512 |
(Sprite: sprHurrah; FramesCount: 14; cmd: '/hurrah'), |
|
513 |
(Sprite: sprLemonade; FramesCount: 24; cmd: '/ilovelotsoflemonade') |
|
1034 | 514 |
); |
515 |
||
1259 | 516 |
Soundz: array[TSound] of record |
1712 | 517 |
FileName: String[25]; |
1259 | 518 |
Path : TPathType; |
519 |
end = ( |
|
1712 | 520 |
(FileName: 'grenadeimpact.ogg'; Path: ptSounds),// sndGrenadeImpact |
521 |
(FileName: 'explosion.ogg'; Path: ptSounds),// sndExplosion |
|
522 |
(FileName: 'throwpowerup.ogg'; Path: ptSounds),// sndThrowPowerUp |
|
523 |
(FileName: 'throwrelease.ogg'; Path: ptSounds),// sndThrowRelease |
|
524 |
(FileName: 'splash.ogg'; Path: ptSounds),// sndSplash |
|
525 |
(FileName: 'shotgunreload.ogg'; Path: ptSounds),// sndShotgunReload |
|
526 |
(FileName: 'shotgunfire.ogg'; Path: ptSounds),// sndShotgunFire |
|
527 |
(FileName: 'graveimpact.ogg'; Path: ptSounds),// sndGraveImpact |
|
528 |
(FileName: 'minetick.ogg'; Path: ptSounds),// sndMineTicks |
|
529 |
(FileName: 'pickhammer.ogg'; Path: ptSounds),// sndPickhammer |
|
530 |
(FileName: 'gun.ogg'; Path: ptSounds),// sndGun |
|
531 |
(FileName: 'ufo.ogg'; Path: ptSounds),// sndUFO |
|
532 |
(FileName: 'Jump1.ogg'; Path: ptVoices),// sndJump1 |
|
533 |
(FileName: 'Jump2.ogg'; Path: ptVoices),// sndJump2 |
|
534 |
(FileName: 'Jump3.ogg'; Path: ptVoices),// sndJump3 |
|
535 |
(FileName: 'Yessir.ogg'; Path: ptVoices),// sndYesSir |
|
536 |
(FileName: 'Laugh.ogg'; Path: ptVoices),// sndLaugh |
|
537 |
(FileName: 'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou |
|
538 |
(FileName: 'Incoming.ogg'; Path: ptVoices),// sndIncoming |
|
539 |
(FileName: 'Missed.ogg'; Path: ptVoices),// sndMissed |
|
540 |
(FileName: 'Stupid.ogg'; Path: ptVoices),// sndStupid |
|
541 |
(FileName: 'Firstblood.ogg'; Path: ptVoices),// sndFirstBlood |
|
542 |
(FileName: 'Boring.ogg'; Path: ptVoices),// sndBoring |
|
543 |
(FileName: 'Byebye.ogg'; Path: ptVoices),// sndByeBye |
|
544 |
(FileName: 'Sameteam.ogg'; Path: ptVoices),// sndSameTeam |
|
545 |
(FileName: 'Nutter.ogg'; Path: ptVoices),// sndNutter |
|
546 |
(FileName: 'Reinforcements.ogg'; Path: ptVoices),// sndReinforce |
|
547 |
(FileName: 'Traitor.ogg'; Path: ptVoices),// sndTraitor |
|
548 |
(FileName: 'Youllregretthat.ogg';Path: ptVoices),// sndRegret |
|
549 |
(FileName: 'Enemydown.ogg'; Path: ptVoices),// sndEnemyDown |
|
550 |
(FileName: 'Coward.ogg'; Path: ptVoices),// sndCoward |
|
551 |
(FileName: 'Hurry.ogg'; Path: ptVoices),// sndHurry |
|
552 |
(FileName: 'Watchit.ogg'; Path: ptVoices),// sndWatchIt |
|
553 |
(FileName: 'Kamikaze.ogg'; Path: ptVoices),// sndKamikaze |
|
554 |
(FileName: 'cake2.ogg'; Path: ptSounds),// sndCake |
|
555 |
(FileName: 'Ow1.ogg'; Path: ptVoices),// sndOw1 |
|
556 |
(FileName: 'Ow4.ogg'; Path: ptVoices),// sndOw4 |
|
557 |
(FileName: 'Firepunch1.ogg'; Path: ptVoices),// sndFirepunch1 |
|
558 |
(FileName: 'Firepunch2.ogg'; Path: ptVoices),// sndFirepunch2 |
|
559 |
(FileName: 'Firepunch3.ogg'; Path: ptVoices),// sndFirepunch3 |
|
560 |
(FileName: 'Firepunch4.ogg'; Path: ptVoices),// sndFirepunch4 |
|
561 |
(FileName: 'Firepunch5.ogg'; Path: ptVoices),// sndFirepunch5 |
|
562 |
(FileName: 'Firepunch6.ogg'; Path: ptVoices),// sndFirepunch6 |
|
563 |
(FileName: 'Melon.ogg'; Path: ptSounds),// sndMelon |
|
564 |
(FileName: 'Hellish.ogg'; Path: ptSounds),// sndHellish |
|
565 |
(FileName: 'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo |
|
566 |
(FileName: 'rcplane.ogg'; Path: ptSounds),// sndRCPlane |
|
567 |
(FileName: 'whipcrack.ogg'; Path: ptSounds),// sndWhipCrack |
|
1914 | 568 |
(FileName:'ride_of_the_valkyries.ogg'; Path: ptSounds),// sndRideOfTheValkyries |
569 |
(FileName: 'denied.ogg'; Path: ptSounds),// sndDenied |
|
570 |
(FileName: 'placed.ogg'; Path: ptSounds) // sndPlaced |
|
1259 | 571 |
); |
4 | 572 |
|
1259 | 573 |
Ammoz: array [TAmmoType] of record |
574 |
NameId: TAmmoStrId; |
|
575 |
NameTex: PTexture; |
|
576 |
Probability, NumberInCase: Longword; |
|
577 |
Ammo: TAmmo; |
|
578 |
Slot: 0..cMaxSlotIndex; |
|
579 |
TimeAfterTurn: Longword; |
|
580 |
minAngle, maxAngle: Longword; |
|
581 |
isDamaging: boolean; |
|
582 |
SkipTurns: Longword; |
|
583 |
PosCount: Longword; |
|
584 |
PosSprite: TSprite; |
|
585 |
end = ( |
|
586 |
(NameId: sidGrenade; |
|
587 |
NameTex: nil; |
|
588 |
Probability: 0; |
|
589 |
NumberInCase: 1; |
|
590 |
Ammo: (Propz: ammoprop_Timerable or |
|
591 |
ammoprop_Power or |
|
592 |
ammoprop_AltUse; |
|
593 |
Count: AMMO_INFINITE; |
|
594 |
NumPerTurn: 0; |
|
595 |
Timer: 3000; |
|
596 |
Pos: 0; |
|
597 |
AmmoType: amGrenade); |
|
598 |
Slot: 1; |
|
599 |
TimeAfterTurn: 3000; |
|
600 |
minAngle: 0; |
|
601 |
maxAngle: 0; |
|
602 |
isDamaging: true; |
|
603 |
SkipTurns: 0; |
|
604 |
PosCount: 1; |
|
605 |
PosSprite: sprWater), |
|
606 |
(NameId: sidClusterBomb; |
|
607 |
NameTex: nil; |
|
608 |
Probability: 100; |
|
609 |
NumberInCase: 3; |
|
610 |
Ammo: (Propz: ammoprop_Timerable or |
|
611 |
ammoprop_Power or |
|
612 |
ammoprop_AltUse; |
|
613 |
Count: 5; |
|
614 |
NumPerTurn: 0; |
|
615 |
Timer: 3000; |
|
616 |
Pos: 0; |
|
617 |
AmmoType: amClusterBomb); |
|
618 |
Slot: 1; |
|
619 |
TimeAfterTurn: 3000; |
|
620 |
minAngle: 0; |
|
621 |
maxAngle: 0; |
|
622 |
isDamaging: true; |
|
623 |
SkipTurns: 0; |
|
624 |
PosCount: 1; |
|
625 |
PosSprite: sprWater), |
|
626 |
(NameId: sidBazooka; |
|
627 |
NameTex: nil; |
|
628 |
Probability: 0; |
|
629 |
NumberInCase: 1; |
|
630 |
Ammo: (Propz: ammoprop_Power or |
|
631 |
ammoprop_AltUse; |
|
632 |
Count: AMMO_INFINITE; |
|
633 |
NumPerTurn: 0; |
|
634 |
Timer: 0; |
|
635 |
Pos: 0; |
|
636 |
AmmoType: amBazooka); |
|
637 |
Slot: 0; |
|
638 |
TimeAfterTurn: 3000; |
|
639 |
minAngle: 0; |
|
640 |
maxAngle: 0; |
|
641 |
isDamaging: true; |
|
642 |
SkipTurns: 0; |
|
643 |
PosCount: 1; |
|
644 |
PosSprite: sprWater), |
|
645 |
(NameId: sidUFO; |
|
646 |
NameTex: nil; |
|
647 |
Probability: 100; |
|
648 |
NumberInCase: 1; |
|
649 |
Ammo: (Propz: ammoprop_Power or |
|
650 |
ammoprop_NeedTarget or |
|
651 |
ammoprop_DontHold; |
|
652 |
Count: 2; |
|
653 |
NumPerTurn: 0; |
|
654 |
Timer: 0; |
|
655 |
Pos: 0; |
|
656 |
AmmoType: amUFO); |
|
657 |
Slot: 0; |
|
658 |
TimeAfterTurn: 3000; |
|
659 |
minAngle: 0; |
|
660 |
maxAngle: 0; |
|
661 |
isDamaging: true; |
|
662 |
SkipTurns: 0; |
|
663 |
PosCount: 1; |
|
664 |
PosSprite: sprWater), |
|
665 |
(NameId: sidShotgun; |
|
666 |
NameTex: nil; |
|
667 |
Probability: 0; |
|
668 |
NumberInCase: 1; |
|
669 |
Ammo: (Propz: ammoprop_ForwMsgs; |
|
670 |
Count: AMMO_INFINITE; |
|
671 |
NumPerTurn: 1; |
|
672 |
Timer: 0; |
|
673 |
Pos: 0; |
|
674 |
AmmoType: amShotgun); |
|
675 |
Slot: 2; |
|
676 |
TimeAfterTurn: 3000; |
|
677 |
minAngle: 0; |
|
678 |
maxAngle: 0; |
|
679 |
isDamaging: true; |
|
680 |
SkipTurns: 0; |
|
681 |
PosCount: 1; |
|
682 |
PosSprite: sprWater), |
|
683 |
(NameId: sidPickHammer; |
|
684 |
NameTex: nil; |
|
685 |
Probability: 0; |
|
686 |
NumberInCase: 1; |
|
687 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
688 |
ammoprop_AttackInMove or |
|
689 |
ammoprop_NoCrosshair or |
|
690 |
ammoprop_DontHold; |
|
691 |
Count: 2; |
|
692 |
NumPerTurn: 0; |
|
693 |
Timer: 0; |
|
694 |
Pos: 0; |
|
695 |
AmmoType: amPickHammer); |
|
696 |
Slot: 6; |
|
697 |
TimeAfterTurn: 0; |
|
698 |
minAngle: 0; |
|
699 |
maxAngle: 0; |
|
700 |
isDamaging: false; |
|
701 |
SkipTurns: 0; |
|
702 |
PosCount: 1; |
|
703 |
PosSprite: sprWater), |
|
704 |
(NameId: sidSkip; |
|
705 |
NameTex: nil; |
|
706 |
Probability: 0; |
|
707 |
NumberInCase: 1; |
|
708 |
Ammo: (Propz: ammoprop_DontHold; |
|
709 |
Count: AMMO_INFINITE; |
|
710 |
NumPerTurn: 0; |
|
711 |
Timer: 0; |
|
712 |
Pos: 0; |
|
713 |
AmmoType: amSkip); |
|
714 |
Slot: 8; |
|
715 |
TimeAfterTurn: 0; |
|
716 |
minAngle: 0; |
|
717 |
maxAngle: 0; |
|
718 |
isDamaging: false; |
|
719 |
SkipTurns: 0; |
|
720 |
PosCount: 1; |
|
721 |
PosSprite: sprWater), |
|
722 |
(NameId: sidRope; |
|
723 |
NameTex: nil; |
|
724 |
Probability: 100; |
|
725 |
NumberInCase: 3; |
|
726 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
727 |
ammoprop_AttackInMove or |
|
728 |
ammoprop_DontHold or |
|
729 |
ammoprop_AltAttack; |
|
730 |
Count: 5; |
|
731 |
NumPerTurn: 0; |
|
732 |
Timer: 0; |
|
733 |
Pos: 0; |
|
734 |
AmmoType: amRope); |
|
735 |
Slot: 7; |
|
736 |
TimeAfterTurn: 0; |
|
737 |
minAngle: 0; |
|
738 |
maxAngle: cMaxAngle div 2; |
|
739 |
isDamaging: false; |
|
740 |
SkipTurns: 0; |
|
741 |
PosCount: 1; |
|
742 |
PosSprite: sprWater), |
|
743 |
(NameId: sidMine; |
|
744 |
NameTex: nil; |
|
745 |
Probability: 100; |
|
746 |
NumberInCase: 1; |
|
747 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
748 |
ammoprop_AttackInMove or |
|
749 |
ammoprop_DontHold or |
|
750 |
ammoprop_AltUse; |
|
751 |
Count: 2; |
|
752 |
NumPerTurn: 0; |
|
753 |
Timer: 0; |
|
754 |
Pos: 0; |
|
755 |
AmmoType: amMine); |
|
756 |
Slot: 4; |
|
757 |
TimeAfterTurn: 5000; |
|
758 |
minAngle: 0; |
|
759 |
maxAngle: 0; |
|
760 |
isDamaging: true; |
|
761 |
SkipTurns: 0; |
|
762 |
PosCount: 1; |
|
763 |
PosSprite: sprWater), |
|
764 |
(NameId: sidDEagle; |
|
765 |
NameTex: nil; |
|
1430 | 766 |
Probability: 20; |
1259 | 767 |
NumberInCase: 2; |
768 |
Ammo: (Propz: 0; |
|
769 |
Count: 3; |
|
770 |
NumPerTurn: 3; |
|
771 |
Timer: 0; |
|
772 |
Pos: 0; |
|
773 |
AmmoType: amDEagle); |
|
774 |
Slot: 2; |
|
775 |
TimeAfterTurn: 3000; |
|
776 |
minAngle: 0; |
|
777 |
maxAngle: 0; |
|
778 |
isDamaging: true; |
|
779 |
SkipTurns: 0; |
|
780 |
PosCount: 1; |
|
781 |
PosSprite: sprWater), |
|
782 |
(NameId: sidDynamite; |
|
783 |
NameTex: nil; |
|
784 |
Probability: 100; |
|
785 |
NumberInCase: 1; |
|
786 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
787 |
ammoprop_AttackInMove or |
|
788 |
ammoprop_DontHold or |
|
789 |
ammoprop_AltUse; |
|
790 |
Count: 1; |
|
791 |
NumPerTurn: 0; |
|
792 |
Timer: 0; |
|
793 |
Pos: 0; |
|
794 |
AmmoType: amDynamite); |
|
795 |
Slot: 4; |
|
796 |
TimeAfterTurn: 5000; |
|
797 |
minAngle: 0; |
|
798 |
maxAngle: 0; |
|
799 |
isDamaging: true; |
|
800 |
SkipTurns: 0; |
|
801 |
PosCount: 1; |
|
802 |
PosSprite: sprWater), |
|
803 |
(NameId: sidFirePunch; |
|
804 |
NameTex: nil; |
|
805 |
Probability: 0; |
|
806 |
NumberInCase: 1; |
|
807 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
808 |
ammoprop_ForwMsgs or |
|
809 |
ammoprop_AttackInMove; |
|
810 |
Count: AMMO_INFINITE; |
|
811 |
NumPerTurn: 0; |
|
812 |
Timer: 0; |
|
813 |
Pos: 0; |
|
814 |
AmmoType: amFirePunch); |
|
815 |
Slot: 3; |
|
816 |
TimeAfterTurn: 3000; |
|
817 |
MinAngle: 0; |
|
818 |
maxAngle: 0; |
|
819 |
isDamaging: true; |
|
820 |
SkipTurns: 0; |
|
821 |
PosCount: 1; |
|
822 |
PosSprite: sprWater), |
|
823 |
(NameId: sidWhip; |
|
824 |
NameTex: nil; |
|
825 |
Probability: 0; |
|
826 |
NumberInCase: 1; |
|
827 |
Ammo: (Propz: ammoprop_NoCrosshair; |
|
828 |
Count: AMMO_INFINITE; |
|
829 |
NumPerTurn: 0; |
|
830 |
Timer: 0; |
|
831 |
Pos: 0; |
|
832 |
AmmoType: amWhip); |
|
833 |
Slot: 3; |
|
834 |
TimeAfterTurn: 3000; |
|
835 |
MinAngle: 0; |
|
836 |
maxAngle: 0; |
|
837 |
isDamaging: true; |
|
838 |
SkipTurns: 0; |
|
839 |
PosCount: 1; |
|
840 |
PosSprite: sprWater), |
|
841 |
(NameId: sidBaseballBat; |
|
842 |
NameTex: nil; |
|
843 |
Probability: 100; |
|
844 |
NumberInCase: 1; |
|
845 |
Ammo: (Propz: ammoprop_DontHold; |
|
846 |
Count: 1; |
|
847 |
NumPerTurn: 0; |
|
848 |
Timer: 0; |
|
849 |
Pos: 0; |
|
850 |
AmmoType: amBaseballBat); |
|
851 |
Slot: 3; |
|
852 |
TimeAfterTurn: 5000; |
|
853 |
minAngle: 0; |
|
854 |
maxAngle: cMaxAngle div 2; |
|
855 |
isDamaging: true; |
|
856 |
SkipTurns: 2; |
|
857 |
PosCount: 1; |
|
858 |
PosSprite: sprWater), |
|
859 |
(NameId: sidParachute; |
|
860 |
NameTex: nil; |
|
861 |
Probability: 100; |
|
862 |
NumberInCase: 1; |
|
863 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
864 |
ammoprop_AttackInMove or |
|
865 |
ammoprop_NoCrosshair or |
|
866 |
ammoprop_DontHold or |
|
867 |
ammoprop_AltAttack; |
|
868 |
Count: 2; |
|
869 |
NumPerTurn: 0; |
|
870 |
Timer: 0; |
|
871 |
Pos: 0; |
|
872 |
AmmoType: amParachute); |
|
873 |
Slot: 7; |
|
874 |
TimeAfterTurn: 0; |
|
875 |
minAngle: 0; |
|
876 |
maxAngle: 0; |
|
877 |
isDamaging: false; |
|
878 |
SkipTurns: 0; |
|
879 |
PosCount: 1; |
|
880 |
PosSprite: sprWater), |
|
881 |
(NameId: sidAirAttack; |
|
882 |
NameTex: nil; |
|
883 |
Probability: 100; |
|
884 |
NumberInCase: 1; |
|
885 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
886 |
ammoprop_NeedTarget or |
|
887 |
ammoprop_AttackingPut or |
|
1784 | 888 |
ammoprop_DontHold or |
889 |
ammoprop_NotBorder; |
|
1259 | 890 |
Count: 1; |
891 |
NumPerTurn: 0; |
|
892 |
Timer: 0; |
|
893 |
Pos: 0; |
|
894 |
AmmoType: amAirAttack); |
|
895 |
Slot: 5; |
|
896 |
TimeAfterTurn: 0; |
|
897 |
minAngle: 0; |
|
898 |
maxAngle: 0; |
|
899 |
isDamaging: true; |
|
900 |
SkipTurns: 5; |
|
901 |
PosCount: 2; |
|
902 |
PosSprite: sprAmAirplane), |
|
903 |
(NameId: sidMineStrike; |
|
904 |
NameTex: nil; |
|
1430 | 905 |
Probability: 200; |
1259 | 906 |
NumberInCase: 1; |
907 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
908 |
ammoprop_NeedTarget or |
|
909 |
ammoprop_AttackingPut or |
|
1784 | 910 |
ammoprop_DontHold or |
911 |
ammoprop_NotBorder; |
|
1259 | 912 |
Count: 1; |
913 |
NumPerTurn: 0; |
|
914 |
Timer: 0; |
|
915 |
Pos: 0; |
|
916 |
AmmoType: amMineStrike); |
|
917 |
Slot: 5; |
|
918 |
TimeAfterTurn: 0; |
|
919 |
minAngle: 0; |
|
920 |
maxAngle: 0; |
|
921 |
isDamaging: true; |
|
922 |
SkipTurns: 5; |
|
923 |
PosCount: 2; |
|
924 |
PosSprite: sprAmAirplane), |
|
925 |
(NameId: sidBlowTorch; |
|
926 |
NameTex: nil; |
|
927 |
Probability: 100; |
|
928 |
NumberInCase: 2; |
|
929 |
Ammo: (Propz: ammoprop_ForwMsgs; |
|
930 |
Count: 1; |
|
931 |
NumPerTurn: 0; |
|
932 |
Timer: 0; |
|
933 |
Pos: 0; |
|
934 |
AmmoType: amBlowTorch); |
|
935 |
Slot: 6; |
|
936 |
TimeAfterTurn: 3000; |
|
937 |
minAngle: 768; |
|
938 |
maxAngle: 1280; |
|
939 |
isDamaging: false; |
|
940 |
SkipTurns: 0; |
|
941 |
PosCount: 1; |
|
942 |
PosSprite: sprWater), |
|
943 |
(NameId: sidGirder; |
|
944 |
NameTex: nil; |
|
1430 | 945 |
Probability: 150; |
1259 | 946 |
NumberInCase: 3; |
947 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
948 |
ammoprop_NeedTarget or |
|
1909 | 949 |
ammoprop_AttackingPut; |
1259 | 950 |
Count: 1; |
951 |
NumPerTurn: 0; |
|
952 |
Timer: 0; |
|
953 |
Pos: 0; |
|
954 |
AmmoType: amGirder); |
|
955 |
Slot: 6; |
|
956 |
TimeAfterTurn: 3000; |
|
957 |
minAngle: 0; |
|
958 |
maxAngle: 0; |
|
959 |
isDamaging: false; |
|
960 |
SkipTurns: 0; |
|
961 |
PosCount: 8; |
|
962 |
PosSprite: sprAmGirder), |
|
963 |
(NameId: sidTeleport; |
|
964 |
NameTex: nil; |
|
1430 | 965 |
Probability: 200; |
1259 | 966 |
NumberInCase: 1; |
967 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
968 |
ammoprop_NoCrosshair or |
|
969 |
ammoprop_NeedTarget or |
|
970 |
ammoprop_AttackingPut or |
|
971 |
ammoprop_DontHold; |
|
972 |
Count: 2; |
|
973 |
NumPerTurn: 0; |
|
974 |
Timer: 0; |
|
975 |
Pos: 0; |
|
976 |
AmmoType: amTeleport); |
|
977 |
Slot: 7; |
|
978 |
TimeAfterTurn: 0; |
|
979 |
minAngle: 0; |
|
980 |
maxAngle: 0; |
|
981 |
isDamaging: false; |
|
982 |
SkipTurns: 0; |
|
983 |
PosCount: 1; |
|
984 |
PosSprite: sprWater), |
|
985 |
(NameId: sidSwitch; |
|
986 |
NameTex: nil; |
|
987 |
Probability: 100; |
|
988 |
NumberInCase: 1; |
|
989 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
990 |
ammoprop_NoCrosshair or |
|
991 |
ammoprop_DontHold; |
|
992 |
Count: 3; |
|
993 |
NumPerTurn: 0; |
|
994 |
Timer: 0; |
|
995 |
Pos: 0; |
|
996 |
AmmoType: amSwitch); |
|
997 |
Slot: 8; |
|
998 |
TimeAfterTurn: 0; |
|
999 |
minAngle: 0; |
|
1000 |
maxAngle: 0; |
|
1001 |
isDamaging: false; |
|
1002 |
SkipTurns: 0; |
|
1003 |
PosCount: 1; |
|
1004 |
PosSprite: sprWater), |
|
1005 |
(NameId: sidMortar; |
|
1006 |
NameTex: nil; |
|
1007 |
Probability: 100; |
|
1430 | 1008 |
NumberInCase: 4; |
1259 | 1009 |
Ammo: (Propz: 0; |
1010 |
Count: 4; |
|
1011 |
NumPerTurn: 0; |
|
1012 |
Timer: 0; |
|
1013 |
Pos: 0; |
|
1014 |
AmmoType: amMortar); |
|
1015 |
Slot: 1; |
|
1016 |
TimeAfterTurn: 3000; |
|
1017 |
minAngle: 0; |
|
1018 |
maxAngle: 0; |
|
1019 |
isDamaging: true; |
|
1020 |
SkipTurns: 0; |
|
1021 |
PosCount: 1; |
|
1022 |
PosSprite: sprWater), |
|
1023 |
(NameId: sidKamikaze; |
|
1024 |
NameTex: nil; |
|
1025 |
Probability: 100; |
|
1026 |
NumberInCase: 1; |
|
1027 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
1028 |
ammoprop_DontHold; |
|
1029 |
Count: 1; |
|
1030 |
NumPerTurn: 0; |
|
1031 |
Timer: 0; |
|
1032 |
Pos: 0; |
|
1033 |
AmmoType: amKamikaze); |
|
1034 |
Slot: 3; |
|
1035 |
TimeAfterTurn: 0; |
|
1036 |
minAngle: 0; |
|
1037 |
maxAngle: 0; |
|
1038 |
isDamaging: true; |
|
1039 |
SkipTurns: 0; |
|
1040 |
PosCount: 1; |
|
1041 |
PosSprite: sprWater), |
|
1042 |
(NameId: sidCake; |
|
1043 |
NameTex: nil; |
|
1044 |
Probability: 100; |
|
1045 |
NumberInCase: 1; |
|
1046 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
1047 |
ammoprop_NoCrosshair or |
|
1048 |
ammoprop_DontHold; |
|
1049 |
Count: 1; |
|
1050 |
NumPerTurn: 0; |
|
1051 |
Timer: 0; |
|
1052 |
Pos: 0; |
|
1053 |
AmmoType: amCake); |
|
1054 |
Slot: 4; |
|
1055 |
TimeAfterTurn: 0; |
|
1056 |
minAngle: 0; |
|
1057 |
maxAngle: 0; |
|
1058 |
isDamaging: true; |
|
1445 | 1059 |
SkipTurns: 4; |
1259 | 1060 |
PosCount: 1; |
1061 |
PosSprite: sprWater), |
|
1062 |
(NameId: sidSeduction; |
|
1063 |
NameTex: nil; |
|
1064 |
Probability: 100; |
|
1065 |
NumberInCase: 1; |
|
1284 | 1066 |
Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold; |
1259 | 1067 |
Count: 1; |
1068 |
NumPerTurn: 0; |
|
1069 |
Timer: 0; |
|
1070 |
Pos: 0; |
|
1071 |
AmmoType: amSeduction); |
|
1072 |
Slot: 2; |
|
1073 |
TimeAfterTurn: 0; |
|
1074 |
minAngle: 0; |
|
1075 |
maxAngle: 0; |
|
1508 | 1076 |
isDamaging: false; |
1259 | 1077 |
SkipTurns: 0; |
1078 |
PosCount: 1; |
|
1261 | 1079 |
PosSprite: sprWater), |
1080 |
(NameId: sidWatermelon; |
|
1081 |
NameTex: nil; |
|
1430 | 1082 |
Probability: 400; |
1261 | 1083 |
NumberInCase: 1; |
1084 |
Ammo: (Propz: ammoprop_Timerable or |
|
1085 |
ammoprop_Power or |
|
1086 |
ammoprop_AltUse; |
|
1430 | 1087 |
Count: 0; |
1261 | 1088 |
NumPerTurn: 0; |
1089 |
Timer: 3000; |
|
1090 |
Pos: 0; |
|
1091 |
AmmoType: amWatermelon); |
|
1092 |
Slot: 1; |
|
1093 |
TimeAfterTurn: 3000; |
|
1094 |
minAngle: 0; |
|
1095 |
maxAngle: 0; |
|
1096 |
isDamaging: true; |
|
1097 |
SkipTurns: 0; |
|
1098 |
PosCount: 1; |
|
1263 | 1099 |
PosSprite: sprWater), |
1100 |
(NameId: sidHellishBomb; |
|
1101 |
NameTex: nil; |
|
1430 | 1102 |
Probability: 400; |
1263 | 1103 |
NumberInCase: 1; |
1104 |
Ammo: (Propz: ammoprop_Power or |
|
1105 |
ammoprop_AltUse; |
|
1430 | 1106 |
Count: 0; |
1263 | 1107 |
NumPerTurn: 0; |
1108 |
Timer: 5000; |
|
1109 |
Pos: 0; |
|
1110 |
AmmoType: amHellishBomb); |
|
1111 |
Slot: 4; |
|
1112 |
TimeAfterTurn: 3000; |
|
1113 |
minAngle: 0; |
|
1114 |
maxAngle: 0; |
|
1115 |
isDamaging: true; |
|
1116 |
SkipTurns: 0; |
|
1117 |
PosCount: 1; |
|
1507 | 1118 |
PosSprite: sprWater), |
1608 | 1119 |
(NameId: sidNapalm; |
1507 | 1120 |
NameTex: nil; |
1121 |
Probability: 100; |
|
1122 |
NumberInCase: 1; |
|
1123 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1124 |
ammoprop_NeedTarget or |
|
1125 |
ammoprop_AttackingPut or |
|
1784 | 1126 |
ammoprop_DontHold or |
1127 |
ammoprop_NotBorder; |
|
1507 | 1128 |
Count: 1; |
1129 |
NumPerTurn: 0; |
|
1130 |
Timer: 0; |
|
1131 |
Pos: 0; |
|
1132 |
AmmoType: amNapalm); |
|
1133 |
Slot: 5; |
|
1134 |
TimeAfterTurn: 0; |
|
1135 |
minAngle: 0; |
|
1136 |
maxAngle: 0; |
|
1137 |
isDamaging: true; |
|
1608 | 1138 |
SkipTurns: 7; |
1507 | 1139 |
PosCount: 2; |
1573 | 1140 |
PosSprite: sprAmAirplane), |
1141 |
(NameId: sidDrill; |
|
1142 |
NameTex: nil; |
|
1586 | 1143 |
Probability: 300; |
1573 | 1144 |
NumberInCase: 1; |
1145 |
Ammo: (Propz: ammoprop_Power or |
|
1146 |
ammoprop_AltUse; |
|
1147 |
Count: AMMO_INFINITE; |
|
1148 |
NumPerTurn: 0; |
|
1149 |
Timer: 0; |
|
1150 |
Pos: 0; |
|
1151 |
AmmoType: amDrill); |
|
1152 |
Slot: 0; |
|
1153 |
TimeAfterTurn: 3000; |
|
1154 |
minAngle: 0; |
|
1155 |
maxAngle: 0; |
|
1156 |
isDamaging: true; |
|
1157 |
SkipTurns: 0; |
|
1158 |
PosCount: 1; |
|
1601 | 1159 |
PosSprite: sprDrill), |
1160 |
(NameId: sidBallgun; |
|
1161 |
NameTex: nil; |
|
1162 |
Probability: 400; |
|
1163 |
NumberInCase: 1; |
|
1643 | 1164 |
Ammo: (Propz: ammoprop_ForwMsgs or |
1165 |
ammoprop_DontHold; |
|
1601 | 1166 |
Count: AMMO_INFINITE; |
1167 |
NumPerTurn: 0; |
|
1168 |
Timer: 5001; |
|
1169 |
Pos: 0; |
|
1170 |
AmmoType: amBallgun); |
|
1171 |
Slot: 2; |
|
1172 |
TimeAfterTurn: 0; |
|
1173 |
minAngle: 0; |
|
1174 |
maxAngle: 0; |
|
1175 |
isDamaging: true; |
|
1176 |
SkipTurns: 0; |
|
1177 |
PosCount: 1; |
|
1689 | 1178 |
PosSprite: sprWater), |
1179 |
(NameId: sidRCPlane; |
|
1180 |
NameTex: nil; |
|
1721 | 1181 |
Probability: 200; |
1740 | 1182 |
NumberInCase: 1; |
1689 | 1183 |
Ammo: (Propz: ammoprop_ForwMsgs{ or |
1184 |
ammoprop_DontHold or |
|
1185 |
ammoprop_AltAttack}; |
|
1186 |
Count: 1; |
|
1187 |
NumPerTurn: 0; |
|
1188 |
Timer: 0; |
|
1189 |
Pos: 0; |
|
1190 |
AmmoType: amRCPlane); |
|
1191 |
Slot: 6; |
|
1192 |
TimeAfterTurn: 0; |
|
1193 |
minAngle: 0; |
|
1194 |
maxAngle: 0; |
|
1195 |
isDamaging: true; |
|
1721 | 1196 |
SkipTurns: 4; |
1689 | 1197 |
PosCount: 1; |
1849 | 1198 |
PosSprite: sprWater), |
1199 |
(NameId: sidLowGravity; |
|
1200 |
NameTex: nil; |
|
1861 | 1201 |
Probability: 20; |
1849 | 1202 |
NumberInCase: 1; |
1203 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1204 |
ammoprop_DontHold or |
|
1892 | 1205 |
ammoprop_AltUse or |
1849 | 1206 |
ammoprop_Utility; |
1207 |
Count: 1; |
|
1208 |
NumPerTurn: 0; |
|
1209 |
Timer: 0; |
|
1210 |
Pos: 0; |
|
1211 |
AmmoType: amLowGravity); |
|
1212 |
Slot: 8; |
|
1213 |
TimeAfterTurn: 0; |
|
1214 |
minAngle: 0; |
|
1215 |
maxAngle: 0; |
|
1216 |
isDamaging: false; |
|
1217 |
SkipTurns: 0; |
|
1218 |
PosCount: 1; |
|
1219 |
PosSprite: sprWater), |
|
1220 |
(NameId: sidExtraDamage; |
|
1221 |
NameTex: nil; |
|
1861 | 1222 |
Probability: 15; |
1849 | 1223 |
NumberInCase: 1; |
1224 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1225 |
ammoprop_DontHold or |
|
1892 | 1226 |
ammoprop_AltUse or |
1849 | 1227 |
ammoprop_Utility; |
1228 |
Count: 1; |
|
1229 |
NumPerTurn: 0; |
|
1230 |
Timer: 0; |
|
1231 |
Pos: 0; |
|
1232 |
AmmoType: amExtraDamage); |
|
1233 |
Slot: 8; |
|
1234 |
TimeAfterTurn: 0; |
|
1235 |
minAngle: 0; |
|
1236 |
maxAngle: 0; |
|
1237 |
isDamaging: false; |
|
1238 |
SkipTurns: 0; |
|
1239 |
PosCount: 1; |
|
1240 |
PosSprite: sprWater), |
|
1241 |
(NameId: sidInvulnerable; |
|
1242 |
NameTex: nil; |
|
1861 | 1243 |
Probability: 20; |
1849 | 1244 |
NumberInCase: 1; |
1245 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1246 |
ammoprop_DontHold or |
|
1892 | 1247 |
ammoprop_AltUse or |
1849 | 1248 |
ammoprop_Utility; |
1249 |
Count: 1; |
|
1250 |
NumPerTurn: 0; |
|
1251 |
Timer: 0; |
|
1252 |
Pos: 0; |
|
1253 |
AmmoType: amInvulnerable); |
|
1254 |
Slot: 8; |
|
1255 |
TimeAfterTurn: 0; |
|
1256 |
minAngle: 0; |
|
1257 |
maxAngle: 0; |
|
1258 |
isDamaging: false; |
|
1259 |
SkipTurns: 0; |
|
1260 |
PosCount: 1; |
|
1261 |
PosSprite: sprWater), |
|
1262 |
(NameId: sidExtraTime; |
|
1263 |
NameTex: nil; |
|
1861 | 1264 |
Probability: 30; |
1849 | 1265 |
NumberInCase: 1; |
1266 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1267 |
ammoprop_DontHold or |
|
1892 | 1268 |
ammoprop_AltUse or |
1849 | 1269 |
ammoprop_Utility; |
1270 |
Count: 1; |
|
1271 |
NumPerTurn: 0; |
|
1272 |
Timer: 0; |
|
1273 |
Pos: 0; |
|
1274 |
AmmoType: amExtraTime); |
|
1275 |
Slot: 7; |
|
1276 |
TimeAfterTurn: 0; |
|
1277 |
minAngle: 0; |
|
1278 |
maxAngle: 0; |
|
1279 |
isDamaging: false; |
|
1280 |
SkipTurns: 0; |
|
1281 |
PosCount: 1; |
|
1854 | 1282 |
PosSprite: sprWater), |
1283 |
(NameId: sidLaserSight; |
|
1284 |
NameTex: nil; |
|
1861 | 1285 |
Probability: 15; |
1854 | 1286 |
NumberInCase: 1; |
1287 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1288 |
ammoprop_DontHold or |
|
1892 | 1289 |
ammoprop_AltUse or |
1854 | 1290 |
ammoprop_Utility; |
1291 |
Count: 1; |
|
1292 |
NumPerTurn: 0; |
|
1293 |
Timer: 0; |
|
1294 |
Pos: 0; |
|
1295 |
AmmoType: amLaserSight); |
|
1296 |
Slot: 7; |
|
1297 |
TimeAfterTurn: 0; |
|
1298 |
minAngle: 0; |
|
1299 |
maxAngle: 0; |
|
1300 |
isDamaging: false; |
|
1301 |
SkipTurns: 0; |
|
1302 |
PosCount: 1; |
|
1601 | 1303 |
PosSprite: sprWater) |
1259 | 1304 |
); |
37 | 1305 |
|
844 | 1306 |
var CountTexz: array[1..9] of PTexture; |
1307 |
||
4 | 1308 |
implementation |
1309 |
||
1310 |
end. |