author | koda |
Fri, 10 Jul 2009 16:47:11 +0000 | |
changeset 2248 | 26e11cb27c61 |
parent 2247 | 10a5c05e09c9 |
child 2250 | 70f344c911ea |
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, |
|
2152 | 24 |
{$IFDEF GLES11} |
1906 | 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, |
|
2056
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
58 |
sprHurrah, sprLemonade, sprShrug, sprJuggle, sprExplPart, sprExplPart2, |
1263 | 59 |
sprCakeWalk, sprCakeDown, sprAMAmmosBW, sprWatermelon, |
1286 | 60 |
sprEvilTrace, sprHellishBomb, sprSeduction, sprDress, |
1717 | 61 |
sprCensored, sprDrill, sprHandDrill, sprHandBallgun, sprBalls, |
2017 | 62 |
sprPlane, sprHandPlane, sprUtility, sprInvulnerable, sprVampiric, sprGirder, |
63 |
sprSpeechCorner, sprSpeechEdge, sprSpeechTail, |
|
64 |
sprThoughtCorner, sprThoughtEdge, sprThoughtTail, |
|
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
65 |
sprShoutCorner, sprShoutEdge, sprShoutTail, |
2182
ed7e7eb3f9ed
Ugly graphic for jetpack - jetpack should be essentially functional.
nemo
parents:
2180
diff
changeset
|
66 |
sprSniperRifle, sprBubbles, sprJetpack); |
282 | 67 |
|
1505 | 68 |
TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3 |
69 |
gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, // 8 |
|
70 |
gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, // 14 |
|
2005 | 71 |
gtClusterBomb, gtCluster, gtShover, gtFlame, // 18 |
72 |
gtFirePunch, gtATStartGame, gtATSmoothWindCh, gtATFinishGame, // 24 |
|
73 |
gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, gtGirder, // 27 |
|
74 |
gtTeleport, gtSwitcher, gtTarget, gtMortar, // 31 |
|
75 |
gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 37 |
|
2144 | 76 |
gtHellishBomb, gtEvilTrace, gtWaterUp, gtDrill, gtBallGun, gtBall,gtRCPlane, |
2177
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
77 |
gtSniperRifleShot, gtJetpack); |
282 | 78 |
|
1505 | 79 |
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, |
2144 | 80 |
vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, |
81 |
vgtSteam); |
|
802
ed5450a89b96
Start implementing 'visual gears' - gears, that don't need to be synchronized (clouds and flakes)
unc0rr
parents:
801
diff
changeset
|
82 |
|
1259 | 83 |
TGearsType = set of TGearType; |
282 | 84 |
|
1259 | 85 |
TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
86 |
sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
|
87 |
sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
|
88 |
sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
|
89 |
sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
|
90 |
sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
|
91 |
sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze, |
|
1279 | 92 |
sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2, |
93 |
sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, |
|
1712 | 94 |
sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
2217 | 95 |
sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, |
96 |
sndVaporize, sndWarp, sndSuddenDeath); |
|
282 | 97 |
|
1259 | 98 |
TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
99 |
amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
|
100 |
amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
|
101 |
amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
|
1854 | 102 |
amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, |
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
103 |
amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime, |
2177
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
104 |
amLaserSight, amVampiric, amSniperRifle, amJetpack); |
282 | 105 |
|
1259 | 106 |
THWFont = (fnt16, fntBig, fntSmall); |
282 | 107 |
|
2142 | 108 |
TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume, |
2180
6c5a339f8e28
Use different group to not erase messages, restore gear deletion on hog damage.
nemo
parents:
2179
diff
changeset
|
109 |
capgrpMessage, capgrpAmmostate); |
282 | 110 |
|
1625 | 111 |
TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs, |
112 |
siClanHealth); |
|
306 | 113 |
|
2217 | 114 |
TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle); |
1034 | 115 |
|
1259 | 116 |
THHFont = record |
117 |
Handle: PTTF_Font; |
|
118 |
Height: LongInt; |
|
119 |
style: LongInt; |
|
2105 | 120 |
Name: string[21]; |
1259 | 121 |
end; |
282 | 122 |
|
1259 | 123 |
PAmmo = ^TAmmo; |
124 |
TAmmo = record |
|
125 |
Propz: LongWord; |
|
126 |
Count: LongWord; |
|
127 |
NumPerTurn: LongWord; |
|
128 |
Timer: LongWord; |
|
129 |
Pos: LongWord; |
|
130 |
AmmoType: TAmmoType; |
|
131 |
end; |
|
1912
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
132 |
|
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
133 |
TVertex2f = record |
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
134 |
X, Y: GLfloat; |
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
135 |
end; |
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
136 |
|
1259 | 137 |
TTexture = record |
138 |
id: GLuint; |
|
139 |
w, h: LongInt; |
|
1896 | 140 |
rx, ry: GLfloat; |
1912
c3d31fb59f0e
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr
parents:
1910
diff
changeset
|
141 |
vb, tb: array [0..3] of TVertex2f; |
1259 | 142 |
end; |
143 |
PTexture = ^TTexture; |
|
4 | 144 |
|
105 | 145 |
const |
1259 | 146 |
errmsgCreateSurface = 'Error creating SDL surface'; |
147 |
errmsgTransparentSet = 'Error setting transparent color'; |
|
148 |
errmsgUnknownCommand = 'Unknown command'; |
|
149 |
errmsgUnknownVariable = 'Unknown variable'; |
|
150 |
errmsgIncorrectUse = 'Incorrect use'; |
|
151 |
errmsgShouldntRun = 'This program shouldn''t be run manually'; |
|
152 |
errmsgWrongNumber = 'Wrong parameters number'; |
|
4 | 153 |
|
1259 | 154 |
msgLoading = 'Loading '; |
155 |
msgOK = 'ok'; |
|
156 |
msgFailed = 'failed'; |
|
2153 | 157 |
msgFailedSize = 'failed due to size'; |
1259 | 158 |
msgGettingConfig = 'Getting game config...'; |
4 | 159 |
|
2204
526f8165acce
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
nemo
parents:
2182
diff
changeset
|
160 |
const // image flags (for LoadImage()) |
526f8165acce
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
nemo
parents:
2182
diff
changeset
|
161 |
ifNone = $00000000; // nothing special |
526f8165acce
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
nemo
parents:
2182
diff
changeset
|
162 |
ifAlpha = $00000001; // use alpha channel (unused right now?) |
526f8165acce
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
nemo
parents:
2182
diff
changeset
|
163 |
ifCritical = $00000002; // image is critical for gameplay (exit game if unable to load) |
526f8165acce
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
nemo
parents:
2182
diff
changeset
|
164 |
ifTransparent = $00000004; // image uses transparent pixels (color keying) |
2210 | 165 |
ifIgnoreCaps = $00000008; // ignore hardware capabilities when loading (i.e. image will not be drawn using OpenGL) |
2244
853a1db1cff6
routine for loading lower resolution horizont and sky for nature theme when bigger images are not supported; right now they are not installed, but they could be useful for less powerful machines in general
koda
parents:
2243
diff
changeset
|
166 |
ifLowRes = $00000010; // try loading a low resolution image when it is critical |
2171
8208946331ba
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
nemo
parents:
2168
diff
changeset
|
167 |
const |
1033 | 168 |
cMaxPower = 1500; |
169 |
cMaxAngle = 2048; |
|
170 |
cPowerDivisor = 1500; |
|
621 | 171 |
|
1190
73ec31d8bb6f
Enable back rendering objects that are put on top of land texture
unc0rr
parents:
1184
diff
changeset
|
172 |
MAXNAMELEN = 192; |
74 | 173 |
|
2243
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
174 |
{* REFERENCE |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
175 |
4096 -> $FFFFF000 |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
176 |
2048 -> $FFFFF800 |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
177 |
1024 -> $FFFFFC00 |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
178 |
512 -> $FFFFFE00 *} |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
179 |
|
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
180 |
{$IFDEF IPHONEOS or LOWRES} |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
181 |
LAND_WIDTH = 2048; |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
182 |
LAND_HEIGHT = 1024; |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
183 |
LAND_WIDTH_MASK = $FFFFF800; |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
184 |
LAND_HEIGHT_MASK = $FFFFFC00; |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
185 |
{$ELSE} |
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
186 |
LAND_WIDTH = 4096; |
1765 | 187 |
LAND_HEIGHT = 2048; |
1760 | 188 |
LAND_WIDTH_MASK = $FFFFF000; |
1766 | 189 |
LAND_HEIGHT_MASK = $FFFFF800; |
2243
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
190 |
{$ENDIF} |
2163
12730f5e79b9
koda's patch fixing some iphone port troubles (color, mouse)
unc0rr
parents:
2153
diff
changeset
|
191 |
|
2243
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
192 |
COLOR_LAND = $FFFF; // white |
2248
26e11cb27c61
real fix for iphone color (reverting previous commit)
koda
parents:
2247
diff
changeset
|
193 |
COLOR_INDESTRUCTIBLE = $88FF; // red |
64 | 194 |
|
2248
26e11cb27c61
real fix for iphone color (reverting previous commit)
koda
parents:
2247
diff
changeset
|
195 |
//some opengl headers do not have these macros (unused) |
2243
b4764993f833
additional touch support and nemo's reduced land array size
koda
parents:
2229
diff
changeset
|
196 |
GL_BGR = $80E0; |
2221 | 197 |
GL_BGRA = $80E1; |
2163
12730f5e79b9
koda's patch fixing some iphone port troubles (color, mouse)
unc0rr
parents:
2153
diff
changeset
|
198 |
|
1033 | 199 |
cifRandomize = $00000001; |
200 |
cifTheme = $00000002; |
|
201 |
cifMap = $00000002; // either theme or map (or map+theme) |
|
2247
10a5c05e09c9
moves indestructible color to green for iphone compatibility
koda
parents:
2244
diff
changeset
|
202 |
cifAllInited = cifRandomize or cifTheme or cifMap; |
55
e09f7c952a40
Send run parameters by cmd line, game parameters by IPC... breaks network game
unc0rr
parents:
53
diff
changeset
|
203 |
|
1033 | 204 |
cTransparentColor: Longword = $000000; |
4 | 205 |
|
1033 | 206 |
cMaxTeams = 6; |
207 |
cMaxHHIndex = 7; |
|
1784 | 208 |
cMaxHHs = 48; |
1033 | 209 |
cMaxSpawnPoints = 1024; |
4 | 210 |
|
1033 | 211 |
cMaxEdgePoints = 16384; |
22 | 212 |
|
1033 | 213 |
cHHRadius = 9; |
1141 | 214 |
cHHStepTicks = 29; |
509 | 215 |
|
1270 | 216 |
cUsualZ = 500; |
217 |
cSmokeZ = 499; |
|
1033 | 218 |
cHHZ = 1000; |
219 |
cCurrHHZ = Succ(cHHZ); |
|
1109 | 220 |
cOnHHZ = 2000; |
4 | 221 |
|
1033 | 222 |
cShotgunRadius = 22; |
223 |
cBlowTorchC = 6; |
|
509 | 224 |
|
1033 | 225 |
cKeyMaxIndex = 1023; |
4 | 226 |
|
1033 | 227 |
cMaxCaptions = 4; |
97
e7c1df9cce2c
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents:
95
diff
changeset
|
228 |
|
1895 | 229 |
gfForts = $00000001; |
230 |
gfMultiWeapon = $00000002; |
|
231 |
gfSolidLand = $00000004; |
|
232 |
gfBorder = $00000008; |
|
233 |
gfDivideTeams = $00000010; |
|
234 |
gfLowGravity = $00000020; |
|
235 |
gfLaserSight = $00000040; |
|
236 |
gfInvulnerable = $00000080; |
|
237 |
gfMines = $00000100; |
|
2017 | 238 |
gfVampiric = $00000200; |
239 |
gfKarma = $00000400; |
|
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
240 |
gfArtillery = $00000800; |
1895 | 241 |
gfOneClanMode = $10000000; |
4 | 242 |
|
1033 | 243 |
gstDrowning = $00000001; |
244 |
gstHHDriven = $00000002; |
|
245 |
gstMoving = $00000004; |
|
246 |
gstAttacked = $00000008; |
|
247 |
gstAttacking = $00000010; |
|
248 |
gstCollision = $00000020; |
|
249 |
gstHHChooseTarget = $00000040; |
|
250 |
gstHHJumping = $00000100; |
|
251 |
gsttmpFlag = $00000200; |
|
252 |
gstHHThinking = $00000800; |
|
253 |
gstNoDamage = $00001000; |
|
254 |
gstHHHJump = $00002000; |
|
255 |
gstAnimation = $00004000; |
|
256 |
gstHHDeath = $00008000; |
|
1865
ebc6dfca60d4
- nemo's patch: some animations, zero probability for infinite weapons
unc0rr
parents:
1863
diff
changeset
|
257 |
gstWinner = $00010000; // this, along with gstLoser, is good for indicating hedgies know they screwed up |
1033 | 258 |
gstWait = $00020000; |
1528 | 259 |
gstNotKickable = $00040000; |
1865
ebc6dfca60d4
- nemo's patch: some animations, zero probability for infinite weapons
unc0rr
parents:
1863
diff
changeset
|
260 |
gstLoser = $00080000; |
4 | 261 |
|
1033 | 262 |
gm_Left = $00000001; |
263 |
gm_Right = $00000002; |
|
264 |
gm_Up = $00000004; |
|
265 |
gm_Down = $00000008; |
|
266 |
gm_Switch = $00000010; |
|
267 |
gm_Attack = $00000020; |
|
268 |
gm_LJump = $00000040; |
|
269 |
gm_HJump = $00000080; |
|
270 |
gm_Destroy= $00000100; |
|
271 |
gm_Slot = $00000200; // with param |
|
272 |
gm_Weapon = $00000400; // with param |
|
273 |
gm_Timer = $00000800; // with param |
|
274 |
gm_Animate= $00001000; // with param |
|
1639 | 275 |
gm_Precise= $00002000; |
276 |
gmAllStoppable = gm_Left or gm_Right or gm_Up or gm_Down or gm_Attack or gm_Precise; |
|
4 | 277 |
|
1033 | 278 |
cMaxSlotIndex = 8; |
1849 | 279 |
cMaxSlotAmmoIndex = 4; |
4 | 280 |
|
1033 | 281 |
ammoprop_Timerable = $00000001; |
282 |
ammoprop_Power = $00000002; |
|
283 |
ammoprop_NeedTarget = $00000004; |
|
284 |
ammoprop_ForwMsgs = $00000008; |
|
285 |
ammoprop_AttackInMove = $00000010; |
|
286 |
ammoprop_NoCrosshair = $00000040; |
|
287 |
ammoprop_AttackingPut = $00000080; |
|
288 |
ammoprop_DontHold = $00000100; |
|
289 |
ammoprop_AltAttack = $00000200; |
|
290 |
ammoprop_AltUse = $00000400; |
|
1784 | 291 |
ammoprop_NotBorder = $00000800; |
1849 | 292 |
ammoprop_Utility = $00001000; |
930 | 293 |
|
1033 | 294 |
AMMO_INFINITE = 9; |
4 | 295 |
|
1033 | 296 |
EXPLAllDamageInRadius = $00000001; |
297 |
EXPLAutoSound = $00000002; |
|
298 |
EXPLNoDamage = $00000004; |
|
299 |
EXPLDoNotTouchHH = $00000008; |
|
300 |
EXPLDontDraw = $00000010; |
|
42 | 301 |
|
1033 | 302 |
posCaseAmmo = $00000001; |
303 |
posCaseHealth = $00000002; |
|
1861 | 304 |
posCaseUtility = $00000004; |
4 | 305 |
|
1033 | 306 |
NoPointX = Low(LongInt); |
4 | 307 |
|
1033 | 308 |
cHHFileName = 'Hedgehog'; |
309 |
cCHFileName = 'Crosshair'; |
|
310 |
cThemeCFGFilename = 'theme.cfg'; |
|
4 | 311 |
|
1033 | 312 |
Fontz: array[THWFont] of THHFont = ( |
313 |
(Handle: nil; |
|
314 |
Height: 12; |
|
1118 | 315 |
style: TTF_STYLE_NORMAL; |
316 |
Name: 'DejaVuSans-Bold.ttf'), |
|
1033 | 317 |
(Handle: nil; |
318 |
Height: 24; |
|
1118 | 319 |
style: TTF_STYLE_NORMAL; |
320 |
Name: 'DejaVuSans-Bold.ttf'), |
|
1033 | 321 |
(Handle: nil; |
322 |
Height: 10; |
|
1118 | 323 |
style: TTF_STYLE_NORMAL; |
324 |
Name: 'DejaVuSans-Bold.ttf') |
|
1033 | 325 |
); |
4 | 326 |
|
2105 | 327 |
FontzCJK: array[THWFont] of THHFont = ( |
328 |
(Handle: nil; |
|
329 |
Height: 12; |
|
330 |
style: TTF_STYLE_NORMAL; |
|
331 |
Name: 'DroidSansFallback.ttf'), |
|
332 |
(Handle: nil; |
|
333 |
Height: 24; |
|
334 |
style: TTF_STYLE_NORMAL; |
|
335 |
Name: 'DroidSansFallback.ttf'), |
|
336 |
(Handle: nil; |
|
337 |
Height: 10; |
|
338 |
style: TTF_STYLE_NORMAL; |
|
339 |
Name: 'DroidSansFallback.ttf') |
|
340 |
); |
|
341 |
||
1033 | 342 |
FontBorder = 2; |
202 | 343 |
|
1033 | 344 |
PathPrefix: string = './'; |
345 |
Pathz: array[TPathType] of String = ( |
|
346 |
'', // ptNone |
|
347 |
'', // ptData |
|
348 |
'Graphics', // ptGraphics |
|
349 |
'Themes', // ptThemes |
|
350 |
'Themes/avematan', // ptCurrTheme |
|
351 |
'Teams', // ptTeams |
|
352 |
'Maps', // ptMaps |
|
353 |
'', // ptMapCurrent |
|
354 |
'Demos', // ptDemos |
|
355 |
'Sounds', // ptSounds |
|
356 |
'Graphics/Graves', // ptGraves |
|
357 |
'Fonts', // ptFonts |
|
358 |
'Forts', // ptForts |
|
359 |
'Locale', // ptLocale |
|
360 |
'Graphics/AmmoMenu', // ptAmmoMenu |
|
361 |
'Graphics/Hedgehog', // ptHedgehog |
|
1656
209cf0e2fc36
Finish voicepacks support in engine (not tested though)
unc0rr
parents:
1654
diff
changeset
|
362 |
'Sounds/voices', // ptVoices |
1033 | 363 |
'Graphics/Hats' // ptHats |
364 |
); |
|
4 | 365 |
|
1259 | 366 |
SpritesData: array[TSprite] of record |
367 |
FileName: String[14]; |
|
368 |
Path, AltPath: TPathType; |
|
369 |
Texture: PTexture; |
|
370 |
Surface: PSDL_Surface; |
|
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
371 |
Width, Height, imageWidth, imageHeight: LongInt; |
1259 | 372 |
saveSurf: boolean; |
373 |
end = ( |
|
374 |
(FileName: 'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil; |
|
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
375 |
Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWater |
1259 | 376 |
(FileName: 'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
377 |
Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCloud |
1259 | 378 |
(FileName: 'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
379 |
Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBomb |
1259 | 380 |
(FileName: 'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
381 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBigDigit |
1259 | 382 |
(FileName: 'Frame'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
383 |
Width: 4; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFrame |
1259 | 384 |
(FileName: 'Lag'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
385 |
Width: 65; Height: 65; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprLag |
1259 | 386 |
(FileName: 'Arrow'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
387 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCursor |
1259 | 388 |
(FileName: 'Grenade'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
389 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprGrenade |
1259 | 390 |
(FileName: 'Targetp'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
391 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprTargetP |
1259 | 392 |
(FileName: 'UFO'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
393 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprUFO |
1259 | 394 |
(FileName: 'SmokeTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
395 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSmokeTrace |
1259 | 396 |
(FileName: 'RopeHook'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
397 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprRopeHook |
1259 | 398 |
(FileName: 'Expl50'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
399 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprExplosion50 |
1259 | 400 |
(FileName: 'MineOff'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
401 |
Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOff |
1259 | 402 |
(FileName: 'MineOn'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
403 |
Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOn |
1259 | 404 |
(FileName: 'Case'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
405 |
Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCase |
1259 | 406 |
(FileName: 'FirstAid'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
407 |
Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFAid |
1259 | 408 |
(FileName: 'dynamite'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
409 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprDynamite |
1259 | 410 |
(FileName: 'Power'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
411 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprPower |
1259 | 412 |
(FileName: 'ClBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
413 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprClusterBomb |
1259 | 414 |
(FileName: 'ClParticle'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
415 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprClusterParticle |
1259 | 416 |
(FileName: 'Flame'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
417 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFlame |
1259 | 418 |
(FileName: 'horizont'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
419 |
Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHorizont |
1259 | 420 |
(FileName: 'Sky'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
421 |
Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSky |
1259 | 422 |
(FileName: 'BrdrLines'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
423 |
Width: 202; Height: 1; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMBorders |
1259 | 424 |
(FileName: 'Slot'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
425 |
Width: 202; Height: 33; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMSlot |
1259 | 426 |
(FileName: 'AmmoName'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
427 |
Width: 202; Height: 33; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMSlotName |
1259 | 428 |
(FileName: 'Ammos'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
429 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMAmmos |
1259 | 430 |
(FileName: 'SlotKeys'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
431 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMSlotKeys |
1259 | 432 |
(FileName: 'Selection'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
433 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMSelection |
1259 | 434 |
(FileName: 'Finger'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
435 |
Width: 32; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFinger |
1259 | 436 |
(FileName: 'AirBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
437 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAirBomb |
1259 | 438 |
(FileName: 'Airplane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
439 |
Width: 254; Height: 101; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAirplane |
1259 | 440 |
(FileName: 'amAirplane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
441 |
Width: 64; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAmAirplane |
1259 | 442 |
(FileName: 'amGirder'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
443 |
Width: 160; Height:160; imageWidth: 0; imageHeight: 0; saveSurf: true),// sprAmGirder |
1259 | 444 |
(FileName: 'hhMask'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
445 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: true),// sprHHTelepMask |
1259 | 446 |
(FileName: 'Switch'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
447 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSwitch |
1259 | 448 |
(FileName: 'Parachute'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
449 |
Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprParachute |
1259 | 450 |
(FileName: 'Target'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
451 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprTarget |
1259 | 452 |
(FileName: 'RopeNode'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
453 |
Width: 6; Height: 6; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprRopeNode |
1259 | 454 |
(FileName: 'thinking'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
455 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprQuestion |
1259 | 456 |
(FileName: 'PowerBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
457 |
Width: 256; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprPowerBar |
1259 | 458 |
(FileName: 'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
459 |
Width: 151; Height: 17; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWindBar |
1259 | 460 |
(FileName: 'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
461 |
Width: 80; Height: 13; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWindL |
1259 | 462 |
(FileName: 'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
463 |
Width: 80; Height: 13; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWindR |
1259 | 464 |
(FileName: 'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
465 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFlake |
1259 | 466 |
(FileName: 'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
467 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandRope |
1259 | 468 |
(FileName: 'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
469 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandBazooka |
1259 | 470 |
(FileName: 'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
471 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandShotgun |
1259 | 472 |
(FileName: 'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
473 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandDEagle |
1259 | 474 |
(FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
475 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandAirAttack |
1259 | 476 |
(FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
477 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandBaseball |
1259 | 478 |
(FileName: 'Hammer'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
479 |
Width: 32; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprPHammer |
1259 | 480 |
(FileName: 'amBTorch_i'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
481 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandBlowTorch |
1259 | 482 |
(FileName: 'amBTorch_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
483 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBlowTorch |
1259 | 484 |
(FileName: 'Teleport'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
485 |
Width: 64; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprTeleport |
1259 | 486 |
(FileName: 'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
487 |
Width: 32; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHHDeath |
1259 | 488 |
(FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
489 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprShotgun |
1259 | 490 |
(FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
491 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprDEagle |
1259 | 492 |
(FileName: 'Idle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
493 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHHIdle |
1259 | 494 |
(FileName: 'Mortar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
495 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMortar |
1259 | 496 |
(FileName: 'TurnsLeft'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
497 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprTurnsLeft |
1259 | 498 |
(FileName: 'amKamikaze'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
499 |
Width: 256; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprKamikaze |
1259 | 500 |
(FileName: 'amWhip'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
501 |
Width: 128; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWhip |
1259 | 502 |
(FileName: 'Kowtow'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
503 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprKowtow |
1259 | 504 |
(FileName: 'Sad'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
505 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSad |
1259 | 506 |
(FileName: 'Wave'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
507 |
Width: 64; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWave |
1259 | 508 |
(FileName: 'Hurrah'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
509 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHurrah |
1259 | 510 |
(FileName:'ILoveLemonade';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
511 |
Width: 128; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprLemonade |
2144 | 512 |
(FileName: 'Shrug'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
513 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprShrug |
2144 | 514 |
(FileName: 'Juggle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
515 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprJuggle |
1259 | 516 |
(FileName: 'ExplPart'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
517 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprExplPart |
1259 | 518 |
(FileName: 'ExplPart2'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
519 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprExplPart2 |
1259 | 520 |
(FileName: 'Cake_walk'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
521 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCakeWalk |
1259 | 522 |
(FileName: 'Cake_down'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
523 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCakeDown |
1259 | 524 |
(FileName: 'Ammos_bw'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
525 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMAmmosBW |
1262 | 526 |
(FileName: 'Watermelon'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
527 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprWatermelon |
1263 | 528 |
(FileName: 'EvilTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
529 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprEvilTrace |
1263 | 530 |
(FileName:'HellishBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
531 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHellishBomb |
1284 | 532 |
(FileName: 'Seduction'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
533 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSeduction |
1286 | 534 |
(FileName: 'HHDress'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
535 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprDress |
1286 | 536 |
(FileName: 'Censored'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
537 |
Width: 64; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCensored |
1580 | 538 |
(FileName: 'Drill'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
539 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprDrill |
1573 | 540 |
(FileName: 'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
541 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandDrill |
1863 | 542 |
(FileName: 'amBallgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
543 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandBallgun |
1601 | 544 |
(FileName: 'Balls'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
545 |
Width: 32; Height: 20; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBalls |
1863 | 546 |
(FileName: 'RCPlane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
547 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprPlane |
1863 | 548 |
(FileName: 'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
549 |
Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprHandPlane |
1863 | 550 |
(FileName: 'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
551 |
Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprUtility |
1908
5be17e24751a
Use GL_TRIANGLE_FAN instead of GL_TRIANGLES (more efficient)
unc0rr
parents:
1906
diff
changeset
|
552 |
(FileName:'Invulnerable';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
553 |
Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprInvulnerable |
2144 | 554 |
(FileName: 'Vampiric'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
555 |
Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprVampiric |
2144 | 556 |
(FileName: 'amGirder'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
557 |
Width: 512; Height:512; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprGirder |
2017 | 558 |
(FileName:'SpeechCorner';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
559 |
Width: 12; Height: 9; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprSpeechCorner |
2144 | 560 |
(FileName: 'SpeechEdge'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
561 |
Width: 25; Height: 9; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprSpeechEdge |
2144 | 562 |
(FileName: 'SpeechTail'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
563 |
Width: 25; Height: 26; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprSpeechTail |
2017 | 564 |
(FileName:'ThoughtCorner';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
565 |
Width: 49; Height: 37; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprThoughtCorner |
2144 | 566 |
(FileName:'ThoughtEdge'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
567 |
Width: 23; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprThoughtEdge |
2144 | 568 |
(FileName:'ThoughtTail'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
569 |
Width: 45; Height: 65; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprThoughtTail |
2144 | 570 |
(FileName:'ShoutCorner'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
571 |
Width: 34; Height: 23; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprShoutCorner |
2144 | 572 |
(FileName: 'ShoutEdge'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
573 |
Width: 30; Height: 20; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprShoutEdge |
2144 | 574 |
(FileName: 'ShoutTail'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
575 |
Width: 30; Height: 37; imageWidth: 0; imageHeight: 0; saveSurf: true), // sprShoutTail |
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
576 |
(FileName:'amSniperRifle';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
577 |
Width: 128; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprSniperRifle |
2144 | 578 |
(FileName: 'Bubbles'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
579 |
Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprBubbles |
2182
ed7e7eb3f9ed
Ugly graphic for jetpack - jetpack should be essentially functional.
nemo
parents:
2180
diff
changeset
|
580 |
(FileName:'amJetpack';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
2229
081081a61a16
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
koda
parents:
2221
diff
changeset
|
581 |
Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprJetpack |
1259 | 582 |
); |
688 | 583 |
|
1034 | 584 |
Wavez: array [TWave] of record |
585 |
Sprite: TSprite; |
|
586 |
FramesCount: Longword; |
|
2056
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
587 |
Interval: Longword; |
1037 | 588 |
cmd: String[20]; |
1034 | 589 |
end = ( |
2056
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
590 |
(Sprite: sprKowtow; FramesCount: 12; Interval: 125; cmd: '/rollup'), |
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
591 |
(Sprite: sprSad; FramesCount: 14; Interval: 125; cmd: '/sad'), |
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
592 |
(Sprite: sprWave; FramesCount: 16; Interval: 125; cmd: '/wave'), |
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
593 |
(Sprite: sprHurrah; FramesCount: 14; Interval: 125; cmd: '/hurrah'), |
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
594 |
(Sprite: sprLemonade; FramesCount: 24; Interval: 125; cmd: '/ilovelotsoflemonade'), |
ed8c83f1e4b0
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo
parents:
2042
diff
changeset
|
595 |
(Sprite: sprShrug; FramesCount: 24; Interval: 125; cmd: '/shrug'), |
2144 | 596 |
(Sprite: sprJuggle; FramesCount: 49; Interval: 38; cmd: '/juggle') |
1034 | 597 |
); |
598 |
||
1259 | 599 |
Soundz: array[TSound] of record |
1712 | 600 |
FileName: String[25]; |
1259 | 601 |
Path : TPathType; |
602 |
end = ( |
|
1712 | 603 |
(FileName: 'grenadeimpact.ogg'; Path: ptSounds),// sndGrenadeImpact |
604 |
(FileName: 'explosion.ogg'; Path: ptSounds),// sndExplosion |
|
605 |
(FileName: 'throwpowerup.ogg'; Path: ptSounds),// sndThrowPowerUp |
|
606 |
(FileName: 'throwrelease.ogg'; Path: ptSounds),// sndThrowRelease |
|
607 |
(FileName: 'splash.ogg'; Path: ptSounds),// sndSplash |
|
608 |
(FileName: 'shotgunreload.ogg'; Path: ptSounds),// sndShotgunReload |
|
609 |
(FileName: 'shotgunfire.ogg'; Path: ptSounds),// sndShotgunFire |
|
610 |
(FileName: 'graveimpact.ogg'; Path: ptSounds),// sndGraveImpact |
|
611 |
(FileName: 'minetick.ogg'; Path: ptSounds),// sndMineTicks |
|
612 |
(FileName: 'pickhammer.ogg'; Path: ptSounds),// sndPickhammer |
|
613 |
(FileName: 'gun.ogg'; Path: ptSounds),// sndGun |
|
614 |
(FileName: 'ufo.ogg'; Path: ptSounds),// sndUFO |
|
615 |
(FileName: 'Jump1.ogg'; Path: ptVoices),// sndJump1 |
|
616 |
(FileName: 'Jump2.ogg'; Path: ptVoices),// sndJump2 |
|
617 |
(FileName: 'Jump3.ogg'; Path: ptVoices),// sndJump3 |
|
618 |
(FileName: 'Yessir.ogg'; Path: ptVoices),// sndYesSir |
|
619 |
(FileName: 'Laugh.ogg'; Path: ptVoices),// sndLaugh |
|
620 |
(FileName: 'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou |
|
621 |
(FileName: 'Incoming.ogg'; Path: ptVoices),// sndIncoming |
|
622 |
(FileName: 'Missed.ogg'; Path: ptVoices),// sndMissed |
|
623 |
(FileName: 'Stupid.ogg'; Path: ptVoices),// sndStupid |
|
624 |
(FileName: 'Firstblood.ogg'; Path: ptVoices),// sndFirstBlood |
|
625 |
(FileName: 'Boring.ogg'; Path: ptVoices),// sndBoring |
|
626 |
(FileName: 'Byebye.ogg'; Path: ptVoices),// sndByeBye |
|
627 |
(FileName: 'Sameteam.ogg'; Path: ptVoices),// sndSameTeam |
|
628 |
(FileName: 'Nutter.ogg'; Path: ptVoices),// sndNutter |
|
629 |
(FileName: 'Reinforcements.ogg'; Path: ptVoices),// sndReinforce |
|
630 |
(FileName: 'Traitor.ogg'; Path: ptVoices),// sndTraitor |
|
2144 | 631 |
(FileName: 'Youllregretthat.ogg'; Path: ptVoices),// sndRegret |
1712 | 632 |
(FileName: 'Enemydown.ogg'; Path: ptVoices),// sndEnemyDown |
633 |
(FileName: 'Coward.ogg'; Path: ptVoices),// sndCoward |
|
634 |
(FileName: 'Hurry.ogg'; Path: ptVoices),// sndHurry |
|
635 |
(FileName: 'Watchit.ogg'; Path: ptVoices),// sndWatchIt |
|
636 |
(FileName: 'Kamikaze.ogg'; Path: ptVoices),// sndKamikaze |
|
637 |
(FileName: 'cake2.ogg'; Path: ptSounds),// sndCake |
|
638 |
(FileName: 'Ow1.ogg'; Path: ptVoices),// sndOw1 |
|
639 |
(FileName: 'Ow4.ogg'; Path: ptVoices),// sndOw4 |
|
640 |
(FileName: 'Firepunch1.ogg'; Path: ptVoices),// sndFirepunch1 |
|
641 |
(FileName: 'Firepunch2.ogg'; Path: ptVoices),// sndFirepunch2 |
|
642 |
(FileName: 'Firepunch3.ogg'; Path: ptVoices),// sndFirepunch3 |
|
643 |
(FileName: 'Firepunch4.ogg'; Path: ptVoices),// sndFirepunch4 |
|
644 |
(FileName: 'Firepunch5.ogg'; Path: ptVoices),// sndFirepunch5 |
|
645 |
(FileName: 'Firepunch6.ogg'; Path: ptVoices),// sndFirepunch6 |
|
646 |
(FileName: 'Melon.ogg'; Path: ptSounds),// sndMelon |
|
647 |
(FileName: 'Hellish.ogg'; Path: ptSounds),// sndHellish |
|
648 |
(FileName: 'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo |
|
649 |
(FileName: 'rcplane.ogg'; Path: ptSounds),// sndRCPlane |
|
650 |
(FileName: 'whipcrack.ogg'; Path: ptSounds),// sndWhipCrack |
|
1914 | 651 |
(FileName:'ride_of_the_valkyries.ogg'; Path: ptSounds),// sndRideOfTheValkyries |
652 |
(FileName: 'denied.ogg'; Path: ptSounds),// sndDenied |
|
2143
ad05f6b2d1c0
New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on
nemo
parents:
2142
diff
changeset
|
653 |
(FileName: 'placed.ogg'; Path: ptSounds),// sndPlaced |
ad05f6b2d1c0
New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on
nemo
parents:
2142
diff
changeset
|
654 |
(FileName: 'baseballbat.ogg'; Path: ptSounds),// sndBaseballBat |
2217 | 655 |
(FileName: 'steam.ogg'; Path: ptSounds),// sndVaporize |
656 |
(FileName: 'warp.ogg'; Path: ptSounds),// sndWarp |
|
657 |
(FileName: 'suddendeath.ogg'; Path: ptSounds) // sndSuddenDeath |
|
1259 | 658 |
); |
4 | 659 |
|
1259 | 660 |
Ammoz: array [TAmmoType] of record |
661 |
NameId: TAmmoStrId; |
|
662 |
NameTex: PTexture; |
|
663 |
Probability, NumberInCase: Longword; |
|
664 |
Ammo: TAmmo; |
|
665 |
Slot: 0..cMaxSlotIndex; |
|
666 |
TimeAfterTurn: Longword; |
|
667 |
minAngle, maxAngle: Longword; |
|
668 |
isDamaging: boolean; |
|
669 |
SkipTurns: Longword; |
|
670 |
PosCount: Longword; |
|
671 |
PosSprite: TSprite; |
|
672 |
end = ( |
|
673 |
(NameId: sidGrenade; |
|
674 |
NameTex: nil; |
|
675 |
Probability: 0; |
|
676 |
NumberInCase: 1; |
|
677 |
Ammo: (Propz: ammoprop_Timerable or |
|
678 |
ammoprop_Power or |
|
679 |
ammoprop_AltUse; |
|
680 |
Count: AMMO_INFINITE; |
|
681 |
NumPerTurn: 0; |
|
682 |
Timer: 3000; |
|
683 |
Pos: 0; |
|
684 |
AmmoType: amGrenade); |
|
685 |
Slot: 1; |
|
686 |
TimeAfterTurn: 3000; |
|
687 |
minAngle: 0; |
|
688 |
maxAngle: 0; |
|
689 |
isDamaging: true; |
|
690 |
SkipTurns: 0; |
|
691 |
PosCount: 1; |
|
692 |
PosSprite: sprWater), |
|
693 |
(NameId: sidClusterBomb; |
|
694 |
NameTex: nil; |
|
695 |
Probability: 100; |
|
696 |
NumberInCase: 3; |
|
697 |
Ammo: (Propz: ammoprop_Timerable or |
|
698 |
ammoprop_Power or |
|
699 |
ammoprop_AltUse; |
|
700 |
Count: 5; |
|
701 |
NumPerTurn: 0; |
|
702 |
Timer: 3000; |
|
703 |
Pos: 0; |
|
704 |
AmmoType: amClusterBomb); |
|
705 |
Slot: 1; |
|
706 |
TimeAfterTurn: 3000; |
|
707 |
minAngle: 0; |
|
708 |
maxAngle: 0; |
|
709 |
isDamaging: true; |
|
710 |
SkipTurns: 0; |
|
711 |
PosCount: 1; |
|
712 |
PosSprite: sprWater), |
|
713 |
(NameId: sidBazooka; |
|
714 |
NameTex: nil; |
|
715 |
Probability: 0; |
|
716 |
NumberInCase: 1; |
|
717 |
Ammo: (Propz: ammoprop_Power or |
|
718 |
ammoprop_AltUse; |
|
719 |
Count: AMMO_INFINITE; |
|
720 |
NumPerTurn: 0; |
|
721 |
Timer: 0; |
|
722 |
Pos: 0; |
|
723 |
AmmoType: amBazooka); |
|
724 |
Slot: 0; |
|
725 |
TimeAfterTurn: 3000; |
|
726 |
minAngle: 0; |
|
727 |
maxAngle: 0; |
|
728 |
isDamaging: true; |
|
729 |
SkipTurns: 0; |
|
730 |
PosCount: 1; |
|
731 |
PosSprite: sprWater), |
|
732 |
(NameId: sidUFO; |
|
733 |
NameTex: nil; |
|
734 |
Probability: 100; |
|
735 |
NumberInCase: 1; |
|
736 |
Ammo: (Propz: ammoprop_Power or |
|
737 |
ammoprop_NeedTarget or |
|
738 |
ammoprop_DontHold; |
|
739 |
Count: 2; |
|
740 |
NumPerTurn: 0; |
|
741 |
Timer: 0; |
|
742 |
Pos: 0; |
|
743 |
AmmoType: amUFO); |
|
744 |
Slot: 0; |
|
745 |
TimeAfterTurn: 3000; |
|
746 |
minAngle: 0; |
|
747 |
maxAngle: 0; |
|
748 |
isDamaging: true; |
|
749 |
SkipTurns: 0; |
|
750 |
PosCount: 1; |
|
751 |
PosSprite: sprWater), |
|
752 |
(NameId: sidShotgun; |
|
753 |
NameTex: nil; |
|
754 |
Probability: 0; |
|
755 |
NumberInCase: 1; |
|
756 |
Ammo: (Propz: ammoprop_ForwMsgs; |
|
757 |
Count: AMMO_INFINITE; |
|
758 |
NumPerTurn: 1; |
|
759 |
Timer: 0; |
|
760 |
Pos: 0; |
|
761 |
AmmoType: amShotgun); |
|
762 |
Slot: 2; |
|
763 |
TimeAfterTurn: 3000; |
|
764 |
minAngle: 0; |
|
765 |
maxAngle: 0; |
|
766 |
isDamaging: true; |
|
767 |
SkipTurns: 0; |
|
768 |
PosCount: 1; |
|
769 |
PosSprite: sprWater), |
|
770 |
(NameId: sidPickHammer; |
|
771 |
NameTex: nil; |
|
772 |
Probability: 0; |
|
773 |
NumberInCase: 1; |
|
774 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
775 |
ammoprop_AttackInMove or |
|
776 |
ammoprop_NoCrosshair or |
|
777 |
ammoprop_DontHold; |
|
778 |
Count: 2; |
|
779 |
NumPerTurn: 0; |
|
780 |
Timer: 0; |
|
781 |
Pos: 0; |
|
782 |
AmmoType: amPickHammer); |
|
783 |
Slot: 6; |
|
784 |
TimeAfterTurn: 0; |
|
785 |
minAngle: 0; |
|
786 |
maxAngle: 0; |
|
787 |
isDamaging: false; |
|
788 |
SkipTurns: 0; |
|
789 |
PosCount: 1; |
|
790 |
PosSprite: sprWater), |
|
791 |
(NameId: sidSkip; |
|
792 |
NameTex: nil; |
|
793 |
Probability: 0; |
|
794 |
NumberInCase: 1; |
|
795 |
Ammo: (Propz: ammoprop_DontHold; |
|
796 |
Count: AMMO_INFINITE; |
|
797 |
NumPerTurn: 0; |
|
798 |
Timer: 0; |
|
799 |
Pos: 0; |
|
800 |
AmmoType: amSkip); |
|
801 |
Slot: 8; |
|
802 |
TimeAfterTurn: 0; |
|
803 |
minAngle: 0; |
|
804 |
maxAngle: 0; |
|
805 |
isDamaging: false; |
|
806 |
SkipTurns: 0; |
|
807 |
PosCount: 1; |
|
808 |
PosSprite: sprWater), |
|
809 |
(NameId: sidRope; |
|
810 |
NameTex: nil; |
|
811 |
Probability: 100; |
|
812 |
NumberInCase: 3; |
|
813 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
814 |
ammoprop_AttackInMove or |
|
815 |
ammoprop_DontHold or |
|
816 |
ammoprop_AltAttack; |
|
817 |
Count: 5; |
|
818 |
NumPerTurn: 0; |
|
819 |
Timer: 0; |
|
820 |
Pos: 0; |
|
821 |
AmmoType: amRope); |
|
822 |
Slot: 7; |
|
823 |
TimeAfterTurn: 0; |
|
824 |
minAngle: 0; |
|
825 |
maxAngle: cMaxAngle div 2; |
|
826 |
isDamaging: false; |
|
827 |
SkipTurns: 0; |
|
828 |
PosCount: 1; |
|
829 |
PosSprite: sprWater), |
|
830 |
(NameId: sidMine; |
|
831 |
NameTex: nil; |
|
832 |
Probability: 100; |
|
833 |
NumberInCase: 1; |
|
834 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
835 |
ammoprop_AttackInMove or |
|
836 |
ammoprop_DontHold or |
|
837 |
ammoprop_AltUse; |
|
838 |
Count: 2; |
|
839 |
NumPerTurn: 0; |
|
840 |
Timer: 0; |
|
841 |
Pos: 0; |
|
842 |
AmmoType: amMine); |
|
843 |
Slot: 4; |
|
844 |
TimeAfterTurn: 5000; |
|
845 |
minAngle: 0; |
|
846 |
maxAngle: 0; |
|
847 |
isDamaging: true; |
|
848 |
SkipTurns: 0; |
|
849 |
PosCount: 1; |
|
850 |
PosSprite: sprWater), |
|
851 |
(NameId: sidDEagle; |
|
852 |
NameTex: nil; |
|
1430 | 853 |
Probability: 20; |
1259 | 854 |
NumberInCase: 2; |
855 |
Ammo: (Propz: 0; |
|
856 |
Count: 3; |
|
857 |
NumPerTurn: 3; |
|
858 |
Timer: 0; |
|
859 |
Pos: 0; |
|
860 |
AmmoType: amDEagle); |
|
861 |
Slot: 2; |
|
862 |
TimeAfterTurn: 3000; |
|
863 |
minAngle: 0; |
|
864 |
maxAngle: 0; |
|
865 |
isDamaging: true; |
|
866 |
SkipTurns: 0; |
|
867 |
PosCount: 1; |
|
868 |
PosSprite: sprWater), |
|
869 |
(NameId: sidDynamite; |
|
870 |
NameTex: nil; |
|
871 |
Probability: 100; |
|
872 |
NumberInCase: 1; |
|
873 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
874 |
ammoprop_AttackInMove or |
|
875 |
ammoprop_DontHold or |
|
876 |
ammoprop_AltUse; |
|
877 |
Count: 1; |
|
878 |
NumPerTurn: 0; |
|
879 |
Timer: 0; |
|
880 |
Pos: 0; |
|
881 |
AmmoType: amDynamite); |
|
882 |
Slot: 4; |
|
883 |
TimeAfterTurn: 5000; |
|
884 |
minAngle: 0; |
|
885 |
maxAngle: 0; |
|
886 |
isDamaging: true; |
|
887 |
SkipTurns: 0; |
|
888 |
PosCount: 1; |
|
889 |
PosSprite: sprWater), |
|
890 |
(NameId: sidFirePunch; |
|
891 |
NameTex: nil; |
|
892 |
Probability: 0; |
|
893 |
NumberInCase: 1; |
|
894 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
895 |
ammoprop_ForwMsgs or |
|
896 |
ammoprop_AttackInMove; |
|
897 |
Count: AMMO_INFINITE; |
|
898 |
NumPerTurn: 0; |
|
899 |
Timer: 0; |
|
900 |
Pos: 0; |
|
901 |
AmmoType: amFirePunch); |
|
902 |
Slot: 3; |
|
903 |
TimeAfterTurn: 3000; |
|
904 |
MinAngle: 0; |
|
905 |
maxAngle: 0; |
|
906 |
isDamaging: true; |
|
907 |
SkipTurns: 0; |
|
908 |
PosCount: 1; |
|
909 |
PosSprite: sprWater), |
|
910 |
(NameId: sidWhip; |
|
911 |
NameTex: nil; |
|
912 |
Probability: 0; |
|
913 |
NumberInCase: 1; |
|
914 |
Ammo: (Propz: ammoprop_NoCrosshair; |
|
915 |
Count: AMMO_INFINITE; |
|
916 |
NumPerTurn: 0; |
|
917 |
Timer: 0; |
|
918 |
Pos: 0; |
|
919 |
AmmoType: amWhip); |
|
920 |
Slot: 3; |
|
921 |
TimeAfterTurn: 3000; |
|
922 |
MinAngle: 0; |
|
923 |
maxAngle: 0; |
|
924 |
isDamaging: true; |
|
925 |
SkipTurns: 0; |
|
926 |
PosCount: 1; |
|
927 |
PosSprite: sprWater), |
|
928 |
(NameId: sidBaseballBat; |
|
929 |
NameTex: nil; |
|
930 |
Probability: 100; |
|
931 |
NumberInCase: 1; |
|
932 |
Ammo: (Propz: ammoprop_DontHold; |
|
933 |
Count: 1; |
|
934 |
NumPerTurn: 0; |
|
935 |
Timer: 0; |
|
936 |
Pos: 0; |
|
937 |
AmmoType: amBaseballBat); |
|
938 |
Slot: 3; |
|
939 |
TimeAfterTurn: 5000; |
|
940 |
minAngle: 0; |
|
941 |
maxAngle: cMaxAngle div 2; |
|
942 |
isDamaging: true; |
|
943 |
SkipTurns: 2; |
|
944 |
PosCount: 1; |
|
945 |
PosSprite: sprWater), |
|
946 |
(NameId: sidParachute; |
|
947 |
NameTex: nil; |
|
948 |
Probability: 100; |
|
949 |
NumberInCase: 1; |
|
950 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
951 |
ammoprop_AttackInMove or |
|
952 |
ammoprop_NoCrosshair or |
|
953 |
ammoprop_DontHold or |
|
954 |
ammoprop_AltAttack; |
|
955 |
Count: 2; |
|
956 |
NumPerTurn: 0; |
|
957 |
Timer: 0; |
|
958 |
Pos: 0; |
|
959 |
AmmoType: amParachute); |
|
960 |
Slot: 7; |
|
961 |
TimeAfterTurn: 0; |
|
962 |
minAngle: 0; |
|
963 |
maxAngle: 0; |
|
964 |
isDamaging: false; |
|
965 |
SkipTurns: 0; |
|
966 |
PosCount: 1; |
|
967 |
PosSprite: sprWater), |
|
968 |
(NameId: sidAirAttack; |
|
969 |
NameTex: nil; |
|
970 |
Probability: 100; |
|
971 |
NumberInCase: 1; |
|
972 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
973 |
ammoprop_NeedTarget or |
|
974 |
ammoprop_AttackingPut or |
|
1784 | 975 |
ammoprop_DontHold or |
976 |
ammoprop_NotBorder; |
|
1259 | 977 |
Count: 1; |
978 |
NumPerTurn: 0; |
|
979 |
Timer: 0; |
|
980 |
Pos: 0; |
|
981 |
AmmoType: amAirAttack); |
|
982 |
Slot: 5; |
|
983 |
TimeAfterTurn: 0; |
|
984 |
minAngle: 0; |
|
985 |
maxAngle: 0; |
|
986 |
isDamaging: true; |
|
987 |
SkipTurns: 5; |
|
988 |
PosCount: 2; |
|
989 |
PosSprite: sprAmAirplane), |
|
990 |
(NameId: sidMineStrike; |
|
991 |
NameTex: nil; |
|
1430 | 992 |
Probability: 200; |
1259 | 993 |
NumberInCase: 1; |
994 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
995 |
ammoprop_NeedTarget or |
|
996 |
ammoprop_AttackingPut or |
|
1784 | 997 |
ammoprop_DontHold or |
998 |
ammoprop_NotBorder; |
|
1259 | 999 |
Count: 1; |
1000 |
NumPerTurn: 0; |
|
1001 |
Timer: 0; |
|
1002 |
Pos: 0; |
|
1003 |
AmmoType: amMineStrike); |
|
1004 |
Slot: 5; |
|
1005 |
TimeAfterTurn: 0; |
|
1006 |
minAngle: 0; |
|
1007 |
maxAngle: 0; |
|
1008 |
isDamaging: true; |
|
1009 |
SkipTurns: 5; |
|
1010 |
PosCount: 2; |
|
1011 |
PosSprite: sprAmAirplane), |
|
1012 |
(NameId: sidBlowTorch; |
|
1013 |
NameTex: nil; |
|
1014 |
Probability: 100; |
|
1015 |
NumberInCase: 2; |
|
1016 |
Ammo: (Propz: ammoprop_ForwMsgs; |
|
1017 |
Count: 1; |
|
1018 |
NumPerTurn: 0; |
|
1019 |
Timer: 0; |
|
1020 |
Pos: 0; |
|
1021 |
AmmoType: amBlowTorch); |
|
1022 |
Slot: 6; |
|
1023 |
TimeAfterTurn: 3000; |
|
1024 |
minAngle: 768; |
|
1025 |
maxAngle: 1280; |
|
1026 |
isDamaging: false; |
|
1027 |
SkipTurns: 0; |
|
1028 |
PosCount: 1; |
|
1029 |
PosSprite: sprWater), |
|
1030 |
(NameId: sidGirder; |
|
1031 |
NameTex: nil; |
|
1430 | 1032 |
Probability: 150; |
1259 | 1033 |
NumberInCase: 3; |
1034 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1035 |
ammoprop_NeedTarget or |
|
1909 | 1036 |
ammoprop_AttackingPut; |
1259 | 1037 |
Count: 1; |
1038 |
NumPerTurn: 0; |
|
1039 |
Timer: 0; |
|
1040 |
Pos: 0; |
|
1041 |
AmmoType: amGirder); |
|
1042 |
Slot: 6; |
|
1043 |
TimeAfterTurn: 3000; |
|
1044 |
minAngle: 0; |
|
1045 |
maxAngle: 0; |
|
1046 |
isDamaging: false; |
|
1047 |
SkipTurns: 0; |
|
1048 |
PosCount: 8; |
|
1049 |
PosSprite: sprAmGirder), |
|
1050 |
(NameId: sidTeleport; |
|
1051 |
NameTex: nil; |
|
1430 | 1052 |
Probability: 200; |
1259 | 1053 |
NumberInCase: 1; |
1054 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
1055 |
ammoprop_NoCrosshair or |
|
1056 |
ammoprop_NeedTarget or |
|
1057 |
ammoprop_AttackingPut or |
|
1058 |
ammoprop_DontHold; |
|
1059 |
Count: 2; |
|
1060 |
NumPerTurn: 0; |
|
1061 |
Timer: 0; |
|
1062 |
Pos: 0; |
|
1063 |
AmmoType: amTeleport); |
|
1064 |
Slot: 7; |
|
1065 |
TimeAfterTurn: 0; |
|
1066 |
minAngle: 0; |
|
1067 |
maxAngle: 0; |
|
1068 |
isDamaging: false; |
|
1069 |
SkipTurns: 0; |
|
1070 |
PosCount: 1; |
|
1071 |
PosSprite: sprWater), |
|
1072 |
(NameId: sidSwitch; |
|
1073 |
NameTex: nil; |
|
1074 |
Probability: 100; |
|
1075 |
NumberInCase: 1; |
|
1076 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
1077 |
ammoprop_NoCrosshair or |
|
1078 |
ammoprop_DontHold; |
|
1079 |
Count: 3; |
|
1080 |
NumPerTurn: 0; |
|
1081 |
Timer: 0; |
|
1082 |
Pos: 0; |
|
1083 |
AmmoType: amSwitch); |
|
1084 |
Slot: 8; |
|
1085 |
TimeAfterTurn: 0; |
|
1086 |
minAngle: 0; |
|
1087 |
maxAngle: 0; |
|
1088 |
isDamaging: false; |
|
1089 |
SkipTurns: 0; |
|
1090 |
PosCount: 1; |
|
1091 |
PosSprite: sprWater), |
|
1092 |
(NameId: sidMortar; |
|
1093 |
NameTex: nil; |
|
1094 |
Probability: 100; |
|
1430 | 1095 |
NumberInCase: 4; |
1259 | 1096 |
Ammo: (Propz: 0; |
1097 |
Count: 4; |
|
1098 |
NumPerTurn: 0; |
|
1099 |
Timer: 0; |
|
1100 |
Pos: 0; |
|
1101 |
AmmoType: amMortar); |
|
1102 |
Slot: 1; |
|
1103 |
TimeAfterTurn: 3000; |
|
1104 |
minAngle: 0; |
|
1105 |
maxAngle: 0; |
|
1106 |
isDamaging: true; |
|
1107 |
SkipTurns: 0; |
|
1108 |
PosCount: 1; |
|
1109 |
PosSprite: sprWater), |
|
1110 |
(NameId: sidKamikaze; |
|
1111 |
NameTex: nil; |
|
1112 |
Probability: 100; |
|
1113 |
NumberInCase: 1; |
|
1114 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
1115 |
ammoprop_DontHold; |
|
1116 |
Count: 1; |
|
1117 |
NumPerTurn: 0; |
|
1118 |
Timer: 0; |
|
1119 |
Pos: 0; |
|
1120 |
AmmoType: amKamikaze); |
|
1121 |
Slot: 3; |
|
1122 |
TimeAfterTurn: 0; |
|
1123 |
minAngle: 0; |
|
1124 |
maxAngle: 0; |
|
1125 |
isDamaging: true; |
|
1126 |
SkipTurns: 0; |
|
1127 |
PosCount: 1; |
|
1128 |
PosSprite: sprWater), |
|
1129 |
(NameId: sidCake; |
|
1130 |
NameTex: nil; |
|
1131 |
Probability: 100; |
|
1132 |
NumberInCase: 1; |
|
1133 |
Ammo: (Propz: ammoprop_ForwMsgs or |
|
1134 |
ammoprop_NoCrosshair or |
|
1135 |
ammoprop_DontHold; |
|
1136 |
Count: 1; |
|
1137 |
NumPerTurn: 0; |
|
1138 |
Timer: 0; |
|
1139 |
Pos: 0; |
|
1140 |
AmmoType: amCake); |
|
1141 |
Slot: 4; |
|
1142 |
TimeAfterTurn: 0; |
|
1143 |
minAngle: 0; |
|
1144 |
maxAngle: 0; |
|
1145 |
isDamaging: true; |
|
1445 | 1146 |
SkipTurns: 4; |
1259 | 1147 |
PosCount: 1; |
1148 |
PosSprite: sprWater), |
|
1149 |
(NameId: sidSeduction; |
|
1150 |
NameTex: nil; |
|
1151 |
Probability: 100; |
|
1152 |
NumberInCase: 1; |
|
1284 | 1153 |
Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold; |
1259 | 1154 |
Count: 1; |
1155 |
NumPerTurn: 0; |
|
1156 |
Timer: 0; |
|
1157 |
Pos: 0; |
|
1158 |
AmmoType: amSeduction); |
|
1159 |
Slot: 2; |
|
1160 |
TimeAfterTurn: 0; |
|
1161 |
minAngle: 0; |
|
1162 |
maxAngle: 0; |
|
1508 | 1163 |
isDamaging: false; |
1259 | 1164 |
SkipTurns: 0; |
1165 |
PosCount: 1; |
|
1261 | 1166 |
PosSprite: sprWater), |
1167 |
(NameId: sidWatermelon; |
|
1168 |
NameTex: nil; |
|
1430 | 1169 |
Probability: 400; |
1261 | 1170 |
NumberInCase: 1; |
1171 |
Ammo: (Propz: ammoprop_Timerable or |
|
1172 |
ammoprop_Power or |
|
1173 |
ammoprop_AltUse; |
|
1430 | 1174 |
Count: 0; |
1261 | 1175 |
NumPerTurn: 0; |
1176 |
Timer: 3000; |
|
1177 |
Pos: 0; |
|
1178 |
AmmoType: amWatermelon); |
|
1179 |
Slot: 1; |
|
1180 |
TimeAfterTurn: 3000; |
|
1181 |
minAngle: 0; |
|
1182 |
maxAngle: 0; |
|
1183 |
isDamaging: true; |
|
1184 |
SkipTurns: 0; |
|
1185 |
PosCount: 1; |
|
1263 | 1186 |
PosSprite: sprWater), |
1187 |
(NameId: sidHellishBomb; |
|
1188 |
NameTex: nil; |
|
1430 | 1189 |
Probability: 400; |
1263 | 1190 |
NumberInCase: 1; |
1191 |
Ammo: (Propz: ammoprop_Power or |
|
1192 |
ammoprop_AltUse; |
|
1430 | 1193 |
Count: 0; |
1263 | 1194 |
NumPerTurn: 0; |
1195 |
Timer: 5000; |
|
1196 |
Pos: 0; |
|
1197 |
AmmoType: amHellishBomb); |
|
1198 |
Slot: 4; |
|
1199 |
TimeAfterTurn: 3000; |
|
1200 |
minAngle: 0; |
|
1201 |
maxAngle: 0; |
|
1202 |
isDamaging: true; |
|
1203 |
SkipTurns: 0; |
|
1204 |
PosCount: 1; |
|
1507 | 1205 |
PosSprite: sprWater), |
1608 | 1206 |
(NameId: sidNapalm; |
1507 | 1207 |
NameTex: nil; |
1208 |
Probability: 100; |
|
1209 |
NumberInCase: 1; |
|
1210 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1211 |
ammoprop_NeedTarget or |
|
1212 |
ammoprop_AttackingPut or |
|
1784 | 1213 |
ammoprop_DontHold or |
1214 |
ammoprop_NotBorder; |
|
1507 | 1215 |
Count: 1; |
1216 |
NumPerTurn: 0; |
|
1217 |
Timer: 0; |
|
1218 |
Pos: 0; |
|
1219 |
AmmoType: amNapalm); |
|
1220 |
Slot: 5; |
|
1221 |
TimeAfterTurn: 0; |
|
1222 |
minAngle: 0; |
|
1223 |
maxAngle: 0; |
|
1224 |
isDamaging: true; |
|
1608 | 1225 |
SkipTurns: 7; |
1507 | 1226 |
PosCount: 2; |
1573 | 1227 |
PosSprite: sprAmAirplane), |
1228 |
(NameId: sidDrill; |
|
1229 |
NameTex: nil; |
|
1586 | 1230 |
Probability: 300; |
1573 | 1231 |
NumberInCase: 1; |
1232 |
Ammo: (Propz: ammoprop_Power or |
|
1233 |
ammoprop_AltUse; |
|
1234 |
Count: AMMO_INFINITE; |
|
1235 |
NumPerTurn: 0; |
|
1236 |
Timer: 0; |
|
1237 |
Pos: 0; |
|
1238 |
AmmoType: amDrill); |
|
1239 |
Slot: 0; |
|
1240 |
TimeAfterTurn: 3000; |
|
1241 |
minAngle: 0; |
|
1242 |
maxAngle: 0; |
|
1243 |
isDamaging: true; |
|
1244 |
SkipTurns: 0; |
|
1245 |
PosCount: 1; |
|
1601 | 1246 |
PosSprite: sprDrill), |
1247 |
(NameId: sidBallgun; |
|
1248 |
NameTex: nil; |
|
1249 |
Probability: 400; |
|
1250 |
NumberInCase: 1; |
|
1643 | 1251 |
Ammo: (Propz: ammoprop_ForwMsgs or |
1252 |
ammoprop_DontHold; |
|
1601 | 1253 |
Count: AMMO_INFINITE; |
1254 |
NumPerTurn: 0; |
|
1255 |
Timer: 5001; |
|
1256 |
Pos: 0; |
|
1257 |
AmmoType: amBallgun); |
|
1258 |
Slot: 2; |
|
1259 |
TimeAfterTurn: 0; |
|
1260 |
minAngle: 0; |
|
1261 |
maxAngle: 0; |
|
1262 |
isDamaging: true; |
|
1263 |
SkipTurns: 0; |
|
1264 |
PosCount: 1; |
|
1689 | 1265 |
PosSprite: sprWater), |
1266 |
(NameId: sidRCPlane; |
|
1267 |
NameTex: nil; |
|
1721 | 1268 |
Probability: 200; |
1740 | 1269 |
NumberInCase: 1; |
1689 | 1270 |
Ammo: (Propz: ammoprop_ForwMsgs{ or |
1271 |
ammoprop_DontHold or |
|
1272 |
ammoprop_AltAttack}; |
|
1273 |
Count: 1; |
|
1274 |
NumPerTurn: 0; |
|
1275 |
Timer: 0; |
|
1276 |
Pos: 0; |
|
1277 |
AmmoType: amRCPlane); |
|
1278 |
Slot: 6; |
|
1279 |
TimeAfterTurn: 0; |
|
1280 |
minAngle: 0; |
|
1281 |
maxAngle: 0; |
|
1282 |
isDamaging: true; |
|
1721 | 1283 |
SkipTurns: 4; |
1689 | 1284 |
PosCount: 1; |
1849 | 1285 |
PosSprite: sprWater), |
1286 |
(NameId: sidLowGravity; |
|
1287 |
NameTex: nil; |
|
1861 | 1288 |
Probability: 20; |
1849 | 1289 |
NumberInCase: 1; |
1290 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1291 |
ammoprop_DontHold or |
|
1892 | 1292 |
ammoprop_AltUse or |
1849 | 1293 |
ammoprop_Utility; |
1294 |
Count: 1; |
|
1295 |
NumPerTurn: 0; |
|
1296 |
Timer: 0; |
|
1297 |
Pos: 0; |
|
1298 |
AmmoType: amLowGravity); |
|
1299 |
Slot: 8; |
|
1300 |
TimeAfterTurn: 0; |
|
1301 |
minAngle: 0; |
|
1302 |
maxAngle: 0; |
|
1303 |
isDamaging: false; |
|
1304 |
SkipTurns: 0; |
|
1305 |
PosCount: 1; |
|
1306 |
PosSprite: sprWater), |
|
1307 |
(NameId: sidExtraDamage; |
|
1308 |
NameTex: nil; |
|
1861 | 1309 |
Probability: 15; |
1849 | 1310 |
NumberInCase: 1; |
1311 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1312 |
ammoprop_DontHold or |
|
1892 | 1313 |
ammoprop_AltUse or |
1849 | 1314 |
ammoprop_Utility; |
1315 |
Count: 1; |
|
1316 |
NumPerTurn: 0; |
|
1317 |
Timer: 0; |
|
1318 |
Pos: 0; |
|
1319 |
AmmoType: amExtraDamage); |
|
1320 |
Slot: 8; |
|
1321 |
TimeAfterTurn: 0; |
|
1322 |
minAngle: 0; |
|
1323 |
maxAngle: 0; |
|
1324 |
isDamaging: false; |
|
1325 |
SkipTurns: 0; |
|
1326 |
PosCount: 1; |
|
1327 |
PosSprite: sprWater), |
|
1328 |
(NameId: sidInvulnerable; |
|
1329 |
NameTex: nil; |
|
1861 | 1330 |
Probability: 20; |
1849 | 1331 |
NumberInCase: 1; |
1332 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1333 |
ammoprop_DontHold or |
|
1892 | 1334 |
ammoprop_AltUse or |
1849 | 1335 |
ammoprop_Utility; |
1336 |
Count: 1; |
|
1337 |
NumPerTurn: 0; |
|
1338 |
Timer: 0; |
|
1339 |
Pos: 0; |
|
1340 |
AmmoType: amInvulnerable); |
|
1341 |
Slot: 8; |
|
1342 |
TimeAfterTurn: 0; |
|
1343 |
minAngle: 0; |
|
1344 |
maxAngle: 0; |
|
1345 |
isDamaging: false; |
|
1346 |
SkipTurns: 0; |
|
1347 |
PosCount: 1; |
|
1348 |
PosSprite: sprWater), |
|
1349 |
(NameId: sidExtraTime; |
|
1350 |
NameTex: nil; |
|
1861 | 1351 |
Probability: 30; |
1849 | 1352 |
NumberInCase: 1; |
1353 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1354 |
ammoprop_DontHold or |
|
1892 | 1355 |
ammoprop_AltUse or |
1849 | 1356 |
ammoprop_Utility; |
1357 |
Count: 1; |
|
1358 |
NumPerTurn: 0; |
|
1359 |
Timer: 0; |
|
1360 |
Pos: 0; |
|
1361 |
AmmoType: amExtraTime); |
|
1362 |
Slot: 7; |
|
1363 |
TimeAfterTurn: 0; |
|
1364 |
minAngle: 0; |
|
1365 |
maxAngle: 0; |
|
1366 |
isDamaging: false; |
|
1367 |
SkipTurns: 0; |
|
1368 |
PosCount: 1; |
|
1854 | 1369 |
PosSprite: sprWater), |
1370 |
(NameId: sidLaserSight; |
|
1371 |
NameTex: nil; |
|
1861 | 1372 |
Probability: 15; |
1854 | 1373 |
NumberInCase: 1; |
1374 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1375 |
ammoprop_DontHold or |
|
1892 | 1376 |
ammoprop_AltUse or |
1854 | 1377 |
ammoprop_Utility; |
1378 |
Count: 1; |
|
1379 |
NumPerTurn: 0; |
|
1380 |
Timer: 0; |
|
1381 |
Pos: 0; |
|
1382 |
AmmoType: amLaserSight); |
|
1383 |
Slot: 7; |
|
1384 |
TimeAfterTurn: 0; |
|
1385 |
minAngle: 0; |
|
1386 |
maxAngle: 0; |
|
1387 |
isDamaging: false; |
|
1388 |
SkipTurns: 0; |
|
1389 |
PosCount: 1; |
|
2017 | 1390 |
PosSprite: sprWater), |
1391 |
(NameId: sidVampiric; |
|
1392 |
NameTex: nil; |
|
1393 |
Probability: 15; |
|
1394 |
NumberInCase: 1; |
|
1395 |
Ammo: (Propz: ammoprop_NoCrosshair or |
|
1396 |
ammoprop_DontHold or |
|
1397 |
ammoprop_AltUse or |
|
1398 |
ammoprop_Utility; |
|
1399 |
Count: 1; |
|
1400 |
NumPerTurn: 0; |
|
1401 |
Timer: 0; |
|
1402 |
Pos: 0; |
|
1403 |
AmmoType: amVampiric); |
|
1404 |
Slot: 6; |
|
1405 |
TimeAfterTurn: 0; |
|
1406 |
minAngle: 0; |
|
1407 |
maxAngle: 0; |
|
1408 |
isDamaging: false; |
|
1409 |
SkipTurns: 0; |
|
1410 |
PosCount: 1; |
|
2023
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1411 |
PosSprite: sprWater), |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1412 |
(NameId: sidSniperRifle; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1413 |
NameTex: nil; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1414 |
Probability: 20; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1415 |
NumberInCase: 2; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1416 |
Ammo: (Propz: 0; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1417 |
Count: 2; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1418 |
NumPerTurn: 1; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1419 |
Timer: 0; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1420 |
Pos: 0; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1421 |
AmmoType: amSniperRifle); |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1422 |
Slot: 2; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1423 |
TimeAfterTurn: 3000; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1424 |
minAngle: 0; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1425 |
maxAngle: 0; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1426 |
isDamaging: true; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1427 |
SkipTurns: 0; |
41d3afaa20c7
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
nemo
parents:
2017
diff
changeset
|
1428 |
PosCount: 1; |
2177
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1429 |
PosSprite: sprWater), |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1430 |
(NameId: sidJetpack; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1431 |
NameTex: nil; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1432 |
Probability: 20; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1433 |
NumberInCase: 1; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1434 |
Ammo: (Propz: ammoprop_ForwMsgs or |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1435 |
ammoprop_AttackInMove or |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1436 |
ammoprop_NoCrosshair or |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1437 |
ammoprop_DontHold or |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1438 |
ammoprop_AltAttack; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1439 |
Count: 1; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1440 |
NumPerTurn: 1; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1441 |
Timer: 0; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1442 |
Pos: 0; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1443 |
AmmoType: amJetpack); |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1444 |
Slot: 3; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1445 |
TimeAfterTurn: 3000; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1446 |
minAngle: 0; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1447 |
maxAngle: 0; |
2179 | 1448 |
isDamaging: false; |
2177
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1449 |
SkipTurns: 0; |
c045698e044f
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
nemo
parents:
2171
diff
changeset
|
1450 |
PosCount: 1; |
1601 | 1451 |
PosSprite: sprWater) |
1259 | 1452 |
); |
37 | 1453 |
|
844 | 1454 |
var CountTexz: array[1..9] of PTexture; |
1455 |
||
4 | 1456 |
implementation |
1457 |
||
1458 |
end. |