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

  1. #
  2. # Europa Universalis.
  3. #
  4. #
  5. # Chinese AI
  6. #
  7. # Henrik Fσhraeus 01-10-2001
  8. #
  9. #
  10.  
  11. #
  12. # No preferred areas at all. Default AI does not colonize.
  13. #
  14. continent = { }
  15. area = { Amur Baikal Kazakhstan }
  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 = 20
  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 = 100
  31.  
  32. # 100 = Total monopolist, will refuse trade as much as possible.
  33. monopoly = 25
  34.  
  35. # 100 = Total warmonger, 0 = absolute pacifist
  36. war = 5
  37.  
  38. #if possible we WILL go counter reform
  39. counterreform = no
  40.  
  41. #Which countries to conquer if possible. (to guide nation historically)
  42. combat = { CHG NIP }
  43.  
  44. #Evaluation factors for conquer plans
  45. conquer = 
  46. {
  47.     # multiply enemy province value
  48.     enemy = 1.0
  49.     # multiplying supply factor
  50.     supply = 1.0
  51.     # factor for distance to not owner provinces
  52.     distance = 1.0
  53.     # factor for owned provines
  54.     owner = 1.0
  55.     # Multiplier for provinces not in supply.
  56.     notsupply = 1.0
  57.     # Multiplying the base constant for conquer.
  58.     base = 1.0
  59. }
  60.  
  61. # Modifiers for garrison plans
  62. garrison = {
  63.     fortress = 1.0
  64.     strategic = 1.0
  65.     size = 1.0
  66.     supply = 1.0
  67.     war = 1.0
  68. }
  69.  
  70.