;                                      
; Random World File created by populate
;                                      
; Populate was written By Dusty Bedford 1994
;                                      
;Enemies                    Weight    When                            MAX#OF 
DEMON                        93.36         MEDIUM_AND_HARD               5 
DEMON                        93.36                                       5 
DEMON                        18.67         DEAF/AMBUSH                   1 
DEMON                        56.02         DEAF/AMBUSHMEDIUM_AND_HARD    3 
FLYSKULL                     14.62                                       3 
HELMET                        5.19                                      ;6 ;This item is inocuous 
CACODEMON                   121.23                                       4 
RADSUIT                       3.90         EASY_ONLY                     1 
SHELLBOX                      1.73         EASY_ONLY                     2 
RADSUIT                      38.96                                       10 
MEDIKIT                      20.78                                       12 
CACODEMON                   151.53         MEDIUM_AND_HARD               5 
BLUEBALL                      1.73                                       1 
ROCKETS                       2.60         EASY_AND_MEDIUM               1 
LAUNCHER                      1.73                                       1 
BACKPACK                      1.73                                       1 
SHELLS                        0.87                                       1 
CELLPACK                     19.05                                       11 
PLASMA                        1.73                                       1 
ROCKET                        0.87                                       2 
GARMOR                        5.19         EASY_AND_MEDIUM               2 
POTION                        0.87                                      ;1 ;This item is inocuous 
FLYSKULL                     24.37         HARD_ONLY                     5 
BARON                        19.48         DEAF/AMBUSHMEDIUM_AND_HARD    1L 
FLYSKULL                     14.62         DEAF/AMBUSHEASY_ONLY          3 
SERGEANT                     24.36         DEAF/AMBUSH                   ;3 
SHELLS                        1.73                                       2 
CLIP                          0.87                                       ;2 
STIMPAK                       1.73                                       ;2 
BULLETS                       1.73                                       1 
DEMON                        56.02         DEAF/AMBUSHHARD_ONLY          3 
SERGEANT                     16.24                                      ; 2 
TROOPER                      14.62         MEDIUM_AND_HARD              ;2 ;This item is inocuous
SERGEANT                      8.12         MEDIUM_AND_HARD               ;1 
SERGEANT                     24.36         HARD_ONLY                     ;3 
SHELLS                        2.60         EASY_AND_MEDIUM               ;3 
SHELLS                        0.87         EASY_ONLY                     ;1 
BARMOR                        2.60                                       1 
SHELLBOX                      2.60                                       3 
CLIP                          0.43         EASY_AND_MEDIUM               ;1 
FLYSKULL                      4.87         MEDIUM_AND_HARD               1 
CELLPACK                      1.73                                       1 
BFG9000                       3.46                                       1L 
MEDIKIT                       1.73         EASY_AND_MEDIUM               1 
STIMPAK                       1.73         EASY_AND_MEDIUM              ; 2 
ROCKETS                       2.60                                       1 
SHOTGUN                       1.73         MULTIPLAYER                   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    126   ;Strict standard for exact placement 
;PER    107   ;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                                  
;                                              
