home *** CD-ROM | disk | FTP | other *** search
/ Level 2004 September / Level_2004-09_117_cdb.bin / Data1.cab / common / AI / TRADER.AI < prev    next >
Encoding:
Text File  |  2004-08-20  |  796 b   |  32 lines

  1. #
  2. # Europa Universalis. for small trader nations
  3. #
  4. #
  5.  
  6. #
  7. # no preferred areas, we just want to go to america or the closest (carribean and west africa)
  8. #
  9. continent = { america }
  10. region = { carribean "west africa" }
  11.  
  12. # The amount of provinces we try to colonize at the same time
  13. expansion = 3
  14.  
  15. # % of the time we prefer to establish a tradingpost if both are good.
  16. tradingpost = 90
  17.  
  18. # Bonus for areas to establish colonies adjacent to previous ones.
  19. neighbour = 0
  20.  
  21. # Bonus/Penalty for establish colonies adjacent to other countries.
  22. enemies = 0
  23.  
  24. # 100 = max trader rate, lesser means slower focus on sending a trader.
  25. traders = 100
  26.  
  27. # 100 = Total monopolist, will refuse trade as much as possible.
  28. monopoly = 0
  29.  
  30. # 100 = Total warmonger, 0 = absolute pacifist
  31. war = 5
  32.