home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / utils / rdoom16 / kill.w < prev    next >
Text File  |  1994-02-20  |  2KB  |  56 lines

  1. ;
  2. ; THE GREAT DOOM KILLING SPREE
  3. ;
  4. ; By Eugen Woiwod
  5. ; Email: Eugen_Woiwod@Mindlink.Bc.Ca
  6. ;
  7. ; This is for all you DOOM players that just LOVE KILLING anything that 
  8. ; moves! You'll get everything from Humans up to Flying Skulls!
  9. ; I doubt if you could finish the levels with some many enemies, specially
  10. ; barons of hell, so putting on GOD mode would help and then the KILLING
  11. ; Starts MUHAHAHAH
  12. ; Monsters
  13. ;
  14. HUMAN        2.0          ; Former Human
  15. SERGEANT     2.0          ; Former Human Sergeant
  16. IMP          2.0         
  17. DEMON        2.0          
  18. SPECTRE      2.0          
  19. BARON        2.0          ; Baron of Hell
  20.  
  21. ;
  22. ; Weapons
  23. ;
  24. LAUNCHER     1.3          ; Rocket launcher
  25. CHAINGUN     1.3
  26. SHOTGUN      1.3
  27. CHAINSAW     1.3
  28.  
  29. ;
  30. ; Ammo
  31. ;
  32. CLIP         1.4       
  33. BULLETS      1.4          ; Box of bullets
  34. SHELLS       1.4          ; Shotgun shell 4-pack
  35. SHELLBOX     1.4          ; Big box of shoygun shells
  36. ROCKET       1.4          ; Single rocket
  37. ROCKETS      1.4          ; Box of rockets
  38.  
  39. ;
  40. ; Goodies
  41. ;
  42. HELMET       0.6          ; Armor bonus helmet
  43. GARMOR       0.6          ; Green 100% armor
  44. BARMOR       0.3          ; Blue 200% armor
  45. POTION       0.8          ; Blue health bonus potion
  46. STIMPAK      0.9
  47. MEDIKIT      0.9
  48. BLUEBALL     0.1          ; Blue mega-health bonus sphere
  49. TELEPORT     0.1          ; Teleport (DEATHMATCH) spot
  50. BACKPACK     0.1
  51. INVISO       0.1          ; Partial invisibility sphere
  52. RADSUIT      0.1          ; Radiation suit
  53. LAVISOR      0.4          ; Light amplifying visor
  54. MAP          0.1          ; Computer map
  55. BARREL       1.0
  56.