Scripted Effect
imprison_character_in_country_effect
Definitionin_game/common/scripted_effects/character_effects.txt:128
129if = {
130limit = {
131country_exists = $target$
132NOT = {
132owner = $target$
}
}
134if = {
135limit = {
135is_ruler = yes
}
136owner = {
137add_opinion = {
138target = $target$
139modifier = opinion_imprisoned_our_ruler
}
}
}
143move_country = $target$
}