faction_goal_secure_central_asia = { name = secure_central_asia_name description = secure_central_asia_desc category = short_term group = FOCUS_FILTER_POLITICAL_CHARACTER visible = { has_faction_template = faction_template_csto NOT = { OR = { TRK = { has_idea = CSTO_member } UZB = { has_idea = CSTO_member } } } } # A non-existent target counts as satisfied, so an annexed UZB/TRK does not deadlock the goal completed = { OR = { NOT = { country_exists = UZB } UZB = { has_idea = CSTO_member } } OR = { NOT = { country_exists = TRK } TRK = { has_idea = CSTO_member } } } complete_effect = { add_faction_power_projection = 200 newline = yes custom_effect_tooltip = THE_FACTION_LEADER add_faction_initiative = 1 } ai_will_do = { base = 1 } } faction_goal_secure_crimea = { name = secure_crimea_name description = secure_crimea_desc category = short_term group = FOCUS_FILTER_POLITICAL_CHARACTER visible = { has_faction_template = faction_template_csto } available = { 669 = { is_controlled_by_ROOT_or_ally = no } } completed = { 669 = { is_controlled_by_ROOT_or_ally = yes } } complete_effect = { add_faction_power_projection = 200 newline = yes custom_effect_tooltip = THE_FACTION_LEADER add_faction_initiative = 1 } ai_will_do = { base = 1 } } faction_goal_bring_georgia_into_orbit = { name = bring_georgia_into_orbit_name description = bring_georgia_into_orbit_desc category = medium_term group = FOCUS_FILTER_POLITICAL_CHARACTER visible = { has_faction_template = faction_template_csto country_exists = GEO } available = { country_exists = GEO NOT = { has_war_with = GEO } } completed = { GEO = { is_in_faction_with = ROOT } } complete_effect = { add_faction_power_projection = 200 newline = yes custom_effect_tooltip = THE_FACTION_LEADER add_faction_initiative = 1 } ai_will_do = { base = 1 } } faction_goal_bring_ukraine_into_orbit = { name = bring_ukraine_into_orbit_name description = bring_ukraine_into_orbit_desc category = medium_term group = FOCUS_FILTER_POLITICAL_CHARACTER visible = { has_faction_template = faction_template_csto country_exists = UKR } available = { country_exists = UKR NOT = { has_war_with = UKR } } completed = { UKR = { is_in_faction_with = ROOT } } complete_effect = { add_faction_power_projection = 200 newline = yes custom_effect_tooltip = THE_FACTION_LEADER add_faction_initiative = 1 } ai_will_do = { base = 1 } } faction_goal_global_hegemony = { name = goal_global_hegemony_name description = goal_global_hegemony_desc category = long_term group = FOCUS_FILTER_POLITICAL_CHARACTER visible = { has_faction_template = faction_template_csto country_exists = USA } available = { USA = { is_subject = no } } completed = { OR = { USA = { is_in_faction_with = ROOT } NOT = { country_exists = USA } } } complete_effect = { add_faction_power_projection = 200 newline = yes custom_effect_tooltip = THE_FACTION_LEADER add_faction_initiative = 1 } ai_will_do = { base = 1 } }