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

sengoku_end_trigger

sengoku_end_triggerin_game/common/scripted_triggers/situation_triggers.txt:266
ТребуетЯпонский сёгунатМеждународное объединениеtrigger ifТэнноОсобый статусtrigger if

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

267trigger_if = {
272OR = {
273total_members < 2
274AND = {
275total_members = 2
276any_international_organization_member = {
277OR = {
278is_leader_of_international_organization = international_organization:japanese_shogunate
279AND = {
280custom_tooltip = {
281text = has_emperor_status_tt Обладает особым статусом тэнно в Японском Сёгунате
282has_special_status_in_international_organization = {
}
}
287country_type = building
}
}
294count = all
}
}
297any_international_organization_member = {
298OR = {
299is_leader_of_international_organization = international_organization:japanese_shogunate
300AND = {
301country_type = building
302custom_tooltip = {
303text = clan_only_present_in_one_location_tt Есть менее чем в 3 Concept
304any_owned_foreign_building_location = {
305count < 3
}
}
}
}
314count = all
}
}
}
}
319trigger_else = {
}