
Action
Request Planters
Send settlers from the homeland to bolster the faithful population.
Lordship of IrelandInternational Organizationpotential, select trigger 1, select trigger 3
LieutenantSpecial Statusallow
Lord of IrelandSpecial StatusallowDefinitionin_game/common/generic_actions/lordship_of_ireland.txt:85
86icon = lordship_of_ireland_form_kingdom
87type = internationalorganization
89ai_tick = monthly
90ai_tick_frequency = 60
92automation_tick = never
93automation_tick_frequency = 30
94show_message_to_target = yes
100allow = {
101scope:actor = {
102OR = {
103has_special_status_in_international_organization = {
105international_organization = scope:recipient
}
107has_special_status_in_international_organization = {
109international_organization = scope:recipient
}
}
}
}
115price = price:lordship_of_ireland_invite_planters
117cooldown = {
118type = lordship_of_ireland_invite_planters
119years = 10
}
122select_trigger = {
123looking_for_a = international_organization
124source = actor
125target_flag = recipient
126name = "choose_international_organization" Choose the International Organization:
127column = {
128data = name
}
130visible = {
}
}
135select_trigger = {
136looking_for_a = area
137target_flag = origin_area
138name = "migrate_pop_based_country_select_source_area" Select Area to move Pops from:
140interaction_source_list = {
141region:great_britain_region = {
142every_area_in_region = {
143add_to_list = source
}
}
}
149column = {
150data = name
}
152visible = {
153is_area_sea = no
}
155enabled = {
156any_location_in_area = {
157dominant_language ?= scope:actor.language
158dominant_religion ?= scope:actor.religion
}
}
}
163select_trigger = {
164looking_for_a = province_definition
165target_flag = target_province
166interaction_source_list = {
167region:ireland_region = {
168every_area_in_region = {
169every_province_definition_in_area = {
170add_to_list = source
}
}
}
}
175name = "migrate_pop_based_country_select_destination_province" Select Province to move Pops to:
176none_available_msg_key = "migrate_pop_based_country_no_neighbor_provinces"
177column = {
178data = name
}
180visible = {
181has_passable_land = yes
}
183enabled = {
184any_location_in_province_definition = {
185owner ?= {
}
}
}
}
191effect = {
193if = {
194limit = {
195exists = scope:origin_area
196exists = scope:target_province
}
199custom_tooltip = {
200text = lordship_of_ireland_invite_planters_effect_tt About 2,400 Pops will slowly move from Origin Area to Target Province over the next 10 years.
201scope:origin_area = {
202every_province_definition_in_area = {
203add_migration = {
204from = this
205to = scope:target_province
206religion = scope:actor.religion
207amount = {
208value = 0.020
209divide = scope:origin_area.num_province_definitions_in_area
}
211months = 120
}
}
}
}
}
217else = {
218custom_tooltip = {
219text = lordship_of_ireland_invite_planters_effect_none_tt About 2,400 Pops of our Religion will slowly move from an Area in Britain to a Province Definition in Ireland over the next 10 years.
}
}
}
224ai_will_do = {
}