Scripted Trigger
alliance_can_exist
Definitionin_game/common/scripted_triggers/country_triggers.txt:151
152$first$ = {
153opinion = {
153target = $second$
153value >= 0
}
154not = {
154has_blocked_treaties = $second$
}
155not = {
155is_subject_of = $second$
}
156not = {
156is_rival_of = $second$
}
158NOT = {
159is_member_of_international_organization_of_type = {
160type = coalition
161target = $second$
}
}
164NOT = {
165in_union_with = $second$
}
167is_rebel_country = no
}
169$second$ = {
170opinion = {
170target = $first$
170value >= 0
}
171not = {
171has_blocked_treaties = $first$
}
172not = {
172is_subject_of = $first$
}
173not = {
173is_rival_of = $first$
}
175NOT = {
176is_member_of_international_organization_of_type = {
177type = coalition
178target = $first$
}
}
181is_rebel_country = no
}
187NOT = {
188AND = {
189$first$ = {
190is_hegemon = yes
}
192$second$ = {
193is_hegemon = yes
}
}
}