Scripted Effect
rtr_release_cultural_warlord_tag
Definitionin_game/events/situations/red_turban_rebellions.txt:225
226if = {
227limit = {
228exists = scope:target_culture
229exists = scope:target_location
230exists = scope:target_country
}
232custom_tooltip = {
233text = rtr_release_cultural_warlord_tag_tt Release the Target Culture Warring State of Target Country in Target Location
234every_owned_location = {
235limit = {
236NOT = {
236dominant_culture = root.culture
}
237dominant_culture = scope:target_culture
238province != root.capital.province
239NOT = {
240any_nomad_countries_in_location = {
241count > 0
}
}
}
245change_location_owner = scope:target_country
246add_core = scope:target_country
}
250scope:target_country = {
251every_owned_location = {
252limit = {
252NOT = {
252is_connected_to = scope:target_location
}
}
253if = {
254limit = {
254is_core_of = scope:target_country
}
255remove_core = scope:target_country
}
257change_location_owner = root
}
260change_culture = scope:target_culture
}
}
}