Скриптовое условие

is_valid_nanbokuchou_cb_target

is_valid_nanbokuchou_cb_targetin_game/common/scripted_triggers/situation_triggers.txt:162

Определениеin_game/common/scripted_triggers/situation_triggers.txt:162

163save_temporary_scope_as = root_country
164OR = {
165AND = {
166has_variable = supports_northern_court
168any_international_organization_member = {
169NOT = {
169has_variable = supports_northern_court
}
170NOT = {
170is_at_war_with = scope:root_country
}
171NOT = {
171has_truce_with = scope:root_country
}
172NOT = {
173scope:root_country = {
173has_casus_belli_on = prev
}
}
}
}
}
178AND = {
179has_variable = supports_southern_court
181any_international_organization_member = {
182NOT = {
182has_variable = supports_southern_court
}
183NOT = {
183is_at_war_with = scope:root_country
}
184NOT = {
184has_truce_with = scope:root_country
}
185NOT = {
186scope:root_country = {
186has_casus_belli_on = prev
}
}
}
}
}
191AND = {
192has_variable = supports_new_imperial_line
194any_international_organization_member = {
195NOT = {
195has_variable = supports_new_imperial_line
}
196NOT = {
196is_at_war_with = scope:root_country
}
197NOT = {
197has_truce_with = scope:root_country
}
198NOT = {
199scope:root_country = {
199has_casus_belli_on = prev
}
}
}
}
}
}