Scripted Trigger
sengoku_end_trigger
Japanese ShogunateInternational Organizationtrigger if
TennōSpecial Statustrigger ifDefinitionin_game/common/scripted_triggers/situation_triggers.txt:266
267trigger_if = {
272OR = {
273total_members < 2
274AND = {
275total_members = 2
276any_international_organization_member = {
277OR = {
279AND = {
280custom_tooltip = {
281text = has_emperor_status_tt Has 'Tennō' status in the Japanese Shogunate
282has_special_status_in_international_organization = {
}
}
287country_type = building
}
289AND = {
}
}
294count = all
}
}
297any_international_organization_member = {
298OR = {
300AND = {
301country_type = building
302custom_tooltip = {
303text = clan_only_present_in_one_location_tt It is present in fewer than 3 Locations
304any_owned_foreign_building_location = {
305count < 3
}
}
}
309AND = {
}
}
314count = all
}
}
}
}