スクリプトエフェクト
remove_opinion_mutual_effect
定義in_game/common/scripted_effects/country_effects.txt:669
670if = {
671limit = {
671NOT = {
671this = $target$
}
}
672if = {
673limit = {
674has_opinion = {
675target = $target$
676modifier = $modifier$
}
}
679remove_opinion = {
680target = $target$
681modifier = $modifier$
}
}
684if = {
685limit = {
686$target$ = {
687has_opinion = {
688target = PREV
689modifier = $modifier$
}
}
}
693$target$ = {
694remove_opinion = {
695target = PREV
696modifier = $modifier$
}
}
}
}