home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume12
/
mdg
/
part05
/
setup.h
< prev
next >
Wrap
Text File
|
1991-03-04
|
1KB
|
77 lines
/*
MDG Multiuser Dungeon Game -- setup include file
MDG is Copyright 1990 John C. Gonnerman
This file is subject to the general MDG
copyright statement (see enclosed file, Copyright).
SCCSID @(#) setup.h (1.6) created 1/12/91
*/
#define DATE_OFFSET (20L * 365L * 24L * 3600L)
#define NICEVAL 0
#define CHECKP_LEVEL 3000
#define MAX_MARMOR 6
#define MAX_RANGED 9
#define R_SPEED 2
/* minimum to be considered "functional" */
#define MIN_HPS 10
#define MAX_HPS 60
#define MAX_MPS 25
#define HP_CUTOFF 56
#define MP_CUTOFF 23
#define DANGER_CUT 10
#define CRYSTAL_ODDS 4
#define HEAL_DIV 15
#define CHARGE_INC 1
#define TICKSPERPACE 8
#define P_ATTACKS 1
#define M_ATTACKS 1
#define TIME_TO_HEAL 15
#define RESURRECTION 75
#define MAX_MONSTERS 6
#define MINUTE 60
#define GAMEDAY 60
#define G_MORNING 18
#define G_AFTERNOON 36
#define G_EVENING 43
#define DECAY_MAP (2 * 24 * 60)
#define DECAY_PLAYER (9 * 24 * 60)
#define DECAY_TRADER (4 * 24 * 60)
#define DECAY_OBSCURE (7 * 24 * 60)
#define DECAY_CRYSTAL (5)
#define TELE_TRYS 3
#define KNIGHT_DUR 150
#define USER_DUR 30
#define DETECT_DUR 20
#define DETECT_L2 40
#define DETECT_L3 55
#define MAPROWS 13
#define MAPCOLS 38
/* end of file */