;                                      
; Random World File created by populate
;                                      
; Populate was written By Dusty Bedford 1994
;                                      
;Enemies                    Weight    When                            MAX#OF 
SERGEANT                     75.53         DEAF/AMBUSH                   9 
IMP                          25.18                                       3 
TROOPER                     120.86         MEDIUM_AND_HARD              ;16 ;This item is inocuous
TROOPER                      98.20         HARD_ONLY                    ;13 ;This item is inocuous
IMP                          25.18         MEDIUM_AND_HARD               3 
SERGEANT                     16.79         MEDIUM_AND_HARD               2 
SERGEANT                     50.36                                       6 
TROOPER                     135.97                                      ;18 ;This item is inocuous 
POTION                        1.79                                      ;2 ;This item is inocuous 
LAVISOR                       1.34                                       1 
INVISO                        1.79                                       1 
CHAINGUN                      8.05         EASY_ONLY                     3 
BACKPACK                      1.79         EASY_ONLY                     1 
CELLPACK                      1.79         EASY_AND_MEDIUM               1 
DEADIMP                       0.85                                       3 
FLYSKULL                     25.18         MEDIUM_AND_HARD               5 
SHELLBOX                      0.89                                       1 
SHOTGUN                       5.37         EASY_ONLY                     3 
SERGEANT                     33.57         HARD_ONLY                     4 
LAUNCHER                      5.37                                       3 
PLASMA                        3.58                                       2 
SHOTGUN                       3.58         EASY_AND_MEDIUM               2 
BACKPACK                      3.58                                       2 
CLIP                          0.45         EASY_AND_MEDIUM               1 
SHELLS                        0.89         EASY_AND_MEDIUM               ;1 
CHAINSAW                      5.37                                       3L 
DEMON                        19.30         MEDIUM_AND_HARD               1 
BARMOR                        2.68                                       1 
CHAINGUN                      5.37                                       2 
FLYSKULL                      5.04                                       1 
BACKPACK                      3.58         EASY_AND_MEDIUM               2 
SHOTGUN                       1.79                                       1 
LAUNCHER                      1.79         EASY_ONLY                     1 
IMP                           8.39         HARD_ONLY                     1 
SHELLS                        0.89                                       ;1 
CACODEMON                    31.32                                       1 
CELLPACK                      1.79         EASY_ONLY                     1 
CHAINSAW                      1.79         EASY_ONLY                     1L 
MAP                           2.68                                       1 
CHAINGUN                      2.68         EASY_AND_MEDIUM               1 
DEMON                        19.30         HARD_ONLY                     1 
PLASMA                        3.58         EASY_ONLY                     2 
CACODEMON                    62.65         DEAF/AMBUSH                   2 
LAUNCHER                      1.79         EASY_AND_MEDIUM               1 
CLIP                          0.45         EASY_ONLY                     1 
PLASMA                        1.79         EASY_AND_MEDIUM               1 
;                                            
; 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    133   ;Strict standard for exact placement 
;PER    113   ;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                                  
;                                              
