Event
The New Colony Company
Our nation is surrounded by territories as yet unclaimed by any of our rivals. Our ambition to expand the lands belonging to the crown has taken root amongst our people as nationalistic fervor, and a new private company has established itself with the intention of bringing settlers to the lands of New Colony to claim the territory for Glory, Gold, Ruler Title, and their Company. Should we permit their expansion, they will bring a great deal of settlers to the province and rapidly expand Country Adjective influence in the area.
Definitionin_game/events/colonization/colonial_charter.txt:3
4hide_portraits = yes
5type = country_event
7title = colonial_charter.1.title The New Colony Company
8desc = colonial_charter.1.desc Our nation is surrounded by territories as yet unclaimed by any of our rivals. Our ambition to expand the lands belonging to the crown has taken root amongst our people as nationalistic fervor, and a new private company has established itself with the intention of bringing settlers to the lands of New Colony to claim the territory for Glory, Gold, Ruler Title, and their Company. Should we permit their expansion, they will bring a great deal of settlers to the province and rapidly expand Country Adjective influence in the area.
9outcome = neutral
14trigger = {
15scope:target.province_definition = {
16any_location_in_province_definition = {
17has_owner = no
18is_ownable = yes
19is_land = yes
20any_neighbor_location = {
21owner ?= root
}
}
}
}
28illustration_tags = {
2910 = happy
3010 = exterior
}
33immediate = {
34scope:target.province_definition = {
35random_location_in_province_definition = {
36limit = {
37has_owner = no
38is_ownable = yes
39is_land = yes
40any_neighbor_location = {
41owner ?= root
}
}
44save_scope_as = new_colony
}
}
}