Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









so spain might get an one location charter in guinea, one in kongo, etc.
The solution would be to make it so that the African colonial charters aren't given as options to the AI any more, but I'm not sure how you'd do that.
ai_will_do = {
if = {
limit = {
AND = {
scope:actor = {
OR = {
country_tax_base > 100
is_subject_type = colonial_nation
tag = SWE
tag = POR
tag = KUR
}
}
scope:target = {
OR = {
continent = continent:america
continent = continent:europe
continent = continent:asia
continent = continent:oceania
continent = continent:atlantic_ocean_continent
area = area:goringhaikona_area
area = area:azores_area
area = area:south_macaronesia_area
area = area:cape_verde_area
area = area:east_african_island_area
area = area:mascarene_islands_area
area = area:west_kongo_area
area = area:south_kongo_area
area = area:gulf_of_guinea_area
area = area:canary_islands_area
}
}
}
}
add = "scope:actor.colonial_charter_utility(scope:target|scope:source)"
}
else = {
add = -1000
}
}
There would also be the possibility of adding the scope Enrar mentions or making it so that countries can still colonise in their capital region.
Just add under ai_will_do
OR = {
country_tax_base > 1000
AND = {
is_subject_type = colonial_nation
capital = {
region = scope:target.region
}
}
tag = CAS
tag = POR
tag = SPA
tag = SWE
tag = KUR
tag = GBR
tag = FRA
tag = NED
tag = RUS
}