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

  1. ;
  2. ; S A R G E . W
  3. ;
  4. ; Description: A sample weight coefficient file for RanDOOM.
  5. ;
  6. ; Format is:
  7. ;     <OBJECT_NAME> <WEIGHT>
  8. ;
  9. ;     where <OBJECT_NAME> is the name of one of the DOOM objects and
  10. ;     <WEIGHT> is a floating point weighting factor, 0.0 <= w <= 1.0
  11. ;     The higher the weighting factor, the higher the probabilty that
  12. ;     the given item will be added in any particular spot.
  13. ;
  14. ;     example: BARON 0.3
  15. ;
  16. ;
  17.  
  18. ;
  19. ; Monsters
  20. ;
  21. HUMAN       1.0       ; Former Human
  22. SERGEANT    1.0       ; Former Human Sergeant
  23. IMP         0.0
  24. DEMON       0.0
  25. SPECTRE     0.0
  26. BARON       0.0       ; Baron of Hell
  27. CACODEMN    0.0
  28. SPIDER      0.0
  29. CYBORG      0.0
  30. FLYSKULL    0.0
  31.  
  32. ;
  33. ; Weapons
  34. ;
  35. LAUNCHER    0.0       ; Rocket launcher
  36. CHAINGUN    0.0
  37. SHOTGUN     0.0
  38. CHAINSAW    0.0
  39. PLASMA      1.0
  40. BFG9000     0.0
  41.  
  42. ;
  43. ; Ammo
  44. ;
  45. CLIP        0.0
  46. BULLETS     0.0       ; Box of bullets
  47. SHELLS      0.0       ; Shotgun shell 4-pack
  48. SHELLBOX    0.0       ; Big box of shoygun shells
  49. ROCKET      0.0       ; Single rocket
  50. ROCKETS     0.0       ; Box of rockets
  51. CELLPACK    1.0
  52. ENERCELL    2.0
  53.  
  54. ;
  55. ; Goodies
  56. ;
  57. HELMET      0.0       ; Armor bonus helmet
  58. GARMOR      0.0       ; Green 100% armor
  59. BARMOR      0.0       ; Blue 200% armor
  60. POTION      0.5       ; Blue health bonus potion
  61. STIMPAK     0.1
  62. MEDIKIT     0.1
  63. BLUEBALL    0.0       ; Blue mega-health bonus sphere
  64. TELEPORT    0.0       ; Teleport (DEATHMATCH) spot
  65. BACKPACK    0.0
  66. INVISO      0.0       ; Partial invisibility sphere
  67. INVULN      0.0       ; Invulnerability globe
  68. BERSERK     0.0       ; Berserker box
  69. RADSUIT     0.0       ; Radiation suit
  70. LAVISOR     0.0       ; Light amplifying visor
  71. MAP         0.0       ; Computer map
  72. BARREL      0.1
  73.