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

  1. ;
  2. ; R A N D O O M . 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       0.9       ; Former Human
  22. SERGEANT    0.8       ; Former Human Sergeant
  23. IMP         0.7
  24. DEMON       0.6
  25. SPECTRE     0.5
  26. BARON       4.1       ; Baron of Hell
  27. CACODEMN    5.0
  28. SPIDER      3.0       ; Spider demon
  29. CYBORG      2.0       ; Cyber-demon lord
  30. FLYSKULL    0.4
  31.  
  32. ;
  33. ; Weapons
  34. ;
  35. LAUNCHER    0.1       ; Rocket launcher
  36. CHAINGUN    0.3
  37. SHOTGUN     0.5
  38. CHAINSAW    0.2
  39. PLASMA      0.1
  40. BFG9000     0.05
  41.  
  42. ;
  43. ; Ammo
  44. ;
  45. CLIP        0.7
  46. BULLETS     0.5       ; Box of bullets
  47. SHELLS      0.7       ; Shotgun shell 4-pack
  48. SHELLBOX    0.5       ; Big box of shoygun shells
  49. ROCKET      0.3       ; Single rocket
  50. ROCKETS     0.1       ; Box of rockets
  51. CELLPACK    0.1
  52. ENERCELL    0.2
  53.  
  54. ;
  55. ; Goodies
  56. ;
  57. HELMET      0.8       ; Armor bonus helmet
  58. GARMOR      0.15       ; Green 100% armor
  59. BARMOR      0.1       ; Blue 200% armor
  60. POTION      0.8       ; Blue health bonus potion
  61. STIMPAK     0.7
  62. MEDIKIT     0.7
  63. BLUEBALL    0.1       ; Blue mega-health bonus sphere
  64. BACKPACK    0.1
  65. INVISO      0.1       ; Partial invisibility sphere
  66. INVULN      0.1       ; Invulnerability globe
  67. BERSERK     0.1       ; Berserker box
  68. RADSUIT     0.1       ; Radiation suit
  69. LAVISOR     0.2       ; Light amplifying visor
  70. MAP         0.1       ; Computer map
  71.  
  72. ;
  73. ; Other Stuff
  74. ;
  75. TELEPORT    0.1       ; Teleport (DEATHMATCH) spot
  76. BARREL      0.5
  77.