home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume12 / mdg / part05 / setup.h < prev    next >
Text File  |  1991-03-04  |  1KB  |  77 lines

  1. /*
  2.     MDG Multiuser Dungeon Game -- setup include file
  3.     
  4.     MDG is Copyright 1990 John C. Gonnerman
  5.     This file is subject to the general MDG 
  6.     copyright statement (see enclosed file, Copyright).
  7.  
  8.     SCCSID @(#) setup.h (1.6) created 1/12/91
  9. */
  10.  
  11.  
  12. #define DATE_OFFSET    (20L * 365L * 24L * 3600L)
  13.  
  14. #define NICEVAL        0
  15.  
  16. #define CHECKP_LEVEL    3000
  17. #define MAX_MARMOR    6
  18.  
  19. #define MAX_RANGED    9
  20. #define R_SPEED        2
  21.  
  22. /* minimum to be considered "functional" */
  23.  
  24. #define MIN_HPS        10
  25.  
  26. #define MAX_HPS        60
  27. #define MAX_MPS        25
  28.  
  29. #define HP_CUTOFF    56
  30. #define MP_CUTOFF    23
  31.  
  32. #define DANGER_CUT    10
  33.  
  34. #define CRYSTAL_ODDS    4
  35.  
  36. #define HEAL_DIV    15
  37. #define CHARGE_INC    1
  38.  
  39. #define TICKSPERPACE    8
  40.  
  41. #define P_ATTACKS    1
  42. #define M_ATTACKS    1
  43.  
  44. #define TIME_TO_HEAL    15
  45.  
  46. #define RESURRECTION    75
  47. #define MAX_MONSTERS    6
  48.  
  49. #define MINUTE        60
  50.  
  51. #define GAMEDAY        60
  52. #define G_MORNING    18
  53. #define G_AFTERNOON    36
  54. #define G_EVENING    43
  55.  
  56. #define DECAY_MAP    (2 * 24 * 60)
  57. #define DECAY_PLAYER    (9 * 24 * 60)
  58. #define DECAY_TRADER    (4 * 24 * 60)
  59. #define DECAY_OBSCURE    (7 * 24 * 60)
  60. #define DECAY_CRYSTAL    (5)
  61.  
  62. #define TELE_TRYS    3
  63.  
  64. #define KNIGHT_DUR    150
  65.  
  66. #define USER_DUR    30
  67.  
  68. #define DETECT_DUR    20
  69. #define DETECT_L2    40
  70. #define DETECT_L3    55
  71.  
  72. #define MAPROWS        13
  73. #define MAPCOLS        38
  74.  
  75.  
  76. /* end of file */
  77.