QTfrontend/weapons.h
author Wuzzy <Wuzzy2@mail.ru>
Fri, 14 Dec 2018 00:47:23 +0100
changeset 14440 d4bd2b455247
parent 13851 f01798038c2e
child 15639 afeffdb4a712
permissions -rw-r--r--
Append -dev to version string if built in non-release mode
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     1
/*
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     2
 * Hedgewars, a free turn based strategy game
8610
6d6b5b529890 correct copyright header on files i added
koda
parents: 8608
diff changeset
     3
 * Copyright (c) 2013 Vittorio Giovara <vittorio.giovara@gmail.com>
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     4
 *
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     8
 *
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    12
 * GNU General Public License for more details.
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    13
 *
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    14
 * You should have received a copy of the GNU General Public License
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    15
 * along with this program; if not, write to the Free Software
10108
c68cf030eded update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
sheepluva
parents: 10089
diff changeset
    16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    17
 */
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    18
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    19
#define AMMOLINE_EMPTY_QT       "00000090000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    20
#define AMMOLINE_EMPTY_PROB     "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    21
#define AMMOLINE_EMPTY_DELAY    "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    22
#define AMMOLINE_EMPTY_CRATE    "13111103121111111231141111111111111112111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    23
11511
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    24
/*
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    25
 AmmoType lookup table (use monospace font / cursor movements)
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    26
11511
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    27
 amGrenade-----------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    28
 amClusterBomb--------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    29
 amBazooka-------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    30
 amBee------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    31
 amShotgun---------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    32
 amPickHammer-------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    33
 amSkip--------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    34
 amRope---------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    35
 amMine----------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    36
 amDEagle---------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    37
 amDynamite--------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    38
 amFirePunch--------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    39
 amWhip--------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    40
 amBaseballBat--------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    41
 amParachute-----------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    42
 amAirAttack------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    43
 amMineStrike------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    44
 amBlowTorch--------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    45
 amGirder------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    46
 amTeleport-----------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    47
 amSwitch--------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    48
 amMortar---------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    49
 amKamikaze--------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    50
 amCake-------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    51
 amSeduction---------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    52
 amWatermelon---------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    53
 amHellishBomb---------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    54
 amNapalm---------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    55
 amDrill-----------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    56
 amBallgun----------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    57
 amRCPlane-----------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    58
 amLowGravity---------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    59
 amExtraDamage---------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    60
 amInvulnerable---------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    61
 amExtraTime-------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    62
 amLaserSight-------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    63
 amVampiric----------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    64
 amSniperRifle--------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    65
 amJetpack-------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    66
 amMolotov--------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    67
 amBirdy-----------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    68
 amPortalGun--------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    69
 amPiano-------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    70
 amGasBomb------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    71
 amSineGun-------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    72
 amFlamethrower---------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    73
 amSMine-----------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    74
 amHammer-----------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    75
 amResurrector-------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    76
 amDrillStrike--------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    77
 amSnowball------------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    78
 amTardis---------------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    79
 amLandGun---------------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    80
 amIceGun-----------------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    81
 amKnife-------------------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    82
 amRubber-------------------------------------------------------------------------------|
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    83
 amAirMine-------------------------------------------------------------------------------|
13851
f01798038c2e Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
Wuzzy <Wuzzy2@mail.ru>
parents: 13849
diff changeset
    84
 amCreeper--------------------------------------------------------------------------------|
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    85
 amMinigun---------------------------------------------------------------------------------|
11511
2d26ad94a731 documentation tweak
sheepluva
parents: 10789
diff changeset
    86
*/
13173
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
    87
#define AMMOLINE_DEFAULT_QT     "93919294221991210322351110012000000002111001010111110001000"
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
    88
#define AMMOLINE_DEFAULT_PROB   "04050405416006555465544647765766666661555101011154111111107"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    89
#define AMMOLINE_DEFAULT_DELAY  "00000000000002055000000400070040000000002200000006000200000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    90
#define AMMOLINE_DEFAULT_CRATE  "13111103121111111231141111111111111112111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    91
13849
297cf5c19172 Remove usage of creeper from all schemes and styles
Wuzzy <Wuzzy2@mail.ru>
parents: 13738
diff changeset
    92
#define AMMOLINE_CRAZY_QT       "99999999999999999929999999999999992999999999999999929991909"
297cf5c19172 Remove usage of creeper from all schemes and styles
Wuzzy <Wuzzy2@mail.ru>
parents: 13738
diff changeset
    93
#define AMMOLINE_CRAZY_PROB     "11111101111111111111111111111111111111111111111111111111101"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    94
#define AMMOLINE_CRAZY_DELAY    "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    95
#define AMMOLINE_CRAZY_CRATE    "13111103121111111231141111111111111112111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
    96
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    97
#define AMMOLINE_PROMODE_QT     "90900090000000000000090000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    98
#define AMMOLINE_PROMODE_PROB   "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
    99
#define AMMOLINE_PROMODE_DELAY  "00000000000002055000000400070040000000002000000000000200000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   100
#define AMMOLINE_PROMODE_CRATE  "11111101111111111111111111111111111111111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
   101
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   102
#define AMMOLINE_SHOPPA_QT      "00000099000000000000000000000000000000000000000000000000000"
13173
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
   103
#define AMMOLINE_SHOPPA_PROB    "44444100442444022101121212224220000000020004000100110010101"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   104
#define AMMOLINE_SHOPPA_DELAY   "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   105
#define AMMOLINE_SHOPPA_CRATE   "11111101111111111111111111111111111111111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
   106
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   107
#define AMMOLINE_CLEAN_QT       "10100090000100000110000000000000000000000000000010000000000"
13173
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
   108
#define AMMOLINE_CLEAN_PROB     "04050405416006555465544647765766666661555101011154111211104"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   109
#define AMMOLINE_CLEAN_DELAY    "00000000000000000000000000000000000000000000000000000200000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   110
#define AMMOLINE_CLEAN_CRATE    "13111103121111111231141111111111111112111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
   111
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   112
#define AMMOLINE_MINES_QT       "00000099000900000003000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   113
#define AMMOLINE_MINES_PROB     "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   114
#define AMMOLINE_MINES_DELAY    "00000000000002055000000400070040000000002000000006000200000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   115
#define AMMOLINE_MINES_CRATE    "11111101111111111111111111111111111111111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
   116
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   117
#define AMMOLINE_PORTALS_QT     "90000090020000000021000000000000001100000900000000000000000"
13173
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
   118
#define AMMOLINE_PORTALS_PROB   "04050405416006555465544647765766666661555101011154111211102"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   119
#define AMMOLINE_PORTALS_DELAY  "00000000000002055000000400070040000000002000000006000200000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   120
#define AMMOLINE_PORTALS_CRATE  "13111103121111111231141111111111111112111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
   121
13849
297cf5c19172 Remove usage of creeper from all schemes and styles
Wuzzy <Wuzzy2@mail.ru>
parents: 13738
diff changeset
   122
#define AMMOLINE_ONEEVERY_QT    "11111191111111111111111111111111111111111111111111111111101"
297cf5c19172 Remove usage of creeper from all schemes and styles
Wuzzy <Wuzzy2@mail.ru>
parents: 13738
diff changeset
   123
#define AMMOLINE_ONEEVERY_PROB  "11111101111111111111111111111111111111111111111111111111101"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   124
#define AMMOLINE_ONEEVERY_DELAY "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   125
#define AMMOLINE_ONEEVERY_CRATE "11111101111111111111111111111111111111111111111111111111111"
8608
50cc0131b109 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda
parents:
diff changeset
   126
13716
6d57f5f61c09 BRW now allows weapon scheme customization
Wuzzy <Wuzzy2@mail.ru>
parents: 13173
diff changeset
   127
#define AMMOLINE_BRW_QT         "33323392332332322323233131122113000003232203022022200020301"
6d57f5f61c09 BRW now allows weapon scheme customization
Wuzzy <Wuzzy2@mail.ru>
parents: 13173
diff changeset
   128
#define AMMOLINE_BRW_PROB       "00000000000000000000000000000000111110000000000000000000000"
6d57f5f61c09 BRW now allows weapon scheme customization
Wuzzy <Wuzzy2@mail.ru>
parents: 13173
diff changeset
   129
#define AMMOLINE_BRW_DELAY      "00000000000000000000000000000000000000000000000000000000000"
6d57f5f61c09 BRW now allows weapon scheme customization
Wuzzy <Wuzzy2@mail.ru>
parents: 13173
diff changeset
   130
#define AMMOLINE_BRW_CRATE      "11111101111111111111111111111111111111111111111111111111111"
6d57f5f61c09 BRW now allows weapon scheme customization
Wuzzy <Wuzzy2@mail.ru>
parents: 13173
diff changeset
   131
13173
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
   132
#define AMMOLINE_HIGHLANDER_QT    "11111191111111111111019111111111100101111101111001001011101"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   133
#define AMMOLINE_HIGHLANDER_PROB  "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   134
#define AMMOLINE_HIGHLANDER_DELAY "00000000000000000000000000000000000000000000000000000000000"
13738
94bf5f976e3e Highlander: Remove odd infinite girder ammo in crates
Wuzzy <Wuzzy2@mail.ru>
parents: 13716
diff changeset
   135
#define AMMOLINE_HIGHLANDER_CRATE "00000000000000000000000000000000000000000000000000000000000"
10549
6b08a29cadea Add scheme and weaponset for Construction Mode.
mikade <redgrinner@gmail.com>
parents: 10108
diff changeset
   136
12955
4fbe2d18df9c Construction Mode: Now amSwitch amount can be changed in weapon scheme
Wuzzy <Wuzzy2@mail.ru>
parents: 12898
diff changeset
   137
#define AMMOLINE_CONSTRUCTION_QT    "11000190000000100100900000000000000000000000000000000000000"
13173
4d1cf0d76eb7 Remove rubber duck from BRW, RW and most weapon schemes for now
Wuzzy <Wuzzy2@mail.ru>
parents: 13149
diff changeset
   138
#define AMMOLINE_CONSTRUCTION_PROB  "11111101111111100100011111101111111111111101111100101110101"
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   139
#define AMMOLINE_CONSTRUCTION_DELAY "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   140
#define AMMOLINE_CONSTRUCTION_CRATE "11111101111111111111111111111111111111111111111111111111111"
10599
918d6da025a6 weapon set: Shoppa Pro
sheepluva
parents: 10549
diff changeset
   141
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   142
#define AMMOLINE_SHOPPAPRO_QT      "00000099000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   143
#define AMMOLINE_SHOPPAPRO_PROB    "44444000440444000000000000004000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   144
#define AMMOLINE_SHOPPAPRO_DELAY   "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   145
#define AMMOLINE_SHOPPAPRO_CRATE   "11111101111111111111111111111111111111111111111111111211111"
10549
6b08a29cadea Add scheme and weaponset for Construction Mode.
mikade <redgrinner@gmail.com>
parents: 10108
diff changeset
   146
12898
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   147
#define AMMOLINE_HEDGEEDITOR_QT    "00000090000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   148
#define AMMOLINE_HEDGEEDITOR_PROB  "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   149
#define AMMOLINE_HEDGEEDITOR_DELAY "00000000000000000000000000000000000000000000000000000000000"
8a40ce061d94 Machinegun. also tweaked ignore
alfadur
parents: 12707
diff changeset
   150
#define AMMOLINE_HEDGEEDITOR_CRATE "11111101111111111111111111111111111111111111111111111111111"