スクリプトトリガー
sengoku_end_trigger
日本の幕府国際組織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 = {
279AND = {
280custom_tooltip = {
281text = has_emperor_status_tt 日本の幕府内で「天皇」の地位にある
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 3ヵ所未満のロケーションにしか存在しない
304any_owned_foreign_building_location = {
305count < 3
}
}
}
309AND = {
}
}
314count = all
}
}
}
}