home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / FishSim / fsetup / Venues / sware / fish / peg3 / tench.gaf < prev   
Text File  |  1999-09-02  |  1KB  |  43 lines

  1.  
  2. ; WARNING - EDITING THIS FILE MAY CAUSE THE PROGRAM TO CRASH IF NOT
  3. ;           DONE CORRECTLY !
  4.  
  5.  
  6. ; Global settings, all or part of these can be overidden if GSF files are placed in 
  7. ;venue or peg directories.
  8.  
  9.  
  10. ; Size, popularity, caution, depth, bite habit, reference
  11. ; A minus value shows no chance of catching ever 
  12.  
  13.   MINSIZE -2                     ; minimum size in drams
  14.   MAXSIZE -2                     ; maximum size in drams
  15.  
  16.   
  17.   
  18.   BITEPATTERN   50       5       20       1       40       1
  19.  
  20.   ; General section SIZE, POPULARITY, CAUTION, DEPTH, BITE HABIT
  21.   ; Applied as a percentage to all modifiers 
  22.   GENERAL -2 90 -2 100
  23.   
  24.   
  25.   GREED         14          
  26.  
  27.  
  28.   ; Depth eg : shallow water -> deep water *10 = %
  29.   ; Depth section : SIZE, POPULARITY, CAUTION, DEPTH, BITE HABIT, REFERENCE
  30.   DEPTH -2 10 100 1
  31.   DEPTH -2 15 100 2
  32.   DEPTH -2 20 100 3
  33.   DEPTH -2 30 100 4
  34.   DEPTH -2 40 100 5
  35.   DEPTH -2 50 100 6
  36.   DEPTH -2 60 100 7
  37.   DEPTH -2 74 100 8
  38.   DEPTH -2 85 100 9
  39.   DEPTH -2 90 100 10 
  40.  
  41. ; End must be included at the end ! 
  42. END
  43.