QTfrontend/weapons.h
changeset 8608 50cc0131b109
child 8610 6d6b5b529890
equal deleted inserted replaced
8607:59a6df839710 8608:50cc0131b109
       
     1 /*
       
     2  * Hedgewars, a free turn based strategy game
       
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
       
     4  *
       
     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
       
     8  *
       
     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.
       
    13  *
       
    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
       
    17  */
       
    18 
       
    19 
       
    20 // TODO: keep on documenting all the weapons
       
    21 //skip---------------------------------|
       
    22 //structure------------------------------------------------------------------|
       
    23 
       
    24 #define AMMOLINE_DEFAULT_QT     "9391929422199121032235111001201000000211110101011111121"
       
    25 #define AMMOLINE_DEFAULT_PROB   "0405040541600655546554464776576666666155510101115411121"
       
    26 #define AMMOLINE_DEFAULT_DELAY  "0000000000000205500000040007004000000000220000000600020"
       
    27 #define AMMOLINE_DEFAULT_CRATE  "1311110312111111123114111111111111111211111101111111121"
       
    28 
       
    29 #define AMMOLINE_CRAZY_QT       "9999999999999999992999999999999999299999999909999992999"
       
    30 #define AMMOLINE_CRAZY_PROB     "1111110111111111111111111111111111111111111101111111111"
       
    31 #define AMMOLINE_CRAZY_DELAY    "0000000000000000000000000000000000000000000000000000020"
       
    32 #define AMMOLINE_CRAZY_CRATE    "1311110312111111123114111111111111111211110101111111121"
       
    33 
       
    34 #define AMMOLINE_PROMODE_QT     "9090009000000000000009000000000000000000000000000000000"
       
    35 #define AMMOLINE_PROMODE_PROB   "0000000000000000000000000000000000000000000000000000000"
       
    36 #define AMMOLINE_PROMODE_DELAY  "0000000000000205500000040007004000000000200000000000020"
       
    37 #define AMMOLINE_PROMODE_CRATE  "1111110111111111111111111111111111111111100101111111121"
       
    38 
       
    39 #define AMMOLINE_SHOPPA_QT      "0000009900000000000000000000000000000000000000000000000"
       
    40 #define AMMOLINE_SHOPPA_PROB    "4444410044244402210112121222422000000002000400010011001"
       
    41 #define AMMOLINE_SHOPPA_DELAY   "0000000000000000000000000000000000000000000000000000020"
       
    42 #define AMMOLINE_SHOPPA_CRATE   "1111110111111111111111111111111111111111101101111111121"
       
    43 
       
    44 #define AMMOLINE_CLEAN_QT       "1010009000010000011000000000000000000000000000001000000"
       
    45 #define AMMOLINE_CLEAN_PROB     "0405040541600655546554464776576666666155510101115411121"
       
    46 #define AMMOLINE_CLEAN_DELAY    "0000000000000000000000000000000000000000000000000000020"
       
    47 #define AMMOLINE_CLEAN_CRATE    "1311110312111111123114111111111111111211111101111111121"
       
    48 
       
    49 #define AMMOLINE_MINES_QT       "0000009900090000000300000000000000000000000000000000000"
       
    50 #define AMMOLINE_MINES_PROB     "0000000000000000000000000000000000000000000000000000000"
       
    51 #define AMMOLINE_MINES_DELAY    "0000000000000205500000040007004000000000200000000600020"
       
    52 #define AMMOLINE_MINES_CRATE    "1111110111111111111111111111111111111111111101111111121"
       
    53 
       
    54 #define AMMOLINE_PORTALS_QT     "9000009002000000002100000000000000110000090000000000000"
       
    55 #define AMMOLINE_PORTALS_PROB   "0405040541600655546554464776576666666155510101115411121"
       
    56 #define AMMOLINE_PORTALS_DELAY  "0000000000000205500000040007004000000000200000000600020"
       
    57 #define AMMOLINE_PORTALS_CRATE  "1311110312111111123114111111111111111211111101111111121"
       
    58 
       
    59 #define AMMOLINE_ONEEVERY_QT    "1111119111111111111111111111111111111111111111111111111"
       
    60 #define AMMOLINE_ONEEVERY_PROB  "1111110111111111111111111111111111111111111111111111111"
       
    61 #define AMMOLINE_ONEEVERY_DELAY "0000000000000205500000040007004000000000220000000600020"
       
    62 #define AMMOLINE_ONEEVERY_CRATE "1111110111111111111111111111111111111111111111111111111"
       
    63 
       
    64 //When adding new weapons also inster one element in cDefaultAmmos list (hwconsts.cpp.in)
       
    65 
       
    66