
Action
Abandon Colonial Charter
Abandoning the Colonial Charter for will stop the migration of pops. The Pops that have migrated into Locations we do not own will be abandoned by us.
Definitionin_game/common/generic_actions/colonial_charters.txt:104
105type = owncountry
107ai_tick = monthly
108ai_tick_frequency = 9
110automation_tick = monthly
111automation_tick_frequency = 3
112player_automated_category = colonies
114potential = {
}
117allow = {
}
120price = price:abandon_colonial_charter
122select_trigger = {
123looking_for_a = colonial_charter
124source = actor
125target_flag = target
126name = "abandon_colonial_charter_select_colonial_charter" Select Colonial Charter to abandon:
127none_available_msg_key = "abandon_colonial_charter_no_colonial_charters"
128column = {
129data = name
}
131visible = {
132owner = scope:actor
}
}
136effect = {
137if = {
138limit = {
139exists = scope:target
}
141abandon_colonial_charter = scope:target
}
}
145ai_will_do = {
146if = {
147limit = {
148exists = scope:target.province_definition
}
150subtract = "scope:actor.colonial_charter_utility(scope:target.province_definition)"
}
152else = {
153subtract = 1000
}
}