home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 October / cmycha200310.iso / NHL2004 / NHL2004Demo.exe / db / db.viv / tuneTrading.txt < prev    next >
Text File  |  2003-08-20  |  1KB  |  26 lines

  1. // Define the number of chances in a trade to have a draft pick
  2. // Calculation in code rand() % (100 / draftpickchances)
  3. DraftPickChances: 15
  4.  
  5. // Offer Influence
  6. // Before an offer is sent to the user it is tested to ensure it is somewhat interesting.
  7. // We don't want the user to keep receiving lupsided or boring trade
  8. // We do not want it to be only valid trades either
  9. // This defines a threshold by which we let trade offers go through to the user
  10. // The larger the value the more trade will go through
  11. OfferInfluence: 5
  12.  
  13. // Number of games to wait before allowing draft pick to be traded
  14. // This is to ensure that you cannot have easy draft pick when the standings is undecided
  15. // 10 games ...
  16. minimumGames: 10
  17.  
  18. // BEST Draft pick value
  19. BestValue:    94
  20.  
  21. // Draft Pick offest per round
  22. round1: 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 2 2 3 3 3 3 3
  23. round2: 8 8 8 9 9 10 10 10 10 10 10 10 10 10 10 11 11 11 11 12 12 12 12 12 12 12 12 12 12 12
  24. round3: 14 14 14 14 14 14 14 14 14 14 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 16 16 16 16
  25. round4: 16 16 16 16 16 16 16 16 16 16 17 17 17 17 17 18 18 18 18 18 19 19 19 19 19 20 20 20 20 20
  26. round5: 24 24 24 24 24 24 24 24 24 24 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25