;                                      
; Random World File created by populate
;                                      
; Populate was written By Dusty Bedford 1994
;                                      
;Enemies                    Weight    When                            MAX#OF 
TROOPER                      43.37                                      ;6 ;This item is inocuous 
SERGEANT                     50.60                                       7 
TROOPER                     108.42         DEAF/AMBUSH                  ;15 ;This item is inocuous 
SERGEANT                     93.97         DEAF/AMBUSH                   13 
SERGEANT                    101.20         DEAF/AMBUSHMEDIUM_AND_HARD    14 
SERGEANT                     65.05         DEAF/AMBUSHHARD_ONLY          9 
DEMON                        16.62         MEDIUM_AND_HARD               1 
SERGEANT                     28.91         MEDIUM_AND_HARD               4 
IMP                          36.14         DEAF/AMBUSH                   5 
IMP                          28.91         DEAF/AMBUSHMEDIUM_AND_HARD    4 
IMP                          50.60         DEAF/AMBUSHHARD_ONLY          7 
MEDIKIT                       7.71         DEAF/AMBUSH                   5 
TROOPER                       7.23         MEDIUM_AND_HARD              ;1 ;This item is inocuous
DEMON                        16.62         DEAF/AMBUSHHARD_ONLY          1 
SERGEANT                     21.68         HARD_ONLY                     3 
BARREL                       78.09         DEAF/AMBUSH                   18 
STIMPAK                       8.48                                       11 
LAUNCHER                      1.54         MULTIPLAYER                   1 
CHAINGUN                      2.31         MULTIPLAYER                   1 
SHOTGUN                       1.54         MULTIPLAYER                   1 
SHELLBOX                      0.77         MULTIPLAYER                   1 
BLUEBALL                      1.16         MULTIPLAYER                   1L 
BARMOR                        2.31                                       1L 
PLASMA                        1.54         MULTIPLAYER                   1 
ROCKETS                       2.31         MULTIPLAYER                   1 
ENERCELL                      1.16         MULTIPLAYER                   1 
ROCKET                        1.54         MULTIPLAYER                   4 
SUPERSHOTGUN                  1.54                                       1 
SERGEANT                      7.23         DEAF/AMBUSHEASY_ONLY          1 
SHELLS                        0.77                                       1 
POTION                       10.02         DEAF/AMBUSH                  ;13 ;This item is inocuous 
HELMET                        5.39         DEAF/AMBUSH                  ;7 ;This item is inocuous 
;                                            
; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD  
;                                            
; At run-time this value is used to adjust the
; Max#of variable based on the population of
; the level being modified.  Using the strict 
; standard requires that one or more of the   
; items in the list above not have a specified
; maximum number of objects.                  
;                                              
PER    160   ;Strict standard for exact placement 
;PER    135   ;Lowered Standard for easy placement
;                                            
; Deleting any of the PRESERVE lines will mean that
; the objects will not be taken from the original  
; level.  You will have to supply your own above. 
;                                            
PRESERVE    PILLARS                          
PRESERVE    LAMPS                            
;                                            
; THRESHOLD determines what a MEGA-GOODIE is.  
; MEGA-GOODIES are used to make the level fair 
; if the generator places a lot of enemies in  
; the level.                                   
;                                              
THRESHOLD    75                                  
;                                              
; I.Q. Determines how intelligently the program  
; places objects in the effort to defeat you.   
; 250 is the default if it is not specified here. 
;                                              
I.Q.    250                                 
;                                              
; EVEN sets the point at which the program must begin 
; placing MEGA-GOODIES into the level, on the   
; basis of the hardest difficulty rating.          
; The MEGA-GOODIES give you a fighting chance,  
; setting the value lower or <500 will increase the number
; of MEGA-GOODIES available to you in a the level. 
EVEN    500                                 
;                                              
; If SPREAD is not set to a low value then
; a given sector may accumulate too many objects 
; this often makes the level impossible to finish
; or just ugly-looking.  Setting the value too low
; could make it difficult to place objects within
; a given wad file.
;                  
SPREAD    15                                  
;                                              
