author | almikes@aol.com |
Wed, 03 Dec 2014 20:20:36 +0000 | |
changeset 433 | 0661855ab04a |
parent 426 | 278b97ba739c |
child 435 | 9e434185289a |
permissions | -rw-r--r-- |
426 | 1 |
#summary List of all gear types |
2 |
||
425
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
3 |
This is a list of (hopefully) all gear types, along with a short description and the meaning of severval fields. |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
4 |
|
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
5 |
The columns “Pos”, “Tag”, “Timer” and “Health” show the meaning of the gear’s field for the listed gear type. The word “ignored” means that the field in question is not relevant to gears of the gear type. See also `GetGearPos`, `SetGearPos`, `GetTag`, `SetTag`, `GetTimer`, `SetTimer`, `GetHealth`, `SetHealth` in [LuaAPI]. |
420
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
6 |
|
422
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
7 |
Please note this list is still mostly TODO. The categories presented here are purely for a better overview here; they do not neccessarily reflect anything in the actual game’s source code. |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
8 |
|
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
9 |
== Land objects == |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
10 |
This is a list of gears which usually stay on the land for a long time and stay for several rounds and can’t normally directly placed by players. |
420
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
11 |
|
425
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
12 |
|| Gear type || Description || Pos || Tag || Timer || Health || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
13 |
|| gtCase || an ammo, utility or health crate || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
14 |
|| gtExplosives || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
15 |
|| gtFlake || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
16 |
|| gtFlame || a flame || TODO || between 0-32 (TODO) || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
17 |
|| gtGrave || a grave from a dead hedgehog || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
18 |
|| gtHedgehog || a hedgehog || TODO || used for animation. 0 = no animation plays. Other value: animation plays || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
19 |
|| gtPortal || a portal from the portable portal device || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
20 |
|| gtTarget || a target, useful in target practice missions || TODO || TODO || TODO || TODO || |
422
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
21 |
|
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
22 |
== Utilities == |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
23 |
A list of “utility” gears. |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
24 |
|
425
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
25 |
|| Gear type || Description || Pos || Tag || Timer || Health || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
26 |
|| gtGirder || a girder (construction) || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
27 |
|| gtJetpack || a flying saucer || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
28 |
|| gtLandGun || the land spray tool || TODO || power of land spray (5-20) || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
29 |
|| gtParachute || a parachute || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
30 |
|| gtResurrector || resurrection || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
31 |
|| gtRope || a rope || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
32 |
|| gtSwitcher || switch hedgehog || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
33 |
|| gtTardis || a !TimeBox || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
34 |
|| gtTeleport || teleportation || TODO || TODO || TODO || TODO || |
422
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
35 |
|
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
36 |
== Weapons and main projectiles == |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
37 |
List of weapons which can be directly used or launched by the players. |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
38 |
|
425
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
39 |
|| Gear type || Description || Pos || Tag || Timer || Health || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
40 |
|| gtAirAttack || The airplane of an air attack || TODO || direction of airplane (-1 = left, 1 = right) || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
41 |
|| gtBallGun || a ballgun || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
42 |
|| gtBee || homing bee || TODO || wheather the bee is underwater (0 = no, 1 = yes) || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
43 |
|| gtBirdy || Birdy || TODO || facing direction (left = -1, right = 1) || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
44 |
|| gtBlowTorch || a blowtorch || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
45 |
|| gtClusterBomb || a cluster bomb || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
46 |
|| gtCake || a cake || TODO || A timer used for several animations. The final animation (sit down) will cause the cake to explode when the tag reaches 2250. || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
47 |
|| gtDEagleShot || a shot from a desert eagle || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
48 |
|| gtDrill || drill rocket || TODO || used for drill strike. If 1, then first impact occoured already || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
49 |
|| gtDynamite || a dynamite || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
50 |
|| gtFirePunch || shoryuken || TODO || Y coordinate || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
51 |
|| gtFlamethrower || a flamethrower || TODO || power of flamethrower (5-20) || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
52 |
|| gtGasBomb || an old limburger || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
53 |
|| gtGrenade || a grenade || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
54 |
|| gtHammer || a hammer || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
55 |
|| gtHellishBomb || a hellish hand-grenade || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
56 |
|| gtIceGun || a freezer || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
57 |
|| gtKamikaze || an ongoing kamikaze || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
58 |
|| gtKnife || a cleaver || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
59 |
|| gtPiano || piano from piano strike || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
60 |
|| gtPickHammer || a pickhammer || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
61 |
|| gtRCPlane || a RC plane || TODO || dX speed??? || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
62 |
|| gtMolotov || a molotov cocktail || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
63 |
|| gtMortar || a mortar || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
64 |
|| gtMine || a mine || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
65 |
|| gtSeduction || seduction || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
66 |
|| gtShell || a bazooka shell (projectile) || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
67 |
|| gtShotgunShot || a shot from a shotgun || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
68 |
|| gtShover || used by baseball bat (TODO) || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
69 |
|| gtSineGunShot || a shot from the sine gun || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
70 |
|| gtSMine || a sticky mine || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
71 |
|| gtSniperRifleShot || a shot from the sniper rifle || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
72 |
|| gtSnowball || a mudball || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
73 |
|| gtWatermelon || a watermelon bomb, still intact || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
74 |
|| gtWhip || a whip || TODO || TODO || TODO || TODO || |
422
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
75 |
|
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
76 |
== Secondary projectiles == |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
77 |
Projectiles that can’t be directly fired but are generated by other weapon gears. |
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
78 |
|
425
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
79 |
|| Gear type || Description || Pos || Tag || Timer || Health || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
80 |
|| gtAirBomb || a bomb from the air attack or the RC plane || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
81 |
|| gtBall || a ball from the ball gun || TODO || Color: 0=red, 1=green, 2=cyan, 3=yellow, 4=violet, 5=pink, 6=orange, 7=lime, 8=white || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
82 |
|| gtCluster || a cluster from the cluster bomb or the mortar || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
83 |
|| gtEgg || an egg from Birdy || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
84 |
|| gtHammerHit || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
85 |
|| gtMelonPiece || a cluster from a watermelon bomb || TODO|| TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
86 |
|| gtNapalmBomb || a bomb from the napalmn strike, will burst into fire || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
87 |
|| gtPoisonCloud || a poisonous cloud, makes hedgehogs sick on contact || TODO || TODO || TODO || TODO || |
422
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
88 |
|
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
89 |
== Other == |
425
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
90 |
|| Gear type || Description || Pos || Tag || Timer || Health || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
91 |
|| gtAddAmmo || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
92 |
|| gtATStartGame || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
93 |
|| gtATFinishGame || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
94 |
|| gtGenericFaller || TODO || TODO || TODO || TODO || TODO || |
ae373695ee1e
Add columns for pos, timer and health (mostly only contain TODOs for now).
almikes@aol.com
parents:
424
diff
changeset
|
95 |
|| gtWaterUp || If added, water will rise. || _ignored_ || Number of pixels the water still has to rise. By default, the tag will have an initial value of 47. The gear will be removed when the tag equals 0. || TODO || TODO || |
422
1e8c89d93ea9
Alphbetically sort gear types and put them into semantic categories.
almikes@aol.com
parents:
420
diff
changeset
|
96 |
|
420
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
97 |
|
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
98 |
|
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
99 |
Here is an excerpt from the Hedgewars source code: |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
100 |
{{{ |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
101 |
TGearType = (gtFlame, gtHedgehog, gtMine, gtCase, gtExplosives, // these gears should be avoided when searching a spawn place |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
102 |
gtGrenade, gtShell, gtGrave, gtBee, // 8 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
103 |
gtShotgunShot, gtPickHammer, gtRope, // 11 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
104 |
gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover, // 16 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
105 |
gtFirePunch, gtATStartGame, // 18 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
106 |
gtATFinishGame, gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, // 23 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
107 |
gtGirder, gtTeleport, gtSwitcher, gtTarget, gtMortar, // 28 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
108 |
gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 34 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
109 |
gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane, // 40 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
110 |
gtSniperRifleShot, gtJetpack, gtMolotov, gtBirdy, // 44 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
111 |
gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower, // 50 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
112 |
gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector, // 55 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
113 |
gtNapalmBomb, gtSnowball, gtFlake, {gtStructure,} gtLandGun, gtTardis, // 61 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
114 |
gtIceGun, gtAddAmmo, gtGenericFaller, gtKnife); // 65 |
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
115 |
}}} |
41
bf0470871144
Edited wiki page GearTypes through web user interface.
kyberneticist
parents:
19
diff
changeset
|
116 |
For a current list of the gears look at hedgewars/uTypes.pas at |
12
74ead59b6c64
LuaAPI page + GearTypes,AmmoTypes,Sounds,States listing pages
Tobias Neumann <mail@tobias-neumann.eu>
parents:
diff
changeset
|
117 |
the TGearType enumeration. |
349
f6b3a80a6f92
Update line number for the link to uTypes.pas
Caironater@gmail.com
parents:
348
diff
changeset
|
118 |
http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#92 |
420
55be67135696
Put gear types into a table, along with a description and tag description.
almikes@aol.com
parents:
349
diff
changeset
|
119 |
|
94
65351a24eac9
Sorted the list of gears according to alphabetical order (I got it right this time :)).
Cairo@chusym.com
parents:
93
diff
changeset
|
120 |
Note: gtBomb and gtShell were named gtAmmo_Bomb and gtAmmo_Grenade before 0.9.14 |