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

  1. #
  2. # Europa Universalis.
  3. #
  4. #
  5. # Polish AI
  6. #
  7. # Johan Andersson 16-06-00
  8. #
  9. #
  10. #
  11.  
  12.         #
  13.         # IF we get a colony, we want africa.. :) 
  14.         #
  15.         continent = { africa }
  16.  
  17.         # The amount of provinces we try to colonize at the same time
  18.         expansion = 1
  19.  
  20.         # % of the time we prefer to establish a tradingpost if both are good.
  21.         tradingpost = 95
  22.  
  23.         # Bonus for areas to establish colonies adjacent to previous ones.
  24.         neighbour = 10
  25.  
  26.         # Bonus/Penalty for establish colonies adjacent to other countries.
  27.         enemies = -1
  28.  
  29.         # 100 = max trader rate, lesser means slower focus on sending a trader.
  30.         traders = 50
  31.  
  32.         # 100 = Total monopolist, will refuse trade as much as possible.
  33.         monopoly = 10
  34.  
  35.         # 100 = Total warmonger, 0 = absolute pacifist
  36.         war = 15
  37.