is_ruled_by_a_gaddafi = { custom_trigger_tooltip = { tooltip = LBA_is_ruled_by_a_gaddafi_tt OR = { has_country_leader = { name = "Muammar Gaddafi" ruling_only = yes } has_country_leader = { name = "Muhammad Muammar Gaddafi" ruling_only = yes } has_country_leader = { name = "Saif al-Islam Gaddafi" ruling_only = yes } has_country_leader = { name = "Al-Saadi Gaddafi" ruling_only = yes } has_country_leader = { name = "Mutassim Gaddafi" ruling_only = yes } has_country_leader = { name = "Hannibal Gaddafi" ruling_only = yes } has_country_leader = { name = "Ayesha Gaddafi" ruling_only = yes } has_country_leader = { name = "Saif al-Arab Gaddafi" ruling_only = yes } has_country_leader = { name = "Khamis Gaddafi" ruling_only = yes } } } } is_not_ruled_by_a_gaddafi = { custom_trigger_tooltip = { tooltip = LBA_not_ruled_by_gaddafi_tt NOT = { is_ruled_by_a_gaddafi = yes } } } LBA_ai_alt_path = { OR = { has_global_flag = LBA_ISLAMIC_CALIPHATE_FOCUS_PATH has_global_flag = LBA_GRAND_MUFTI_FOCUS_PATH has_global_flag = LBA_LIBYAN_REPUBLIC_FOCUS_PATH has_global_flag = LBA_KINGDOM_FOCUS_PATH has_global_flag = LBA_ANTI_COLONIAL_UNION_FOCUS_PATH has_global_flag = LBA_UNITED_ARAB_REPUBLIC_FOCUS_PATH has_global_flag = LBA_UNITED_STATES_OF_AFRICA_FOCUS_PATH } } LBA_ai_any_path = { OR = { has_global_flag = LBA_HISTORICAL_FOCUS_PATH LBA_ai_alt_path = yes } } LBA_ai_historical_path = { OR = { has_global_flag = LBA_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NOT = { LBA_ai_alt_path = yes } } } } LBA_ai_not_historical_path = { LBA_ai_alt_path = yes } LBA_ai_islamist_path = { OR = { has_global_flag = LBA_ISLAMIC_CALIPHATE_FOCUS_PATH has_global_flag = LBA_GRAND_MUFTI_FOCUS_PATH } } LBA_ai_gaddafi_union_path = { OR = { has_global_flag = LBA_ANTI_COLONIAL_UNION_FOCUS_PATH has_global_flag = LBA_UNITED_ARAB_REPUBLIC_FOCUS_PATH has_global_flag = LBA_UNITED_STATES_OF_AFRICA_FOCUS_PATH } } LBA_ai_gaddafi_regime_path = { OR = { has_global_flag = LBA_LIBYAN_REPUBLIC_FOCUS_PATH has_global_flag = LBA_KINGDOM_FOCUS_PATH LBA_ai_gaddafi_union_path = yes } } LBA_ai_reformist_path = { OR = { LBA_ai_historical_path = yes has_global_flag = LBA_LIBYAN_REPUBLIC_FOCUS_PATH has_global_flag = LBA_KINGDOM_FOCUS_PATH } } LBA_ai_secular_path = { OR = { LBA_ai_reformist_path = yes LBA_ai_gaddafi_union_path = yes } } LBA_ai_rogue_path = { OR = { LBA_ai_islamist_path = yes LBA_ai_gaddafi_union_path = yes } } LBA_ai_not_caliphate_path = { NOT = { has_global_flag = LBA_ISLAMIC_CALIPHATE_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_mufti_path = { NOT = { has_global_flag = LBA_GRAND_MUFTI_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_republic_path = { NOT = { has_global_flag = LBA_LIBYAN_REPUBLIC_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_kingdom_path = { NOT = { has_global_flag = LBA_KINGDOM_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_anti_colonial_path = { NOT = { has_global_flag = LBA_ANTI_COLONIAL_UNION_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_uar_path = { NOT = { has_global_flag = LBA_UNITED_ARAB_REPUBLIC_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_us_africa_path = { NOT = { has_global_flag = LBA_UNITED_STATES_OF_AFRICA_FOCUS_PATH } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_islamist_path = { NOT = { LBA_ai_islamist_path = yes } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_gaddafi_union_path = { NOT = { LBA_ai_gaddafi_union_path = yes } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_gaddafi_regime_path = { NOT = { LBA_ai_gaddafi_regime_path = yes } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_secular_path = { NOT = { LBA_ai_secular_path = yes } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_reformist_path = { NOT = { LBA_ai_reformist_path = yes } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } } LBA_ai_not_rogue_path = { NOT = { LBA_ai_rogue_path = yes } OR = { is_historical_focus_on = yes LBA_ai_any_path = yes } }