home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / RDOOM165.ZIP / PAD.W < prev    next >
Text File  |  1994-02-16  |  1KB  |  64 lines

  1. ;
  2. ; Pistols at Dawm
  3. ;
  4. ; A good old fashioned misty hilltop type duel. No monsters - just you
  5. ;   and your opponent(s).
  6. ;
  7. ;
  8.  
  9. ;
  10. ; Monsters
  11. ;
  12. HUMAN       0.0   ; Former Human
  13. SERGEANT    0.0   ; Former Human Sergeant
  14. IMP         0.0
  15. DEMON       0.0
  16. SPECTRE     0.0
  17. BARON       0.0   ; Baron of Hell
  18. CACODEMN    0.0
  19. SPIDER      0.0
  20. CYBORG      0.0
  21. FLYSKULL    0.0
  22.  
  23. ;
  24. ; Weapons
  25. ;
  26. LAUNCHER    0.0   ; Rocket launcher
  27. CHAINGUN    0.0
  28. SHOTGUN     0.0
  29. CHAINSAW    0.0
  30. PLASMA      0.0
  31. BFG9000     0.0
  32.  
  33. ;
  34. ; Ammo
  35. ;
  36. CLIP        1.0
  37. BULLETS     0.3   ; Box of bullets
  38. SHELLS      0.0   ; Shotgun shell 4-pack
  39. SHELLBOX    0.0   ; Big box of shoygun shells
  40. ROCKET      0.0   ; Single rocket
  41. ROCKETS     0.0   ; Box of rockets
  42. CELLPACK    0.0
  43. ENERCELL    0.0
  44.  
  45. ;
  46. ; Goodies
  47. ;
  48. HELMET      0.0   ; Armor bonus helmet
  49. GARMOR      0.0   ; Green 100% armor
  50. BARMOR      0.0   ; Blue 200% armor
  51. POTION      0.0   ; Blue health bonus potion
  52. STIMPAK     0.0
  53. MEDIKIT     0.0
  54. BLUEBALL    0.0   ; Blue mega-health bonus sphere
  55. TELEPORT    0.1   ; Teleport (DEATHMATCH) spot
  56. BACKPACK    0.0
  57. INVISO      0.0   ; Partial invisibility sphere
  58. INVULN      0.0   ; Invulnerability globe
  59. BERSERK     0.0   ; Berserker box
  60. RADSUIT     0.0   ; Radiation suit
  61. LAVISOR     0.3   ; Light amplifying visor
  62. MAP         0.1   ; Computer map
  63. BARREL      0.5
  64.