mc25b/
/***************************************************************************
 *                                 _/                            _/        *
 *      _/_/_/  _/_/      _/_/_/  _/    _/_/    _/    _/    _/_/_/         *
 *     _/    _/    _/  _/        _/  _/    _/  _/    _/  _/    _/          *
 *    _/    _/    _/  _/        _/  _/    _/  _/    _/  _/    _/           *
 *   _/    _/    _/    _/_/_/  _/    _/_/      _/_/_/    _/_/_/            *
 ***************************************************************************
 * Mindcloud Copyright 2001-2003 by Jeff Boschee (Zarius),                 *
 * Additional credits are in the help file CODECREDITS                     *
 * All Rights Reserved.                                                    *
 ***************************************************************************/
/* drow bits */

#define DROW_POWER      8
#define DROW_TOTAL      9
#define DROW_MAGIC      11

/* Drow Powers */

#define DPOWER_DROWFIRE         1
#define DPOWER_DARKNESS         2
#define DPOWER_LIGHTS           4
#define DPOWER_DROWSIGHT        8
#define DPOWER_LEVITATION       16
#define DPOWER_DROWSHIELD       32
#define DPOWER_DROWPOISON       64
#define DPOWER_SHADOWWALK       128
#define DPOWER_GAROTTE          256
#define DPOWER_ARMS             512
#define DPOWER_DROWHATE         1024   
#define DPOWER_SPIDERFORM       2048   
#define DPOWER_WEB              4096   
#define DPOWER_DGAROTTE         8192   
#define DPOWER_CONFUSE          16384  
#define DPOWER_GLAMOUR          32768  
#define DPOWER_EARTHSHATTER     65536  
#define DPOWER_SPEED            131072 
#define DPOWER_TOUGHSKIN        262144 
#define DPOWER_DARKTENDRILS     524288 
#define DPOWER_FIGHTDANCE       1048576