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

  1. #
  2. # Europa Universalis, english AI
  3. #
  4. # English AI
  5. #
  6. # Henrik Fσhraeus 01-10-2001 
  7.  
  8. # preferred areas for expansion
  9.  
  10. continent = { Oceania }
  11. region = { "North America" Carribean India }
  12. area = { America Maine Georgia Newfoundland Cuba Bengal Carnatic Botany }
  13.  
  14. # The amount of provinces we try to colonize at the same time
  15. expansion = 5
  16.  
  17. # % of the time we prefer to establish a tradingpost if both are good.
  18. tradingpost = 5
  19.  
  20. # Bonus for areas to establish colonies adjacent to previous ones.
  21. neighbour = 50
  22.  
  23. # Bonus/Penalty for establish colonies adjacent to other countries.
  24. enemies = 5
  25.  
  26. # 100 = max trader rate, lesser means slower focus on sending a trader.
  27. traders = 100
  28.  
  29. # 100 = Total monopolist, will refuse trade as much as possible.
  30. monopoly = 30
  31.  
  32. # 100 = Total warmonger, 0 = absolute pacifist
  33. war = 20
  34.  
  35. #Which countries to conquer if possible. (to guide nation historically)
  36. combat = { ROY SCO EIR DEL BGL MAH MOG }
  37.  
  38.  
  39.