home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / hack / 7873 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.0 KB

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!nott!dgbt!netfs!ub!acsu.buffalo.edu!bandu
  2. From: bandu@acsu.buffalo.edu (Jagath Samarabandu)
  3. Newsgroups: rec.games.hack
  4. Subject: Nethack++ spoilers about monsters are here!! But need help.
  5. Message-ID: <Bzn0q5.C9A@acsu.buffalo.edu>
  6. Date: 22 Dec 92 01:42:04 GMT
  7. Sender: nntp@acsu.buffalo.edu
  8. Organization: SUNY/Buffalo Electrical Eng.
  9. Lines: 42
  10. Nntp-Posting-Host: autarch.acsu.buffalo.edu
  11.  
  12. Hello all,
  13.  
  14. I managed to create a spoiler file for all the monsters giving names, damage
  15. stats, level and a host of other info. This file is about 128K and needs some
  16. beautifing to make it fun to read. The format is as follows:
  17.  
  18. Line #
  19. 1    Name,
  20. 2    level:#, speed #, AC #, Magic res. [0|1], Alignment #,
  21. 3    A:xxx, D:,yyy, mdn, .. (1-5 fields with xxx:attack type, yyy:damage
  22.       type and m,n:hit dice. eg 2d6 is 2 dice with 6 sides each)
  23. 4-6    Description of size, resistance to various attack forms physical form
  24.       etc. 
  25.         
  26. If some one could put it in a publicly accessible place that would help those
  27. spoiler seekers. I don't really want to post the whole thing since its ugly 
  28. and big (and to avoid burning to a crisp by all those flames). Also some help
  29. in better explanations of fields and better formatting would be nice. 
  30.  
  31. Bandu
  32.  
  33. PS: these were taken from the source files monst.c, monst.h etc and should be
  34. accurate. 
  35.  
  36. A sample with two monsters (giant ant and soldier ant) is included below as
  37. bait ;-)
  38.  
  39. Spoiler on board..
  40.  
  41.  
  42. giant ant,
  43. level: 2, speed 18, AC 3, Magic res. 0, Alignment 0, ,
  44. A:bite D:physical 1d4 ,     ,
  45.  makes no sound , tiny size, has animal body  , no hands to handle things ,
  46. always starts hostile  , eats corpses  , lays eggs ,  ,
  47.  
  48. soldier ant,
  49. level: 3, speed 18, AC 3, Magic res. 0, Alignment 0, ,
  50. A:bite D:physical 2d4 ,  A:sting D:drain strength poison 3d4 ,
  51.  makes no sound , tiny size,
  52. has animal body  , no hands to handle things  , poisonous to eat  , resists poison ,
  53. always starts hostile  , eats corpses  , lays eggs ,  ,
  54.