Scripted Effect
add_casus_belli_mutual_effect
Definitionin_game/common/scripted_effects/country_effects.txt:653
654if = {
655limit = {
655NOT = {
655this = $target$
}
}
656add_casus_belli = {
657target = $target$
658type = $type$
}
660$target$ = {
661add_casus_belli = {
662target = prev
663type = $type$
}
}
}