Scripted Effect
rtr_release_biggest_culture_warlord
Definitionin_game/events/situations/red_turban_rebellions.txt:314
315if = {
316limit = {
318exists = scope:target_culture
319exists = scope:target_location
320exists = scope:target_country
}
322custom_tooltip = {
323text = rtr_release_warlord_tag_biggest_pop_culture_release_tt Release a Warring State of the Target Culture culture in Target Location
324every_owned_location = {
325limit = {
326NOT = {
326dominant_culture = root.culture
}
327dominant_culture = scope:target_culture
328province != root.capital.province
}
330change_location_owner = scope:target_country
331add_core = scope:target_country
}
333scope:target_country = {
334every_owned_location = {
335limit = {
335NOT = {
335is_connected_to = scope:target_location
}
}
336if = {
337limit = {
337is_core_of = scope:target_country
}
338remove_core = scope:target_country
}
340change_location_owner = root
}
343change_culture = scope:target_culture
}
}
}