cotn/notes/
cotn/src/
/***************************************************************************
 *  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.                                                  *
 ***************************************************************************/
 /***************************************************************************
 *                                 _/                            _/        *
 *      _/_/_/  _/_/      _/_/_/  _/    _/_/    _/    _/    _/_/_/         *
 *     _/    _/    _/  _/        _/  _/    _/  _/    _/  _/    _/          *
 *    _/    _/    _/  _/        _/  _/    _/  _/    _/  _/    _/           *
 *   _/    _/    _/    _/_/_/  _/    _/_/      _/_/_/    _/_/_/            *
 ***************************************************************************
 * Mindcloud Copyright 2001-2003 by Jeff Boschee (Zarius),                 *
 * Additional credits are in the help file CODECREDITS                     *
 * All Rights Reserved.                                                    *
 ***************************************************************************/

/* Tanar'ri */

#define TANARRI_FODDER   1
#define TANARRI_FIGHTER  2
#define TANARRI_ELITE    3
#define TANARRI_CAPTAIN  4
#define TANARRI_WARLORD  5
#define TANARRI_BALOR    6

#define TANARRI_POWER           1
#define TANARRI_POWER_COUNTER   2
#define TANARRI_FURY_ON             3

#define TPOINTS          8

#define TANARRI_WEB             1
#define TANARRI_CLAWS           2
#define TANARRI_TRUESIGHT       4
#define TANARRI_EARTHQUAKE      8
#define TANARRI_EXOSKELETON     16
#define TANARRI_FANGS           32
#define TANARRI_TORNADO         64
#define TANARRI_SPEED           128
#define TANARRI_MIGHT           256
#define TANARRI_CHAOSGATE       512
#define TANARRI_FIERY           1024
#define TANARRI_FURY            2048
#define TANARRI_HEAD            4096
#define TANARRI_BOOMING         8192
#define TANARRI_ENRAGE          16384
#define TANARRI_FLAMES          32768
#define TANARRI_TENDRILS        65536
#define TANARRI_LAVA            131072
#define TANARRI_EMNITY          262144