focus_tree = {
	
	id = russia_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 20
			original_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 = {
			add_tech_bonus = {
				name = industrial_bonus
				bonus = 0.25
				uses = 2
				category = industry
			}
		}
		
		ai_will_do = {
			factor = 25
		}
	}
	
	focus = {
		id = SOV_grozny_offensive
		icon = demand_sudetenland
		x = @chechnya_tree_center
		y = 0
		cost = 10
		
		will_lead_to_war_with = CHE
		
		available = {
			NOT = { is_in_faction_with = CHE }
		}
		
		completion_reward = {
			add_political_power = 20
			declare_war_on = {
				target = CHE
				type = take_state_focus
				generator = { 828 }
			}
			add_named_threat = {
				threat = 1
				name = threat_SOV_second_chechen_war
			}
		}
		
		bypass = {
			OR = {
				CHE = { exists = no }
				828 = { 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 = {
					195 = { owner = { tag = SOV } }
				}
				195 = {
					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 = {
					218 = { owner = { tag = SOV } }
				}
				218 = {
					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 = {
					219 = { owner = { tag = SOV } }
				}
				219 = {
					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 = 30
		}
		
		ai_will_do = {
			factor = 25
		}
	}
	
	focus = {
		id = SOV_nationalistic_sentiment
		icon = army_logistics
		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_popularity = {
				ideology = fascist
				popularity = 0.02
			}
			add_popularity = {
				ideology = nationalist
				popularity = 0.02
			}
			add_popularity = {
				ideology = monarchist
				popularity = 0.02
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	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 = 20
			add_popularity = {
				ideology = social_liberal
				popularity = 0.05
			}
			add_popularity = {
				ideology = communist
				popularity = 0.05
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	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 = 25
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_modernize_the_military
		icon = defence
		x = @navy_tree_center
		y = 1
		cost = 10
		
		prerequisite = { focus = SOV_grozny_offensive }
		
		completion_reward = {
			army_experience = 5
			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 = {
					219 = { owner = { tag = SOV } }
				}
				219 = {
					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 = {
					195 = { owner = { tag = SOV } }
				}
				195 = {
					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 = {
					217 = { owner = { tag = SOV } }
				}
				217 = {
					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 = oil_production
		x = @industry_tree_left
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_industrial_project
		}
		
		completion_reward = {
			214 = {
				add_resource = {
					type = oil
					amount = 15
				}
			}
			398 = {
				add_resource = {
					type = oil
					amount = 15
				}
			}
			262 = {
				add_resource = {
					type = oil
					amount = 15
				}
			}
		}
		
		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
			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
						}
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 5
			
			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 = {
			remove_ideas = SOV_corrupt_oligarchy
		}
		
		ai_will_do = {
			factor = 20
		}
	}
	
	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_popularity = {
				ideology = reactionary
				popularity = 0.15
			}
		}
		
		ai_will_do = {
			factor = 15
		}
	}
	
	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 = social_liberal
				popularity = 0.15
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = SOV_the_red_menace
		icon = communism
		x = 17
		y = 2
		cost = 10
		
		prerequisite = {
			focus = SOV_appease_chechnya
		}
		
		mutually_exclusive = {
			focus = SOV_russia_first
			focus = SOV_peaceful_reform
		}
		
		completion_reward = {
			add_popularity = {
				ideology = communist
				popularity = 0.15
			}
			add_timed_idea = {
				idea = sov_communist_pressure_light
				days = 1000
			} 
			
		}
		
		ai_will_do = {
			factor = 15
			modifier = {
				is_historical_focus_on = yes
				factor = 0
			}
		}
	}
	
	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_democratic_form_of_government = 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
						is_in_faction_with = USA
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = recent_actions_positive
				}
			}
		}
		
		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 = recent_actions_positive
				}
			}
		}
		
		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 = {
			PRC = { has_government = communist }
			NOT = { has_completed_focus = SOV_stand_with_japan }
			NOT = { has_completed_focus = SOV_stand_with_democracy }
		}
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = PRC
						is_in_faction_with = PRC
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = recent_actions_positive
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_China_alliance
		icon = align_to_china
		x = 28
		y = 3
		cost = 15
		
		prerequisite = { focus = SOV_stand_with_china }
		
		completion_reward = {
			every_country = {
				limit = {
					tag = PRC
				}
				
				country_event = { id = russia.11 }
			}
		}
		
		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 = airforce
		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 = 15
		}
		
		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 = 100
		}
		
		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 = AZR
						tag = GEO
						tag = NGK
						tag = PER
						tag = SOS
						tag = TUR
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = trade_influence_1
				}
			}
		}
	}
	
	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 = idea_eu_member }
				add_opinion_modifier = {
					target = SOV
					modifier = recent_actions_positive
				}
			}
			add_popularity = {
				ideology = fascist
				popularity = -0.02
			}
			add_popularity = {
				ideology = nationalist
				popularity = -0.02
			}
			add_popularity = {
				ideology = reactionary
				popularity = -0.02
			}
			add_popularity = {
				ideology = monarchist
				popularity = -0.02
			}
			add_popularity = {
				ideology = communist
				popularity = -0.02
			}
		}
	}
	
	
	focus = {
		id = SOV_stalinist_reforms
		icon = communism
		x = 15
		y = 4
		cost = 10
		prerequisite  = { focus = SOV_the_red_menace }
		mutually_exclusive = { focus = SOV_lenninst_reforms }
		mutually_exclusive = { focus = SOV_maoist_reforms }
		
		available = {
			has_government = communist
		}
		
		ai_will_do = {
			factor = 20
		}
		
		completion_reward = {
			add_ideas = sov_stalinist_reforms_idea
		}
	}
	
	focus = {
		id = SOV_lenninst_reforms
		icon = communism
		x = 17
		y = 4
		cost = 10
		prerequisite  = { focus = SOV_the_red_menace }
		mutually_exclusive = { focus = SOV_maoist_reforms }
		mutually_exclusive = { focus = SOV_stalinist_reforms }
		
		available = {
			has_government = communist
		}
		
		ai_will_do = {
			factor = 20
		}
		
		completion_reward = {
			add_ideas = sov_lenninst_reforms_idea
		}
	}
	
	focus = {
		id = SOV_maoist_reforms
		icon = communism
		x = 19
		y = 4
		cost = 10
		prerequisite  = { focus = SOV_the_red_menace }
		
		mutually_exclusive = { focus = SOV_lenninst_reforms }
		mutually_exclusive = { focus = SOV_stalinist_reforms }
		available = {
			has_government = communist
		}
		
		ai_will_do = {
			factor = 20
		}
		
		completion_reward = {
			add_ideas = sov_maoist_reforms_idea
		}
	}
	
	focus = {
		id = SOV_red_union_state
		icon = align_to_belarus
		x = 17
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_maoist_reforms focus = SOV_lenninst_reforms focus = SOV_stalinist_reforms }
		
		available = {
			has_government = communist
		}
		
		
		completion_reward = {
			BLR = { country_event = { id = russia.18 } }
			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 = 15
		}
	}
	
	focus = {
		id = SOV_trade_with_the_west
		icon = trade_deal
		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 = idea_eu_member
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = trade_influence_1
				}
			}
		}
		
		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 } }
			PRC = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_JAP_alliance
		icon = align_to_japan
		x = 22
		y = 3
		cost = 15
		
		prerequisite = { focus = SOV_stand_with_japan }
		
		completion_reward = {
			every_country = {
				limit = {
					tag = JAP
				}
				
				country_event = { id = russia.11 }
			}
		}
		
		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 = {
			PRC = { 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_deal
		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 = PRC
						has_government = communist
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = trade_influence_1
				}
			}
		}
	}
	
	focus = {
		id = SOV_land_doctrine_focus_1
		icon = infantry_axis
		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_ideas = idea_focus_generic_motorized_focus
		}
	}
	
	focus = {
		id = SOV_carrier_program
		icon = carrier
		x = @navy_tree_left
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_navy }
		
		completion_reward = {
			add_tech_bonus = {
				name = carrier_bonus
				bonus = 0.5
				uses = 1
				category = cv_tech
			}
		}
	}
	
	focus = {
		id = SOV_naval_production_program
		icon = naval_dockyards
		x = @navy_tree_right
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_navy }
		
		completion_reward = {
			213 = {
				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
					}
				}
			}
			195 = {
				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
					}
				}
			}
			208 = {
				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
					}
				}
			}
			218 = {
				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 = fighter
		x = @air_force_tree_left
		y = 3
		cost = 10
		
		prerequisite = { focus = SOV_the_russian_air_force }
		
		completion_reward = {
			add_ideas = idea_focus_generic_fighter_focus
		}
		
		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 = {
			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 = idea_eu_member }
		}
		
		completion_reward = {
			add_ideas = idea_SOV_putinism
		}
		
		mutually_exclusive = { focus = SOV_tsarist_restoration }
		mutually_exclusive = { focus = SOV_oligarchic_republic }
		
		ai_will_do = {
			factor = 30
		}
	}
	
	focus = {
		id = SOV_tsarist_restoration
		icon = monarchy
		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_popularity = {
				ideology = monarchist
				popularity = 0.15
			}
			set_politics = {
				ruling_party = monarchist
				elections_allowed = no
			}
		}
		
		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 = 50
		
		prerequisite = { focus = SOV_political_control }
		
		completion_reward = {
			add_political_power = -50
			hidden_effect = { remove_ideas = population_growth_decline }
			add_ideas = population_growth_stagnation
		}
		
		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 = 10
			army_experience = 10
			ABK = { country_event = { id = russia.6 } }
			SOS = { 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 = 10
			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 = idea_focus_generic_path_of_liberty
				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_national_unity = 0.05
			add_timed_idea = {
				idea = idea_focus_generic_path_of_order
				days = 730
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_armored_force
		icon = tank
		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 = armor_bonus
				bonus = 0.4
				uses = 2
				category = armor
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_navy_doctrine_focus_1
		icon = navy2
		x = @navy_tree_center
		y = 4
		cost = 10
		
		prerequisite = { focus = SOV_carrier_program }
		prerequisite = { focus = SOV_naval_production_program }
		
		completion_reward = {
			add_tech_bonus = {
				name = naval_doc_bonus
				bonus = 0.25
				uses = 1
				category = naval_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_air_base_program
		icon = fighter2
		x = @air_force_tree_center
		y = 4
		cost = 10
		
		prerequisite = { focus = SOV_fighter_focus }
		prerequisite = { focus = SOV_air_doctrine_focus_1 }
		
		completion_reward = {
			232 = { 
				add_building_construction = {
					type = air_base
					level = 4
					instant_build = yes
				}
			}
			210 = { 
				add_building_construction = {
					type = air_base
					level = 4
					instant_build = yes
				}
			}
			215 = { 
				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
		}
		
		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 = 30
			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_in_faction_with = BLR
			OR = {
				AND = {
					BLR = { has_government = communist }
					SOV = { has_government = communist }
				}
				AND = {
					OR = {
						BLR = { has_government = monarchist }
						BLR = { has_government = nationalist }
						BLR = { has_government = fascist }
					}
					OR = {
						SOV = { has_government = monarchist }
						SOV = { has_government = nationalist }
						SOV = { has_government = fascist }
					}
				}
				AND = {
					BLR = { has_democratic_form_of_government = yes }
					SOV = { has_democratic_form_of_government = 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 = reactionary
				has_government = nationalist
				has_government = fascist
				has_government = conservative
			}
		}
		
		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_democratic_form_of_government = yes
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_idea = idea_eu_member
				}
				country_event = { id = european_union.1 }
			}
			hidden_effect = { add_ideas = idea_eu_member }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
	  id = SOV_communist_SOI
      icon = communism
      x = 17
      y = 7
      cost = 20

      prerequisite = {
         focus = SOV_red_union_state
      }
	  
	  available = {
		has_government = communist
	  }

      completion_reward = {
		every_country = {
			limit = {
				tag = BUL
				tag = CZE
				tag = HUN
				tag = ROM
				tag = POL
				tag = ALB
				tag = CUB
				tag = MON
				tag = SLO
			}
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			} 
			
		}
		
		BUL = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		CZE = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		HUN = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		ROM = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		POL = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		MON = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		SLO = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		ALB = {
			add_timed_idea = {
				idea = sov_communist_pressure
				days = 1000
			}
		}
		add_threat = 5
      }

		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
	  id = SOV_turkey_commie
      icon = communism
      x = 19
      y = 7
      cost = 20

      prerequisite = {
         focus = SOV_communist_SOI
      }
	  
	  available = {
		has_government = communist
	  }

      completion_reward = {
		every_country = {
			limit = {
				tag = TUR
			}
			add_timed_idea = {
				idea = sov_communist_pressure_light
				days = 1000
			} 
		}
      }

		ai_will_do = {
			factor = 20
		}
	}
	
	focus = {
	  id = SOV_neo_warsawpact
      icon = communism3
      x = 17
      y = 8
      cost = 15

      prerequisite = {
         focus = SOV_communist_SOI
      }
	
	  available = {
			AND = { 
			POL = { has_government = communist }
			ROM = { has_government = communist }
			has_government = communist
		}
	}

      completion_reward = {
			set_global_flag = second_warsaw_pact
         
         create_faction = "Second Warsaw Pact"
			if = {
				limit = {
					BUL = {
						exists = yes 
					}
				}
					
					BUL = { country_event = { id = russia.15 } }
				}
			
			if = {
				limit = {
					CZE = {
						exists = yes 
					}
				}
					
					CZE = { country_event = { id = russia.15 } }
				}
			
			if = {
				limit = {
					HUN = {
						exists = yes 
					}
				}
					
					HUN = { country_event = { id = russia.15 } }
				}
			
			
			if = {
				limit = {
					ROM = {
						exists = yes 
					}
				}
					
					ROM = { country_event = { id = russia.15 } }
				}
			
			
			if = {
				limit = {
					POL = {
						exists = yes 
					}
				}
					
					POL = { country_event = { id = russia.15 } }
				}
			
			
			if = {
				limit = {
					ALB = {
						exists = yes 
					}
				}
					
					ALB = { country_event = { id = russia.15 } }
				}
			
			
			if = {
				limit = {
					CUB = {
						exists = yes 
					}
				}
					
					CUB = { country_event = { id = russia.15 } }
				}
			
			
			if = {
				limit = {
					PRC = {
						exists = yes 
					}
				}
					
					PRC = { country_event = { id = russia.15 } }
				}
			
				

				
				add_threat = 10
      }

		ai_will_do = {
			factor = 5
		}
	}
	focus = {
		id = SOV_restore_the_union
		icon = communism4
		x = 17
		y = 9
		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 = MDV
		will_lead_to_war_with = GEO
		will_lead_to_war_with = ARM
		will_lead_to_war_with = AZR
		will_lead_to_war_with = NGK
		will_lead_to_war_with = KZH
		will_lead_to_war_with = TRM
		will_lead_to_war_with = UZB
		will_lead_to_war_with = KYR
		will_lead_to_war_with = TJI
		
		prerequisite = { focus = SOV_neo_warsawpact }
		
		available = {
			has_government = communist
		}
		
		completion_reward = {
			
			add_named_threat = {
				add_threat = 40
				name = threat_SOV_new_soviet_union
			}
			
			if = {
				limit = {
					BLR = { is_puppet_of = SOV }
				}
				annex_country = { target = BLR transfer_troops = yes }
			}
			
			annex_country = { target = SOS transfer_troops = yes }
			annex_country = { target = ABK transfer_troops = yes }
			annex_country = { target = TRA transfer_troops = yes }
			
			if = {
				limit = {
					NOT = { is_in_faction_with = EST }
				}
				
				create_wargoal = {
					type = annex_everything
					target = EST
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = LAT }
				}
				create_wargoal = {
					type = annex_everything
					target = LAT
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = LIT }
				}
				create_wargoal = {
					type = annex_everything
					target = LIT
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = UKR }
				}
				create_wargoal = {
					type = annex_everything
					target = UKR
				}	
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = MDV }
				}
				create_wargoal = {
					type = annex_everything
					target = MDV
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = GEO }
				}
				create_wargoal = {
					type = annex_everything
					target = GEO
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = AZR }
				}
				create_wargoal = {
					type = annex_everything
					target = AZR
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = ARM }
				}
				create_wargoal = {
					type = annex_everything
					target = ARM
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = NGK }
				}
				create_wargoal = {
					type = annex_everything
					target = NGK
				}
			}
			if = {
				limit = {
					is_in_faction_with = KZH
				}
				remove_from_faction = KZH
				KZH = { 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 = TRM
				}
				remove_from_faction = TRM
				TRM = { set_country_flag = left_CSTO }
			}
			if = {
				limit = {
					is_in_faction_with = TJI
				}
				remove_from_faction = TJI
				TJI = { set_country_flag = left_CSTO }
			}
			
			create_wargoal = {
				type = annex_everything
				target = KZH
			}
			create_wargoal = {
				type = annex_everything
				target = TJI
			}
			create_wargoal = {
				type = annex_everything
				target = UZB
			}
			create_wargoal = {
				type = annex_everything
				target = TRM
			}
			create_wargoal = {
				type = annex_everything
				target = KYR
			}
		}
		
		ai_will_do = { factor = 3 }
	}
	
	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 } }
			PRK = { add_opinion_modifier = { target = SOV modifier = loyal_to_our_enemy } }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_KOR_alliance
		icon = align_to_south_korea
		x = @diplomacy_tree1_left
		y = 6
		cost = 15
		
		prerequisite = { focus = SOV_support_south_korea }
		
		completion_reward = {
			every_country = {
				limit = {
					tag = KOR
				}
				
				country_event = { id = russia.11 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	
	
	focus = {
		id = SOV_global_trade_treaties
		icon = trade_deal
		x = @diplomacy_tree1_right
		y = 5
		cost = 25
		
		prerequisite = {
			focus = SOV_stand_with_democracy
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_democratic_form_of_government = yes
				}
				hidden_effect = {
					remove_opinion_modifier = {
						target = SOV
						modifier = trade_influence_1
					}
				}
				add_opinion_modifier = {
					target = SOV
					modifier = trade_influence_2
				}
			}
		}
		
		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_RAJ_alliance
		icon = align_to_india
		x = @diplomacy_tree2_left
		y = 6
		cost = 15
		
		prerequisite = { focus = SOV_seek_indian_friendship }
		
		completion_reward = {
			every_country = {
				limit = {
					tag = RAJ
				}
				
				country_event = { id = russia.11 }
			}
		}
		
		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_PAK_alliance
		icon = align_to_pakistan
		x = @diplomacy_tree2_right
		y = 6
		cost = 15
		
		prerequisite = { focus = SOV_seek_pakistani_friendship }
		
		completion_reward = {
			every_country = {
				limit = {
					tag = PAK
				}
				
				country_event = { id = russia.11 }
			}
		}
		
		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 = {
				PRK = { is_puppet = no }
				PRK = { is_puppet_of = SOV }
			}
			NOT = { is_in_faction_with = PRK }
			NOT = { has_war_with = PRK }
			PRK = { has_government = communist }
		}
		
		completion_reward = {
			PRK = { 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_NK_alliance
		icon = communism2
		x = @diplomacy_tree3_right
		y = 6
		cost = 15
		
		prerequisite = { focus = SOV_support_the_kims }
		
		completion_reward = {
			every_country = {
				limit = {
					tag = PRK
				}
				
				country_event = { id = russia.11 }
			}
		}
		
		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_national_unity = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_land_doctrine_focus_2
		icon = infantry_axis
		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 = {
			add_tech_bonus = {
				name = naval_doc_bonus
				bonus = 0.25
				uses = 2
				category = naval_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = SOV_eastern_ports
		icon = construct_naval_dockyard
		x = @navy_tree_right
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_naval_production_program }
		
		completion_reward = {
			408 = {
				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
					}
				}
			}
			409 = {
				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 = fighter2
		x = @air_force_tree_left
		y = 5
		cost = 10
		
		prerequisite = { focus = SOV_air_base_program }
		
		completion_reward = {
			408 = {
				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 > 2008.1.1
				has_government = fascist
				has_government = nationalist
				has_government = monarchist
				has_government = communist
			}
		}
		
		completion_reward = {
			UKR = { add_opinion_modifier = { target = SOV modifier = rival } }
			SOV = { add_opinion_modifier = { target = UKR modifier = rival } }
		}
		
		ai_will_do = {
			factor = 50
		}
	}
	
	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 = idea_eu_member
				NOT = { has_government = reactionary }
			}
			has_democratic_form_of_government = 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 }
		}
		
		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 = 840
			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 = 12
			add_popularity = {
				ideology = nationalist
				popularity = 0.02
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				LAT = { is_in_faction_with = USA }
			}
		}
	}
	
	
}