focus_tree = {
	
	id = russia_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 10
			tag = SOV
		}
	}
	
	@industry_tree_super_far_left = 0
	@industry_tree_far_left = 1
	@industry_tree_left = 2
	@industry_tree_center = 3
	@industry_tree_right = 4
	@industry_tree_far_right = 5
	@industry_tree_super_far_right = 6
	
	@chechnya_to_industry_tree = 8
	
	@chechnya_tree_incredibly_far_left = 10
	@chechnya_tree_super_far_left = 11
	@chechnya_tree_far_left = 12
	@chechnya_tree_left = 13
	@chechnya_tree_center = 14
	@chechnya_tree_right = 15
	@chechnya_tree_far_right = 16
	@chechnya_tree_super_far_right = 17
	@chechnya_tree_incredibly_far_right = 18
	
	@greater_russia_tree_left = 11
	@greater_russia_tree_center = 12
	@greater_russia_tree_right = 13
	
	@diplomacy_tree1_left = 20
	@diplomacy_tree1_center = 21
	@diplomacy_tree1_right = 22
	@diplomacy_tree1to2 = 23
	@diplomacy_tree2_left = 24
	@diplomacy_tree2_center = 25
	@diplomacy_tree2_right = 26
	@diplomacy_tree2to3 = 27
	@diplomacy_tree3_left = 28
	@diplomacy_tree3_center = 29
	@diplomacy_tree3_right = 30
	
	@army_tree_left = 32
	@army_tree_center = 33
	@army_tree_right = 34
	
	@navy_tree_left = 36
	@navy_tree_center = 37
	@navy_tree_right = 38
	
	@air_force_tree_left = 40
	@air_force_tree_center = 41
	@air_force_tree_right = 42
	
	focus = {
		id = SOV_economic_focus
		icon = consumer_goods
		x = @industry_tree_center
		y = 0
		cost = 10
		
		completion_reward = {
			random_owned_controlled_state = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			subtract_from_variable = { treasury = 30 }
			custom_effect_tooltip = SOV_economic_focus_TT
		}
		
		ai_will_do = {
			factor = 25
		}
	}
	
	focus = {
		id = SOV_grozny_offensive
		icon = attack_chechnya
		x = @chechnya_tree_center
		y = 0
		cost = 1
		
		will_lead_to_war_with = CHE
		
		available = {
			NOT = { is_in_faction_with = CHE }
			has_war_with = CHE
		}
		
		completion_reward = {
			add_political_power = 50
			add_stability = 0.03
			add_named_threat = {
				threat = 2
				name = threat_SOV_second_chechen_war
			}
		}
		
		bypass = {
			OR = {
				CHE = { exists = no }
				672 = { owner = { tag = SOV } }
				is_in_faction_with = CHE
			}
		}
		
		ai_will_do = {
			factor = 1000
			
			modifier = {
				is_historical_focus_on = no
				factor = 0.01
			}
		}
	}
	
	focus = {
		id = SOV_industrial_project
		icon = industry_civilian
		x = @industry_tree_far_left
		y = 1
		cost = 10
		
		prerequisite = {
			focus = SOV_economic_focus
		}
		
		completion_reward = {
			if = {
				limit = {
					652 = { owner = { tag = SOV } }
				}
				652 = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 1
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = industrial_complex
							level = 2
							instant_build = yes
						}
					}
				}
			}
			if = {
				limit = {
					644 = { owner = { tag = SOV } }
				}
				644 = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 1
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = industrial_complex
							level = 2
							instant_build = yes
						}
					}
				}
			}
			if = {
				limit = {
					665 = { owner = { tag = SOV } }
				}
				665 = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 1
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = industrial_complex
							level = 2
							instant_build = yes
						}
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_focus_on_the_oligarchy
		icon = national_unity
		x = @industry_tree_far_right
		y = 1
		cost = 10
		
		prerequisite = {
			focus = SOV_economic_focus
		}
		
		completion_reward = {
			add_political_power = 150
		}
		
		ai_will_do = {
			factor = 25
		}
	}
	
	focus = {
		id = SOV_nationalistic_sentiment
		icon = demand_territory
		x = @chechnya_tree_left
		y = 1
		cost = 10
		
		prerequisite = {
			focus = SOV_grozny_offensive
		}
		
		mutually_exclusive = { focus = SOV_appease_chechnya }
		
		completion_reward = {
			custom_effect_tooltip = SOV_nationalistic_sentiment_tooltip
			add_political_power = 75
			add_stability = -0.03
			add_popularity = {
				ideology = nationalist
				popularity = 0.02
			}
			recalculate_party = yes
			
		}
		
		ai_will_do = {
			factor = 10

			modifier = {
				factor = 9999
				
				has_game_rule = {
					rule = RUS_ai_behavior
					option = RUSSIA_FIRST
				}
			}
		}
	}
	
	focus = {
		id = SOV_appease_chechnya
		icon = demand_territory
		x = @chechnya_tree_right
		y = 1
		cost = 10
		
		prerequisite = {
			focus = SOV_grozny_offensive
		}
		
		mutually_exclusive = { focus = SOV_nationalistic_sentiment }
		
		completion_reward = {
			custom_effect_tooltip = SOV_appease_chechnya_tooltip
			set_country_flag = chechnyan_terrorists_defeated
			add_political_power = 50
			add_stability = 0.03
			add_to_variable = {
				var = Communist-State
				value = 0.05
			}
			add_to_variable = {
				ideology = liberalism
				popularity = 0.03
			}
			recalculate_party = yes
		}
		
		ai_will_do = {
			factor = 10

			modifier = {
				factor = 9999
				
				has_game_rule = {
					rule = RUS_ai_behavior
					option = THE_RED_MENACE
				}
			}
		}
	}
	
	focus = {
		id = SOV_diplomacy_focus
		icon = national_unity
		x = @diplomacy_tree2_center
		y = 1
		cost = 10
		
		prerequisite = { focus = SOV_grozny_offensive }
		
		completion_reward = {
			add_political_power = 50
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_modernize_the_military
		icon = defense
		x = @navy_tree_center
		y = 1
		cost = 10
		
		prerequisite = { focus = SOV_grozny_offensive }
		
		completion_reward = {
			army_experience = 10
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_military_industrial_program
		icon = industry_military
		x = @industry_tree_super_far_left
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_industrial_project
		}
		
		completion_reward = {
			if = {
				limit = {
					652 = { owner = { tag = SOV } }
				}
				652 = {
					if = {
						limit = {
							free_building_slots = {
								building = arms_factory
								size > 1
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = arms_factory
							level = 2
							instant_build = yes
						}
					}
				}
			}
			if = {
				limit = {
					644 = { owner = { tag = SOV } }
				}
				644 = {
					if = {
						limit = {
							free_building_slots = {
								building = arms_factory
								size > 1
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = arms_factory
							level = 2
							instant_build = yes
						}
					}
				}
			}
			if = {
				limit = {
					665 = { owner = { tag = SOV } }
				}
				665 = {
					if = {
						limit = {
							free_building_slots = {
								building = arms_factory
								size > 1
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = arms_factory
							level = 2
							instant_build = yes
						}
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_support_gazprom
		icon = RUS_gazprom
		x = @industry_tree_left
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_industrial_project
		}
		
		completion_reward = {
			647 = {
				add_resource = {
					type = oil
					amount = 3
				}
			}
			648 = {
				add_resource = {
					type = oil
					amount = 3
				}
			}
			658 = {
				add_resource = {
					type = oil
					amount = 3
				}
			}
			if = {
				limit = { has_idea = fossil_fuel_industry }
				visually_display_opinion_rise_fossil_fuel_industry = yes
				set_country_flag = current_fossil_fuel_industry
				increase_internal_faction_opinion = yes
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_support_the_oligarchs
		icon = industry_civilian
		x = @industry_tree_right
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_focus_on_the_oligarchy
		}
		
		mutually_exclusive = { focus = SOV_fight_the_oligarchs }
		
		completion_reward = {
			custom_effect_tooltip = SOV_support_the_oligarchs_tooltip_1
			custom_effect_tooltip = SOV_support_the_oligarchs_tooltip_2
			add_stability = -0.02
			add_to_variable = {
				var = oligarchism
				value = 0.05
			}
			recalculate_party = yes
			hidden_effect = {
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				random_owned_controlled_state = {
					if = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 0
								include_locked = yes
							}
						}
						add_extra_state_shared_building_slots = 1
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
			}
			if = {
				limit = { has_idea = oligarchs }
				visually_display_opinion_rise_oligarchs = yes
				set_country_flag = current_oligarchs
				increase_internal_faction_opinion = yes
			}
		}
		
		ai_will_do = {
			factor = 15
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = SOV_fight_the_oligarchs
		icon = national_unity
		x = @industry_tree_super_far_right
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_focus_on_the_oligarchy
		}
		
		mutually_exclusive = { focus = SOV_support_the_oligarchs }
		
		completion_reward = {
			add_stability = 0.05
			remove_ideas = SOV_corrupt_oligarchy
			if = {
				limit = { has_idea = oligarchs }
				visually_display_opinion_fall_oligarchs = yes
				set_country_flag = current_oligarchs
				decrease_internal_faction_opinion = yes
			}
		}
		
		ai_will_do = {
			factor = 10
			modifier = {
				factor = 10
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = SOV_russia_first
		icon = align_to_russia
		x = @chechnya_tree_far_left
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_nationalistic_sentiment
		}
		
		mutually_exclusive = { focus = SOV_peaceful_reform }
		mutually_exclusive = { focus = SOV_the_red_menace }
		
		completion_reward = {
			add_to_variable = {
				var = Conservative
				value = 0.10
			}
			add_political_power = 50
			add_stability = 0.03
		}
		
		ai_will_do = {
			factor = 10

			modifier = {
				factor = 9999
				
				has_game_rule = {
					rule = RUS_ai_behavior
					option = RUSSIA_FIRST
				}
			}
		}
	}
	
	focus = {
		id = SOV_peaceful_reform
		icon = major_alliance
		x = @chechnya_tree_center
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_nationalistic_sentiment
			focus = SOV_appease_chechnya
		}
		
		mutually_exclusive = { 
			focus = SOV_russia_first
			focus = SOV_the_red_menace
		}
		
		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = 0.10
			}
			recalculate_party = yes
			add_political_power = -50
			add_stability = 0.05
		}
		
		ai_will_do = {
			factor = 5
			
			modifier = {
				factor = 9999
				
				has_game_rule = {
					rule = RUS_ai_behavior
					option = PEACEFUL_REFORM
				}
			}
		}
	}
	
	focus = {
		id = SOV_the_red_menace
		icon = communism
		x = @chechnya_tree_far_right
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_appease_chechnya
		}
		
		mutually_exclusive = {
			focus = SOV_russia_first
			focus = SOV_peaceful_reform
		}
		
		completion_reward = {
			add_to_variable = {
				var = Communist-State
				popularity = 0.15
			}
			recalculate_party = yes
			add_stability = -0.05
			custom_effect_tooltip = SOV_the_red_menace_tt_1
		}
		
		ai_will_do = {
			factor = 5
			
			modifier = {
				factor = 9999
				
				has_game_rule = {
					rule = RUS_ai_behavior
					option = THE_RED_MENACE
				}
			}
		}
	}
	
	focus = {
		id = SOV_path_of_the_eagle
		icon = align_to_america
		x = @diplomacy_tree1_center
		y = 2
		cost = 10
		
		prerequisite = { focus = SOV_diplomacy_focus }
		
		available = {
			USA = { has_elections = yes }
			NOT = { has_completed_focus = SOV_stand_with_china }
			NOT = { has_completed_focus = SOV_stand_with_autocracy }
		}
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = USA
						has_idea = NATO_member 
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = diplomatic_support
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_path_of_the_bear
		icon = align_to_russia
		x = @diplomacy_tree2_center
		y = 2
		cost = 10
		
		prerequisite = { focus = SOV_diplomacy_focus }
		
		completion_reward = {
			every_country = {
				limit = {
					is_in_faction_with = SOV
				}
				add_opinion_modifier = {
					target = SOV
					modifier = diplomatic_support
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_path_of_the_dragon
		icon = align_to_china
		x = @diplomacy_tree3_center
		y = 2
		cost = 10
		
		prerequisite = { focus = SOV_diplomacy_focus }
		
		available = {
			CHI = { has_government = communism }
			NOT = { has_completed_focus = SOV_stand_with_japan }
			NOT = { has_completed_focus = SOV_stand_with_democracy }
		}
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = CHI
						is_in_faction_with = CHI
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = diplomatic_support
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_the_russian_army
		icon = infantry_allies
		x = @army_tree_center
		y = 2
		cost = 10
		
		prerequisite = { focus = SOV_modernize_the_military }
		
		completion_reward = {
			army_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_the_russian_navy
		icon = navy
		x = @navy_tree_center
		y = 2
		cost = 10
		
		prerequisite = { focus = SOV_modernize_the_military }
		
		completion_reward = {
			navy_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_the_russian_air_force
		icon = air_force
		x = @air_force_tree_center
		y = 2
		cost = 10
		
		prerequisite = { focus = SOV_modernize_the_military }
		
		completion_reward = {
			air_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_economic_intervention
		icon = construction
		x = @industry_tree_far_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_fight_the_oligarchs }
		
		completion_reward = {
			add_ideas = idea_focus_generic_public_service_investment
			add_political_power = 50
			add_stability = 0.01
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_political_control
		icon = improve_relations
		x = @chechnya_to_industry_tree
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_russia_first }
		
		completion_reward = {
			add_political_power = 50
			add_stability = 0.02
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_southern_strategy
		icon = military_deal
		x = @chechnya_tree_far_left
		y = 3
		cost = 10
		
		prerequisite = {
			focus = SOV_russia_first
		}
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = ABK
						tag = ARM
						tag = AZE
						tag = GEO
						tag = NKR
						tag = PER
						tag = SOO
						tag = TUR
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = improve_trade
				}
			}
		}
	}
	
	focus = {
		id = SOV_european_integration
		icon = align_to_europe
		x = @chechnya_tree_center
		y = 3
		cost = 10
		
		prerequisite = {
			focus = SOV_peaceful_reform
		}
		
		completion_reward = {
			every_country = {
				limit = { has_idea = EU_member }
				add_opinion_modifier = {
					target = SOV
					modifier = recent_actions_positive
				}
			}
			add_popularity = {
				ideology = democratic
				popularity = 0.10
			}
		}
	}
	
	focus = {
		id = SOV_red_union_state
		icon = communism4
		x = @chechnya_tree_far_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_red_menace }
		
		completion_reward = {
			add_to_variable = {
				var = Communist-State
				value = 0.05
			}
			BLR = { country_event = { id = russia.2 } }
			effect_tooltip = {
				every_country = {
					limit = {
						is_in_faction_with = SOV
						NOT = { tag = SOV }
						NOT = { tag = BLR }
					}
					country_event = { id = russia.5 }
				}
			}
			custom_effect_tooltip = SOV_red_union_state_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_trade_with_the_west
		icon = trade_with_america
		x = @diplomacy_tree1_left
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_path_of_the_eagle }
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						is_in_faction_with = USA
						has_idea = EU_member
						has_idea = NATO_member
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = improve_trade
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_stand_with_japan
		icon = align_to_japan
		x = @diplomacy_tree2_left
		y = 3
		cost = 10
		
		prerequisite = {
			focus = SOV_path_of_the_eagle
			focus = SOV_path_of_the_bear
		}
		
		mutually_exclusive = {
			focus = SOV_stand_with_china
		}
		
		completion_reward = {
			JAP = { add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty } }
			CHI = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_stand_with_china
		icon = align_to_china
		x = @diplomacy_tree2_right
		y = 3
		cost = 10
		
		prerequisite = {
			focus = SOV_path_of_the_dragon
			focus = SOV_path_of_the_bear
		}
		
		mutually_exclusive = {
			focus = SOV_stand_with_japan
		}
		
		completion_reward = {
			CHI = { add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty } }
			JAP = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_trade_with_the_east
		icon = trade_with_china
		x = @diplomacy_tree3_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_path_of_the_dragon }
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						is_in_faction_with = CHI
						has_government = communism
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = improve_trade
				}
			}
		}
	}
	
	focus = {
		id = SOV_land_doctrine_focus_1
		icon = army_doctrine
		x = @army_tree_left
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_army }
	
		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.25
				uses = 1
				category = land_doctrine
			}
		}
	}
	
	focus = {
		id = SOV_motorized_forces
		icon = motorized
		x = @army_tree_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_army }
	
		completion_reward = {
			add_tech_bonus = {
				name = SOV_motorized_forces
				bonus = 0.50
				uses = 1
				technology = APC_1
				technology = APC_2
				technology = APC_3
				technology = APC_4
				technology = APC_5
				technology = APC_6
				technology = APC_7
				technology = APC_8
			}
		}
	}
	
	focus = {
		id = SOV_carrier_program
		icon = carriers
		x = @navy_tree_left
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_navy }
		
		completion_reward = {
			add_tech_bonus = {
				name = SOV_carrier_program
				bonus = 0.50
				uses = 1
				technology = modern_carrier_0
				technology = modern_carrier_1
				technology = modern_carrier_2
				technology = modern_carrier_3
				technology = modern_carrier_4
				technology = modern_carrier_5
				technology = modern_carrier_6
			}
		}
	}
	
	focus = {
		id = SOV_naval_production_program
		icon = naval_dockyard
		x = @navy_tree_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_navy }
		
		completion_reward = {
			643 = {
				if = {
					limit = {
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
			}
			644 = {
				if = {
					limit = {
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
			}
			668 = {
				if = {
					limit = {
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
			}
			667 = {
				if = {
					limit = {
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_fighter_focus
		icon = fighters
		x = @air_force_tree_left
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_air_force }
		
		completion_reward = {
			add_ideas = fighter_production_bonus
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_air_doctrine_focus_1
		icon = air_doctrine
		x = @air_force_tree_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_air_force }
		
		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.25
				uses = 1
				category = air_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_oligarchic_republic
		icon = army_logistics
		x = @industry_tree_left
		y = 4
		cost = 10
		
		prerequisite = { focus = SOV_support_gazprom }
		prerequisite = { focus = SOV_support_the_oligarchs }
		
		mutually_exclusive = { focus = SOV_putinism }
		mutually_exclusive = { focus = SOV_tsarist_restoration }
		
		completion_reward = {
			if = {
				limit = { has_idea = oligarchs }
				visually_display_opinion_rise_oligarchs = yes
				set_country_flag = current_oligarchs
				increase_internal_faction_opinion = yes
			}
			subtract_from_variable = {
				var = Conservative
				value = 0.03
			}
			add_to_variable = {
				var = oligarchism
				value = 0.02
			}
			recalculate_party = yes
			custom_effect_tooltip = SOV_oligarchic_republic_tt
			remove_ideas = SOV_corrupt_oligarchy
			add_ideas = idea_SOV_oligarchic_republic
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_putinism
		icon = neutrality
		x = @industry_tree_right
		y = 4
		cost = 10
		
		prerequisite = {
			focus = SOV_economic_intervention
			focus = SOV_support_the_oligarchs
		}
		
		available = {
			NOT = { has_idea = EU_member }
			has_government = communism
			OR = {
				has_country_leader = { name = "Vladimir Putin" }
				has_country_leader = { name = "Dimitry Medvedev" }
			}
		}
		
		completion_reward = {
			add_ideas = idea_SOV_putinism
			add_stability = 0.02
		}
		
		mutually_exclusive = { focus = SOV_tsarist_restoration }
		mutually_exclusive = { focus = SOV_oligarchic_republic }
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_tsarist_restoration
		icon = tsarist_russia
		x = @industry_tree_super_far_right
		y = 4
		cost = 10
		
		prerequisite = {
			focus = SOV_economic_intervention
		}
		
		prerequisite = {
			focus = SOV_political_control
		}
		
		mutually_exclusive = { focus = SOV_putinism }
		mutually_exclusive = { focus = SOV_oligarchic_republic }
		
		completion_reward = {
			add_stability = -0.05
			add_to_variable = {
				var = Monarchist
				popularity = 0.15
			}
			recalculate_party = yes
			set_politics = {
				ruling_party = nationalist
				elections_allowed = no
			}
			add_ideas = influence_nationalist_5
			custom_effect_tooltip = SOV_tsarist_restoration_tt
			hidden_effect = {
				clear_array = ruling_party
				clear_array = gov_coalition_array
				add_to_array = { ruling_party = 23 }
				update_government_coalition_strength = yes
				update_party_name = yes
				set_coalition_drift = yes
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				is_historical_focus_on = yes
				factor = 0
			}
		}
	}
	
	focus = {
		id = SOV_encourage_birth_rates
		icon = consumer_goods
		x = @chechnya_to_industry_tree
		y = 4
		cost = 20
		
		prerequisite = { focus = SOV_political_control }
		
		completion_reward = {
			add_political_power = 50
			add_ideas = idea_focus_family_values
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_secure_the_georgian_republics
		icon = military_deal
		x = @chechnya_tree_super_far_left
		y = 4
		cost = 10
		
		prerequisite = {
			focus = SOV_southern_strategy
		}
		
		completion_reward = {
			add_political_power = 50
			army_experience = 10
			ABK = { country_event = { id = russia.6 } }
			SOO = { country_event = { id = russia.6 } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_reassure_armenia
		icon = improve_relations
		x = @chechnya_tree_left
		y = 4
		cost = 10
		
		prerequisite = {
			focus = SOV_southern_strategy
		}
		
		completion_reward = {
			add_political_power = 50
			army_experience = 10
			ARM = { country_event = { id = russia.6 } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_stand_with_democracy
		icon = democracy
		x = @diplomacy_tree1to2
		y = 4
		cost = 10
		
		prerequisite = {
			focus = SOV_path_of_the_eagle
			focus = SOV_stand_with_japan
		}
		
		available = {
			NOT = { has_completed_focus = SOV_path_of_the_dragon }
		}
		
		completion_reward = {
			add_political_power = 25
			add_timed_idea = {
				idea = democratic_influence
				days = 730
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_stand_with_autocracy
		icon = fascism
		x = @diplomacy_tree2to3
		y = 4
		cost = 10
		
		prerequisite = {
			focus = SOV_stand_with_china
			focus = SOV_path_of_the_dragon
		}
		
		available = {
			NOT = { has_completed_focus = SOV_path_of_the_eagle }
		}
		
		completion_reward = {
			add_war_support = 0.05
			add_timed_idea = {
				idea = nationalist_outlook
				days = 730
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_armored_force
		icon = t90
		x = @army_tree_center
		y = 4
		cost = 10
		
		prerequisite = { focus = SOV_land_doctrine_focus_1 }
		prerequisite = { focus = SOV_motorized_forces }
		
		completion_reward = {
			add_tech_bonus = {
				name = SOV_modern_armor
				bonus = 0.50
				uses = 1
				technology = MBT_1
				technology = MBT_2
				technology = MBT_3
				technology = MBT_4
				technology = MBT_5
				technology = MBT_7
				technology = MBT_8
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_navy_doctrine_focus_1
		icon = naval_doctrine
		x = @navy_tree_center
		y = 4
		cost = 10
		
		prerequisite = { focus = SOV_carrier_program }
		prerequisite = { focus = SOV_naval_production_program }
		
		completion_reward = {
			navy_experience = 25
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_air_base_program
		icon = fighters2
		x = @air_force_tree_center
		y = 4
		cost = 10
		
		prerequisite = { focus = SOV_fighter_focus }
		prerequisite = { focus = SOV_air_doctrine_focus_1 }
		
		completion_reward = {
			671 = { 
				add_building_construction = {
					type = air_base
					level = 4
					instant_build = yes
				}
			}
			682 = { 
				add_building_construction = {
					type = air_base
					level = 4
					instant_build = yes
				}
			}
			653 = { 
				add_building_construction = {
					type = air_base
					level = 4
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_strengthen_CSTO
		icon = align_to_russia
		x = @industry_tree_center
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_oligarchic_republic
			focus = SOV_putinism
		}
		
		available = {
			is_faction_leader = yes
		}
		
		mutually_exclusive = { focus = SOV_greater_union_state }
		
		completion_reward = {
			every_country = {
				limit = { is_in_faction_with = SOV }
				add_opinion_modifier = { target = SOV modifier = recent_actions_positive }
			}
			army_experience = 5
			navy_experience = 5
			air_experience = 5
		}
		
		ai_will_do = {
			factor = 10
			modifier = {
				is_historical_focus_on = yes
				factor = 0
			}
		}
	}
	
	focus = {
		id = SOV_greater_union_state
		icon = military_deal
		x = @industry_tree_far_right
		y = 5
		cost = 10
		
		available = {
			is_faction_leader = yes
			is_in_faction_with = BLR
			OR = {
				AND = {
					BLR = { has_government = communism }
					SOV = { has_government = communism }
				}
				AND = {
					BLR = { has_government = nationalist }
					SOV = { has_government = nationalist }
				}
				AND = {
					BLR = { has_elections = yes }
					SOV = { has_elections = yes }
				}
			}
		}
		
		prerequisite = {
			focus = SOV_putinism
			focus = SOV_tsarist_restoration
		}
		
		mutually_exclusive = { focus = SOV_strengthen_CSTO }
		
		completion_reward = {
			BLR = { country_event = { id = russia.2 } }
			effect_tooltip = {
				every_country = {
					limit = {
						is_in_faction_with = SOV
						NOT = { tag = SOV }
						NOT = { tag = BLR }
					}
					country_event = { id = russia.5 }
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_greater_russia
		icon = align_to_russia
		x = @greater_russia_tree_center
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_secure_the_georgian_republics }
		prerequisite = { focus = SOV_reassure_armenia }
		
		available = {
			is_puppet = no
			OR = {
				has_government = communism
				has_government = nationalist
			}
		}
		
		completion_reward = {
			add_political_power = 50
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_EU_membership
		icon = align_to_europe
		x = @chechnya_tree_center
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_european_integration }
		
		available = {
			NOT = { has_completed_focus = SOV_putinism }
			has_elections = yes
		}
		
		completion_reward = {
			add_ideas = EU_member 
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_restore_the_union
		icon = communism
		x = @chechnya_tree_far_right
		y = 5
		cost = 50
		
		will_lead_to_war_with = EST
		will_lead_to_war_with = LAT
		will_lead_to_war_with = LIT
		will_lead_to_war_with = UKR
		will_lead_to_war_with = MLV
		will_lead_to_war_with = GEO
		will_lead_to_war_with = ARM
		will_lead_to_war_with = AZE
		will_lead_to_war_with = NKR
		will_lead_to_war_with = KAZ
		will_lead_to_war_with = TRK
		will_lead_to_war_with = UZB
		will_lead_to_war_with = KYR
		will_lead_to_war_with = TAJ
		
		prerequisite = { focus = SOV_red_union_state }
		
		available = {
			has_government = communism
		}
		
		completion_reward = {
			set_cosmetic_tag = SOV_SovietUnion
			add_named_threat = {
				threat = 20
				name = threat_SOV_new_soviet_union
			}
			if = {
				limit = {
					BLR = { is_puppet_of = SOV }
				}
				annex_country = { target = BLR transfer_troops = yes }
			}
			annex_country = { target = SOO transfer_troops = yes }
			annex_country = { target = ABK transfer_troops = yes }
			annex_country = { target = PMR transfer_troops = yes }
			if = {
				limit = {
					is_in_faction_with = EST
				}
				remove_from_faction = EST
				EST = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = LAT
				}
				remove_from_faction = LAT
				LAT = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = LIT
				}
				remove_from_faction = LIT
				LIT = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = UKR
				}
				remove_from_faction = UKR
				UKR = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = MLV
				}
				remove_from_faction = MLV
				MLV = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = GEO
				}
				remove_from_faction = GEO
				GEO = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = AZE
				}
				remove_from_faction = AZE
				AZE = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = ARM
				}
				remove_from_faction = ARM
				ARM = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = NKR
				}
				remove_from_faction = NKR
				NKR = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = KAZ
				}
				remove_from_faction = KAZ
				KAZ = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = KYR
				}
				remove_from_faction = KYR
				KYR = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = UZB
				}
				remove_from_faction = UZB
				UZB = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = TRK
				}
				remove_from_faction = TRK
				TRK = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = TAJ
				}
				remove_from_faction = TAJ
				TAJ = { set_country_flag = left_CSTO }
			}
			
			create_wargoal = {
				type = annex_everything
				target = EST
			}
			create_wargoal = {
				type = annex_everything
				target = LAT
			}
			create_wargoal = {
				type = annex_everything
				target = LIT
			}
			create_wargoal = {
				type = annex_everything
				target = UKR
			}
			create_wargoal = {
				type = annex_everything
				target = MLV
			}
			create_wargoal = {
				type = annex_everything
				target = GEO
			}
			create_wargoal = {
				type = annex_everything
				target = AZE
			}
			create_wargoal = {
				type = annex_everything
				target = ARM
			}
			create_wargoal = {
				type = annex_everything
				target = NKR
			}
			create_wargoal = {
				type = annex_everything
				target = KAZ
			}
			create_wargoal = {
				type = annex_everything
				target = TAJ
			}
			create_wargoal = {
				type = annex_everything
				target = UZB
			}
			create_wargoal = {
				type = annex_everything
				target = TRK
			}
			create_wargoal = {
				type = annex_everything
				target = KYR
			}
		}
		
		ai_will_do = { factor = 10 }
	}
	
	focus = {
		id = SOV_support_south_korea
		icon = align_to_south_korea
		x = @diplomacy_tree1_left
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_stand_with_democracy
		}
		
		completion_reward = {
			KOR = { add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty } }
			NKO = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_global_trade_treaties
		icon = trade
		x = @diplomacy_tree1_right
		y = 5
		cost = 25
		
		prerequisite = {
			focus = SOV_stand_with_democracy
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
				}
				hidden_effect = {
					remove_opinion_modifier = {
						target = SOV
						modifier = improve_trade
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = improve_trade
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_seek_indian_friendship
		icon = align_to_india
		x = @diplomacy_tree2_left
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_stand_with_japan
		}
		
		completion_reward = {
			RAJ = { add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty } }
			PAK = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_seek_pakistani_friendship
		icon = align_to_pakistan
		x = @diplomacy_tree2_right
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_stand_with_china
		}
		
		completion_reward = {
			PAK = { add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty } }
			RAJ = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_support_assad
		icon = fascism
		x = @diplomacy_tree3_left
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_stand_with_autocracy
		}
		
		available = {
			OR = {
				SYR = { is_puppet = no }
				SYR = { is_puppet_of = SOV }
			}
			NOT = { is_in_faction_with = SYR }
			NOT = { has_war_with = SYR }
			SYR = { has_government = nationalist }
		}
		
		completion_reward = {
			SYR = {
				add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty }
			}
			ISR = {
				add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_support_the_kims
		icon = communism
		x = @diplomacy_tree3_right
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_stand_with_autocracy
		}
		
		available = {
			OR = {
				NKO = { is_puppet = no }
				NKO = { is_puppet_of = SOV }
			}
			NOT = { is_in_faction_with = NKO }
			NOT = { has_war_with = NKO }
			NKO = { has_government = communism }
		}
		
		completion_reward = {
			NKO = { add_opinion_modifier = { target = SOV modifier = has_expressed_loyalty } }
			KOR = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_propaganda_programs
		icon = propaganda
		x = @army_tree_left
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_land_doctrine_focus_1
		}
		
		completion_reward = {
			add_war_support = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_land_doctrine_focus_2
		icon = army_doctrine
		x = @army_tree_right
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_armored_force }
		
		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.25
				uses = 2
				category = land_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_navy_doctrine_focus_2
		icon = naval_doctrine
		x = @navy_tree_left
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_navy_doctrine_focus_1 }
		
		completion_reward = {
			navy_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_eastern_ports
		icon = naval_dockyard
		x = @navy_tree_right
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_naval_production_program }
		
		completion_reward = {
			692 = {
				if = {
					limit = {
						free_building_slots = {
							building = dockyard
							size > 2
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 3
					add_building_construction = {
						type = dockyard
						level = 3
						instant_build = yes
					}
				}
			}
			687 = {
				if = {
					limit = {
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_eastern_air_bases
		icon = escort_fighters
		x = @air_force_tree_left
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_air_base_program }
		
		completion_reward = {
			690 = {
				add_building_construction = {
					type = air_base
					level = 5
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_air_doctrine_focus_2
		icon = air_doctrine
		x = @air_force_tree_right
		y = 5
		cost = 10
		
		prerequisite = {
			focus = SOV_air_doctrine_focus_1
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.25
				uses = 2
				category = air_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_focus_on_ukraine
		icon = demand_territory2
		x = @greater_russia_tree_center
		y = 6
		cost = 10
		
		prerequisite = { focus = SOV_greater_russia }
		
		available = {
			NOT = { is_in_faction_with = UKR }
			OR = {
				date > 2010.1.1
				has_government = nationalist
				has_government = communism
			}
		}
		
		completion_reward = {
			UKR = { add_opinion_modifier = { target = SOV modifier = rival } }
			SOV = { add_opinion_modifier = { target = UKR modifier = rival } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_western_research_assistance
		icon = research
		x = @chechnya_tree_center
		y = 6
		cost = 20
		
		prerequisite = { focus = SOV_EU_membership }
		
		available = {
			OR = {
				has_idea = EU_member 
				NOT = { has_government = communism }
			}
			has_elections = yes
		}
		
		completion_reward = {
			add_research_slot = 1
		}
	}
	
	focus = {
		id = SOV_the_crimean_question
		icon = forceful_treaty
		x = @greater_russia_tree_left
		y = 7
		cost = 10
		
		will_lead_to_war_with = UKR
		
		prerequisite = { focus = SOV_focus_on_ukraine }
		
		available = {
			NOT = { is_in_faction_with = UKR }
		}
		
		bypass = {
			OR = {
				has_war_with = UKR
				owns_state = 137
				is_in_faction_with = UKR
			}
		}
		
		completion_reward = {
			UKR = { country_event = { id = russia.7 } }
		}
		
		ai_will_do = {
			factor = 25
		}
	}
	
	focus = {
		id = SOV_novorossiya
		icon = forceful_treaty
		x = @greater_russia_tree_right
		y = 7
		cost = 10
		
		prerequisite = { focus = SOV_focus_on_ukraine }
		
		available = {
			NOT = { is_in_faction_with = UKR }
			OR = {
				UKR = { has_country_flag = euromaidan }
				NOT = { has_elections = yes }
			}
		}
		
		bypass = {
			OR = {
				is_in_faction_with = UKR
				NOV = { exists = yes }
				AND = {
					owns_state = 227
					owns_state = 228
				}
			}
		}
		
		completion_reward = {
			UKR = { country_event = { id = russia.10 } }
		}
		
		ai_will_do = {
			factor = 15
		}
	}
	
	focus = {
		id = SOV_estonian_russians
		icon = skull
		x = @greater_russia_tree_left
		y = 8
		cost = 10
		
		prerequisite = {
			focus = SOV_the_crimean_question
			focus = SOV_novorossiya
		}
		
		available = {
			NOT = { is_in_faction_with = EST }
		}
		
		bypass = {
			is_in_faction_with = EST
		}
		
		completion_reward = {
			add_state_claim = 106
			add_popularity = {
				ideology = nationalist
				popularity = 0.02
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				EST = { is_in_faction_with = USA }
			}
		}
	}
	
	focus = {
		id = SOV_latvian_russians
		icon = skull
		x = @greater_russia_tree_right
		y = 8
		cost = 10
		
		prerequisite = {
			focus = SOV_the_crimean_question
			focus = SOV_novorossiya
		}
		
		available = {
			NOT = { is_in_faction_with = LAT }
		}
		
		bypass = {
			is_in_faction_with = LAT
		}
		
		completion_reward = {
			add_state_claim = 107
			add_popularity = {
				ideology = nationalist
				popularity = 0.02
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				LAT = { is_in_faction_with = USA }
			}
		}
	}
	
	
}