Scripted EffectChanged this version
rtr_release_warlord_tag
Definitionin_game/events/situations/red_turban_rebellions.txt:141
142if = {
143limit = {
143NOT = {
143country_exists = c:$tag$
}
}
144custom_tooltip = {
145text = rtr_release_warlord_country_tt Release the Warring State of Target Country
146remove_variable = rtr_release_tag_$tag$
151create_country_from_cores_in_our_locations = c:$tag$
152c:$tag$ = {
153save_scope_as = target_country
154change_country_color = map_$tag$
155change_culture = $culture$
157add_accepted_culture = $accepted_culture$
158add_area_preference = china_chinese_unification
}
}
}
162custom_description = {
163text = rtr_lose_competent_characters Up to 8 of the most competent Characters of the CULTURE culture move to TARGET COUNTRY
164value = $culture$
165object = c:$tag$
166ordered_character = {
167order_by = total_abilities
168limit = {
169culture = $culture$
170is_ruler = no
171is_heir = no
172is_loyal = yes
173in_cabinet = no
174is_general = no
175is_explorer = no
176is_admiral = no
177is_consort = no
}
179max = 8
180check_range_bounds = no
181move_country = c:$tag$
}
}