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

  1. #
  2. # Europa Universalis, Dutch AI.
  3. #
  4. #
  5.         # preferred areas for expansion
  6.  
  7.         region = { "South America" Carribean India Indonesia }
  8.         area = { America Antilles Recife "The Cape" Malabar Bengal Carnatic Java Canton Formosa Nippon Amboina Ternate Celebes }
  9.  
  10.         # The amount of provinces we try to colonize at the same time
  11.         expansion = 5
  12.  
  13.         # % of the time we prefer to establish a tradingpost if both are good.
  14.         tradingpost = 80
  15.  
  16.         # Bonus for areas to establish colonies adjacent to previous ones.
  17.         neighbour = 5
  18.  
  19.         # Bonus/Penalty for establish colonies adjacent to other countries.
  20.         enemies = 0
  21.  
  22.         # 100 = max trader rate, lesser means slower focus on sending a trader.
  23.         traders = 100
  24.  
  25.         # 100 = Total monopolist, will refuse trade as much as possible.
  26.         monopoly = 0
  27.  
  28.         # 100 = Total warmonger, 0 = absolute pacifist
  29.         war = 20
  30.