home *** CD-ROM | disk | FTP | other *** search
- #
- # Europa Universalis.
- #
- #
- # Polish AI
- #
- # Johan Andersson 16-06-00
- #
- #
- #
-
- #
- # IF we get a colony, we want africa.. :)
- #
- continent = { africa }
-
- # The amount of provinces we try to colonize at the same time
- expansion = 1
-
- # % of the time we prefer to establish a tradingpost if both are good.
- tradingpost = 95
-
- # Bonus for areas to establish colonies adjacent to previous ones.
- neighbour = 10
-
- # Bonus/Penalty for establish colonies adjacent to other countries.
- enemies = -1
-
- # 100 = max trader rate, lesser means slower focus on sending a trader.
- traders = 50
-
- # 100 = Total monopolist, will refuse trade as much as possible.
- monopoly = 10
-
- # 100 = Total warmonger, 0 = absolute pacifist
- war = 15
-