author | Wuzzy |
Fri, 12 Jun 2020 01:59:25 +0200 | |
changeset 2157 | 12af34640565 |
parent 2142 | 5ae51e64bb09 |
child 2162 | faf673ed857c |
permissions | -rw-r--r-- |
427 | 1 |
#summary List of all ammo types |
2 |
||
798
30c5f1ebd552
global replace of http with https for hedgewars.org wiki links
nemo
parents:
738
diff
changeset
|
3 |
For a current list of ammo types look at https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l146 |
409 | 4 |
|
738 | 5 |
= List of ammo types = |
6 |
||
2142 | 7 |
|| *Identifier* || *Ammo type* || *Value* || |
8 |
|| amNothing || _pseudo-ammo type for the absence of a real ammo_ || 0 || |
|
9 |
|| amGrenade || Grenade || 1 || |
|
10 |
|| amClusterBomb || Cluster Bomb || 2 || |
|
11 |
|| amBazooka || Bazooka || 3 || |
|
12 |
|| amBee || Homing Bee || 4 || |
|
13 |
|| amShotgun || Shotgun || 5 || |
|
14 |
|| amPickHammer || Pick Hammer || 6 || |
|
15 |
|| amSkip || Skip || 7 || |
|
16 |
|| amRope || Rope || 8 || |
|
17 |
|| amMine || Mine || 9 || |
|
18 |
|| amDEagle || Desert Eagle || 10 || |
|
19 |
|| amDynamite || Dynamite || 11 || |
|
20 |
|| amFirePunch || Shoryuken || 12 || |
|
21 |
|| amWhip || Whip || 13 || |
|
22 |
|| amBaseballBat || Baseball Bat || 14 || |
|
23 |
|| amParachute || Parachute || 15 || |
|
24 |
|| amAirAttack || Air Attack || 16 || |
|
25 |
|| amMineStrike || Mine Strike || 17 || |
|
26 |
|| amBlowTorch || Blow Torch || 18 || |
|
27 |
|| amGirder || Construction || 19 || |
|
28 |
|| amTeleport || Teleportation || 20 || |
|
29 |
|| amSwitch || Switch Hedgehog || 21 || |
|
30 |
|| amMortar || Mortar || 22 || |
|
31 |
|| amKamikaze || Kamikaze || 23 || |
|
32 |
|| amCake || Cake || 24 || |
|
33 |
|| amSeduction || Seduction || 25 || |
|
34 |
|| amWatermelon || Watermelon || 26 || |
|
35 |
|| amHellishBomb || Hellish hand-grenade || 27 || |
|
36 |
|| amNapalm || Napalm Strike || 28 || |
|
37 |
|| amDrill || Drill Rocket || 29 || |
|
38 |
|| amBallgun || Ballgun || 30 || |
|
39 |
|| amRCPlane || RC Plane || 31 || |
|
40 |
|| amLowGravity || Low Gravity || 32 || |
|
41 |
|| amExtraDamage || Extra Damage || 33 || |
|
42 |
|| amInvulnerable || Invulnerable || 34 || |
|
43 |
|| amExtraTime || Extra Time || 35 || |
|
44 |
|| amLaserSight || Laser Sight || 36 || |
|
45 |
|| amVampiric || Vampirism || 37 || |
|
46 |
|| amSniperRifle || Sniper Rifle || 38 || |
|
47 |
|| amJetpack || Flying Saucer || 39 || |
|
48 |
|| amMolotov || Molotov Cocktail || 40 || |
|
49 |
|| amBirdy || Birdy || 41 || |
|
50 |
|| amPortalGun || Portable Portal Device || 42 || |
|
51 |
|| amPiano || Piano Strike || 43 || |
|
52 |
|| amGasBomb || Old Limburger || 44 || |
|
53 |
|| amSineGun || Sine Gun || 45 || |
|
54 |
|| amFlamethrower || Flamethrower || 46 || |
|
55 |
|| amSMine || Sticky Mine || 47 || |
|
56 |
|| amHammer || Hammer || 48 || |
|
57 |
|| amResurrector || Resurrector || 49 || |
|
58 |
|| amDrillStrike || Drill Strike || 50 || |
|
59 |
|| amSnowball || Mudball || 51 || |
|
60 |
|| amTardis || Time Box || 52 || |
|
61 |
|| amLandGun || Land Spray || 53 || |
|
62 |
|| amIceGun || Freezer || 54 || |
|
63 |
|| amKnife || Cleaver || 55 || |
|
64 |
|| amRubber || Rubber || 56 || |
|
65 |
|| amAirMine || Air Mine || 57 || |
|
66 |
|| amCreeper || Creeper (unfinished weapon) || 58 || |
|
67 |
|| amMinigun || Minigun || 59 || |