home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / FishSim / fsetup / tackle / reels / reel1.tkl < prev    next >
Text File  |  2000-05-24  |  731b  |  38 lines

  1. ; Reels
  2.  
  3. ; Descrip section defines generic tackle properties
  4. [DESCRIP]
  5.  
  6. Type = 2
  7.  
  8. ; Tackle section defines specific details about the tackle
  9. [TACKLE]
  10. REF             = STND
  11. NAME        = Standard reel
  12. CAST         = 0
  13. DESC         = tackle/reels/reel1.gsn
  14. DRAGMIN        = 1
  15. DRAGMAX        = 10
  16. DRAGADJ         = 10
  17. SPDMIN        = 0.25
  18. SPDMAX        = 0.75
  19. SPDADJ        = 5
  20. TYPE        = 1
  21. BALEARM        = 1
  22. RSOUND        = sounds/reel.wav
  23. RSNDVOL        = 60
  24. DSOUND        = sounds/drag.wav
  25. DSNDVOL        = 60
  26. STAGGER        = 1
  27.  
  28. ; NOTES ON REELS
  29.  
  30. ; Type in description section is 1
  31. ; REF = Unique reference for the rod ( 8 chars max )
  32.  
  33. ; TYPE = Normal reel = 1, flyreel = 2
  34. ; NAME = Name given for the rod
  35. ; CAST = Cast adjustment with rod in distance
  36. ; BALEARM = Balearm type
  37.  
  38.