home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / LOD400E.ZIP / STANDARD.ZIP / ISREAL.TXT < prev    next >
Text File  |  1994-01-06  |  2KB  |  54 lines

  1. ;This is where I have decided to place the "isreal" monsters. It is a standard
  2. ;monster file, just lik monster.txt. To enable it, you should have the line
  3. ;"MONSTER ISREAL.TXT" specified in dataset.txt (you can have as many monster
  4. ;text files as you wish)
  5. ;
  6. ;What are isreal? Isreal's are monsters that are tied to a record in the
  7. ;user file ("ISREAL x" specifies that this monster is the real player in
  8. ;record x).
  9. ;
  10. ;Since they function very similar to a normal player, an ISReal has the
  11. ;following properties:
  12. ;
  13. ;  - Can be camped (specify the two parameters "CAMPED" and "NORANDOM")
  14. ;
  15. ;  - Can only be killed once.
  16. ;
  17. ;  - Experience increases when the isreal kills players.
  18. ;
  19. ;  - ISReal may gain money by accepting player surrenders.
  20.  
  21.  
  22. NAME DeathStalker
  23.  
  24. DESC A solitary figure approaches from the wastelands. He makes no effort to
  25. DESC conceal himself and is obviously looking for a fight... "I am DeathStalker!
  26. DESC I roam the wastelands seeking the thrill of the kill! You will be very
  27. DESC entertaining."
  28.  
  29. HITPTS 155
  30. STR 100
  31. DEX 100
  32. AGL 100
  33. EXP 45000
  34. MONEY 250000
  35.  
  36. MINDIST 150
  37. MAXDIST 180
  38.  
  39. ISREAL 254
  40.  
  41. WEAPON1 A-Mk.II
  42. WEAPON2 SLM-9000 PulseRay
  43. ARMOR Phase Armor
  44. INV EnviroBlur
  45. INV10 Medkit/50
  46.  
  47. TYPE 4
  48. COMBATPIC MEGAMERC
  49.  
  50. KILLHIM As Deathstalker notices his life begin to fade, he reaches for a device
  51. KILLHIM on his belt, but it is there. "Damn... never a warper around when you
  52. KILLHIM need one..." His lifeless carcass collapses to the ground.
  53.  
  54.