Event
Friendship with the Natives
Our Colonists have managed to reach out to the Natives and arrive at an understanding with them. This agreement has allowed Target greater scope for growth without the natives getting upset.
TradePolicytriggerDefinitionin_game/events/colonization/colonial_charter.txt:235
236hide_portraits = yes
237type = country_event
238title = colonial_charter.5.title Friendship with the Natives
239desc = colonial_charter.5.desc Our Colonists have managed to reach out to the Natives and arrive at an understanding with them. This agreement has allowed Target greater scope for growth without the natives getting upset.
240outcome = neutral
241trigger = {
245scope:target ?= {
246province_definition ?= {
247any_location_in_province_definition = {
248any_pop = {
249culture != root.culture
250religion != root.religion
}
}
}
}
}
257illustration_tags = {
25810 = happy
25910 = exterior
}
262immediate = {
263scope:target.province_definition = {
264random_location_in_province_definition = {
265limit = {
266any_pop = {
267culture != root.culture
268religion != root.religion
}
}
271save_scope_as = convert_place
}
}
}