mc25b/
/***************************************************************************
 *                                 _/                            _/        *
 *      _/_/_/  _/_/      _/_/_/  _/    _/_/    _/    _/    _/_/_/         *
 *     _/    _/    _/  _/        _/  _/    _/  _/    _/  _/    _/          *
 *    _/    _/    _/  _/        _/  _/    _/  _/    _/  _/    _/           *
 *   _/    _/    _/    _/_/_/  _/    _/_/      _/_/_/    _/_/_/            *
 ***************************************************************************
 * Mindcloud Copyright 2001-2003 by Jeff Boschee (Zarius),                 *
 * Additional credits are in the help file CODECREDITS                     *
 * All Rights Reserved.                                                    *
 ***************************************************************************/
/* ASCII conversions -- used so we can have letters in this file */

#define A                       1
#define B                       2
#define C                       4
#define D                       8
#define E                       16
#define F                       32
#define G                       64
#define H                       128
#define I                       256
#define J                       512
#define K                       1024
#define L                       2048
#define M                       4096
#define N                       8192
#define O                       16384
#define P                       32768
#define Q                       65536
#define R                       131072
#define S                       262144
#define T                       524288
#define U                       1048576
#define V                       2097152
#define W                       4194304
#define X                       8388608
#define Y                       16777216
#define Z                       33554432
#define aa                      67108864        /* doubled due to conflicts */
#define bb                      134217728
#define cc                      268435456    
#define ddd                     536870912
#define ee                      1073741824
#define ff                      2147483648
#define gg                      4294967256

/* class defines */

#define CLASS_DEMON                 1 
#define CLASS_MAGE                  2
#define CLASS_WEREWOLF              4
#define CLASS_VAMPIRE               8
#define CLASS_SAMURAI              16
#define CLASS_DROW                 32
#define CLASS_MONK                 64
#define CLASS_NINJA               128
#define CLASS_LICH                256 
#define CLASS_SHAPESHIFTER        512
#define CLASS_TANARRI            1024
#define CLASS_ANGEL              2048
#define CLASS_UNDEAD_KNIGHT      4096
#define CLASS_CYBORG             8192
#define CLASS_DRACONIAN         16384
#define CLASS_SKYBLADE          32768
#define CLASS_GHOUL             65536
#define CLASS_THIEF            131072
#define CLASS_UNUSED           262144
#define CLASS_UNUSED2	       524288
#define CLASS_SHADOW          1048576
#define CLASS_PRIEST          2097152
#define CLASS_NONE            4194304
#define CLASS_JEDI            8388608
#define CLASS_GIANT          16777216
#define CLASS_FAE            33554432
#define CLASS_DRONE          67108864