Scripted TriggerNew this version
scope_country_can_join_coalition_against
$target$ is the target of the coalition
Definitionin_game/common/scripted_triggers/international_organization_triggers.txt:868
869is_rebel_country = no
874knows_country = $target$
876opinion = {
877target = $target$
878value < -50
}
881within_diplomatic_range = $target$
882antagonism = {
883target = $target$
884value > 50
}
887has_limited_diplomacy = no
889not = {
889is_subject_or_below_of = $target$
}
890not = {
891$target$ = {
892is_subject_or_below_of = root
}
}
895not = {
895has_truce_with = $target$
}
896NOT = {
896in_union_with = $target$
}
897not = {
897is_at_war_with = $target$
}
900NOT = {
901is_member_of_international_organization_of_type = {
902type = coalition
903target = $target$
}
}
906NOT = {
907giving_scripted_relation = {
908type = relation_type:anti_coalition_treaty
909target = $target$
}
}