dystopia/doc/
dystopia/notes/
/***************************************************************************
 *  Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer,        *
 *  Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe.   *
 *                                                                         *
 *  Merc Diku Mud improvments copyright (C) 1992, 1993 by Michael          *
 *  Chastain, Michael Quan, and Mitchell Tse.                              *
 *                                                                         *
 *  In order to use any part of this Merc Diku Mud, you must comply with   *
 *  both the original Diku license in 'license.doc' as well the Merc       *
 *  license in 'license.txt'.  In particular, you may not remove either of *
 *  these copyright notices.                                               *
 *                                                                         *
 *  Dystopia Mud improvements copyright (C) 2000, 2001 by Brian Graversen  *
 *                                                                         *
 *  Much time and thought has gone into this software and you are          *
 *  benefitting.  We hope that you share your changes too.  What goes      *
 *  around, comes around.                                                  *
 ***************************************************************************/

/* 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