focus_tree = {
	
	id = denmark_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 20
			original_tag = DEN
		}
	}
	
	continuous_focus_position = { x = 50 y = 1100 }
	
	#Army Tree
	
	focus = {
		id = DEN_army
		icon = tanks2
		
		x = 1
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			army_experience = 20
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				category = land_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = DEN_hacker_recruitment_drive
		icon = propaganda
		
		x = -1
		y = 1
		relative_position_id = DEN_army
		
		cost = 10
		
		prerequisite = {
			focus = DEN_army
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
					name = hacker_recruitment_drive
					bonus = 0.25
					uses = 2
					category = land_doctrine
				}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_joint_material_command
		icon = small_arms
		
		x = 1
		y = 1
		relative_position_id = DEN_army
		
		cost = 10
		
		prerequisite = {
			focus = DEN_army
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			
		}
		
		completion_reward = {
			add_ideas = DEN_idea_joint_material_command
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_infantry_equipment_models_1
		icon = small_arms2
		
		x = 1
		y = 2
		relative_position_id = DEN_army
		
		cost = 10
		
		prerequisite = {
			focus = DEN_joint_material_command
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = infantry_weapons
			has_tech = infantry_weapons1
			has_tech = infantry_weapons2
			has_tech = infantry_weapons3
			has_tech = infantry_weapons4
			has_tech = infantry_weapons5
			has_tech = infantry_weapons6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = special_forces_bonus
				bonus = 0.25
				technology = infantry_weapons
				technology = infantry_weapons1
				technology = infantry_weapons2
				technology = infantry_weapons3
				technology = infantry_weapons4
				technology = infantry_weapons5
				technology = infantry_weapons6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = DEN_mobilize_SSR
		icon = army_logistics
		
		relative_position_id = DEN_army
		x = 0
		y = 3
		
		cost = 10
		
		prerequisite = {
			focus = DEN_infantry_equipment_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = recon_bonus
				bonus = 0.5
				uses = 2
				technology = night_vision_1
				technology = night_vision_2
				technology = night_vision_3
			}
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				category = land_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Navy Tree
	
	focus = {
		id = DEN_royal_navy
		icon = navy
		
		x = 4
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			navy_experience = 20
			add_tech_bonus = {
				name = naval_doc_bonus
				bonus = 0.5
				category = Cat_naval_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_establish_OPLOG_KOR
		icon = naval_dockyard
		
		x = 0
		y = 1
		relative_position_id = DEN_royal_navy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_royal_navy
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 4
		}
		
		bypass = { }
		
		completion_reward = {
			4 = {
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_establish_OPLOG_FRH
		icon = naval_dockyard
		
		x = 0
		y = 2
		relative_position_id = DEN_royal_navy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_establish_OPLOG_KOR
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 6
		}
		
		bypass = { }
		
		completion_reward = {
			6 = {
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Air Force Tree
	
	focus = {
		id = DEN_air_force
		icon = air_force
		
		x = 7
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			air_experience = 30
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_refurbish_air_force_officers_school
		icon = fighters2
		
		x = 0
		y = 1
		relative_position_id = DEN_air_force
		
		cost = 10
		
		prerequisite = {
			focus = DEN_air_force
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			
		}
		
		completion_reward = {
			air_experience = 35
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_Skrydstrup_air_base
		icon = air_production
		
		x = -1
		y = 2
		relative_position_id = DEN_air_force
		
		cost = 10
		
		prerequisite = {
			focus = DEN_refurbish_air_force_officers_school
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 6
		}
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = {
					controls_state = 6
					owns_state = 6
					6 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				6 = {
					add_building_construction = {
						type = air_base
						level = 3
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_Skalstrup_air_base
		icon = air_production
		
		x = 1
		y = 2
		relative_position_id = DEN_air_force
		
		cost = 10
		
		prerequisite = {
			focus = DEN_refurbish_air_force_officers_school
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 4
		}
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = {
					controls_state = 4
					owns_state = 4
					4 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				4 = {
					add_building_construction = {
						type = air_base
						level = 3
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_establish_VFK
		icon = gentleman_officers
		
		x = 1
		y = 3
		relative_position_id = DEN_royal_navy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_infantry_equipment_models_1
		}
		prerequisite = {
			focus = DEN_establish_OPLOG_FRH
		}
		prerequisite = {
			focus = DEN_Skalstrup_air_base
		}
		prerequisite = {
			focus = DEN_Skrydstrup_air_base
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			army_experience = 10
			navy_experience = 10
			air_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Economic Tree
	
	focus = {
		id = DEN_abolish_amts
		icon = anti_establishment2
		
		x = 11
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.02
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_natural_gas_deposits
		icon = construction2
		
		x = -1
		y = 1
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_abolish_amts
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = DEN_idea_gas_deposits
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_north_sea_oil
		icon = oil_trade
		
		x = -1
		y = 2
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_natural_gas_deposits
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			6 = {
				add_resource = {
					type = oil
					amount = 37
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_energy_exports
		icon = trade
		
		x = -1
		y = 3
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_north_sea_oil
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			swap_ideas = {
				remove_idea = DEN_idea_gas_deposits
				add_idea = DEN_idea_energy_exports
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_municipal_reform
		icon = improve_relations
		
		x = 1
		y = 1
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_abolish_amts
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.01
			add_war_support = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_expand_central_government
		icon = industry_united_states
		
		x = 3
		y = 1
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_abolish_amts
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 100
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_urban_improvement_fund
		icon = construction3
		
		x = 2
		y = 2
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_expand_central_government
		}
		prerequisite = {
			focus = DEN_municipal_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = idea_focus_industrial_development_program
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_develop_capital
		icon = industry_civilian
		
		x = 1
		y = 3
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_urban_improvement_fund
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 4
		}
		
		bypass = { }
		
		completion_reward = {
			4 = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_building_construction = {
					type = bunker
					level = 2
					province = 6287
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_develop_Aarhus
		icon = industry_civilian
		
		x = 3
		y = 3
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_urban_improvement_fund
		}
		
		
		mutually_exclusive = {
		}
		
		available = {
			controls_state = 6
		}
		
		bypass = { }
		
		completion_reward = {
			6 = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_develop_Roskilde
		icon = industry_military
		
		x = 1
		y = 4
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_develop_capital
		}
		
		mutually_exclusive = {
			focus = DEN_develop_aalborg
		}
		
		available = {
			controls_state = 4
		}
		
		bypass = { }
		
		completion_reward = {
			4 = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_develop_aalborg
		icon = naval_dockyards
		
		x = 3
		y = 4
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_develop_Aarhus
		}
		
		mutually_exclusive = {
			focus = DEN_develop_Roskilde
		}
		
		available = {
			controls_state = 6
		}
		
		bypass = { }
		
		completion_reward = {
			6 = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_education_reform
		icon = research
		
		x = 2
		y = 5
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_develop_Roskilde
			focus = DEN_develop_aalborg
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = scientific_advances2
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_university_reform
		icon = tech_sharing
		
		x = 2
		y = 6
		relative_position_id = DEN_abolish_amts
		
		cost = 10
		
		prerequisite = {
			focus = DEN_education_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_research_slot = 1
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#International Diplomacy Tree
	
	focus = {
		id = DEN_international_diplomacy
		icon = anschluss
		
		x = 1
		y = 4
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 100
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_import_leopards
		icon = leopard_2a4
		
		x = -1
		y = 1
		relative_position_id = DEN_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_international_diplomacy
		}
		
		mutually_exclusive = { }
		
		available = {
		}
		
		bypass = { }
		
		completion_reward = {
			add_equipment_to_stockpile = {
				type = MBT_4
				amount = 60
				producer = GER
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_befriend_germany
		icon = align_to_germany
		
		x = -1
		y = 2
		relative_position_id = DEN_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_import_leopards
		}
		
		mutually_exclusive = { }
		
		available = {
		}
		
		bypass = { }
		
		completion_reward = {
			GER = {
				add_opinion_modifier = {
					target = DEN
					modifier = declaration_of_friendship
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_reaffirm_nato
		icon = align_to_nato
		
		relative_position_id = DEN_international_diplomacy
		x = 1
		y = 1
		
		cost = 10
		
		prerequisite = {
			focus = DEN_international_diplomacy
		}
		
		mutually_exclusive = {
			focus = DEN_leave_nato
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					has_idea = NATO_member
					NOT = { original_tag = DEN }
				}
				add_opinion_modifier = {
					target = DEN
					modifier = supports_us
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = DEN_leave_nato
		icon = attack_nato
		
		relative_position_id = DEN_international_diplomacy
		x = 3
		y = 1
		
		cost = 10
		
		prerequisite = {
			focus = DEN_international_diplomacy
		}
		
		mutually_exclusive = {
			focus = DEN_reaffirm_nato
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			remove_ideas = NATO_member
			every_country = {
				limit = { has_idea = NATO_member NOT = { original_tag = DEN } }
				add_opinion_modifier = {
					target = DEN
					modifier = faction_traitor
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_commit_to_eu
		icon = align_to_europe
		
		relative_position_id = DEN_international_diplomacy
		x = 1
		y = 2
		
		cost = 10
		
		prerequisite = {
			focus = DEN_reaffirm_nato
			focus = DEN_leave_nato
		}
		
		mutually_exclusive = {
			focus = DEN_leave_eu
		}
		
		available = {
			has_idea = EU_member
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					has_idea = EU_member
					NOT = { original_tag = DEN }
				}
				add_opinion_modifier = {
					target = DEN
					modifier = supports_us
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_leave_eu
		icon = attack_europe
		
		relative_position_id = DEN_international_diplomacy
		x = 3
		y = 2
		
		cost = 10
		
		prerequisite = {
			focus = DEN_reaffirm_nato
			focus = DEN_leave_nato
		}
		
		mutually_exclusive = {
			focus = DEN_commit_to_eu
		}
		
		available = { }
		
		bypass = {
			NOT = { has_idea = EU_member }
		}
		
		completion_reward = {
			remove_ideas = EU_member
			every_country = {
				limit = { has_idea = EU_member }
				add_opinion_modifier = {
					target = DEN
					modifier = faction_traitor
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_befriend_sweden
		icon = align_to_sweden
		
		x = 0
		y = 3
		relative_position_id = DEN_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_leave_eu
			focus = DEN_commit_to_eu
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = SWE }
		}
		
		bypass = { }
		
		completion_reward = {
			SWE = {
				add_opinion_modifier = {
					target = DEN
					modifier = declaration_of_friendship
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_befriend_norway
		icon = align_to_norway
		
		x = 2
		y = 3
		relative_position_id = DEN_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_leave_eu
			focus = DEN_commit_to_eu
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = NOR }
		}
		
		bypass = { }
		
		completion_reward = {
			NOR = {
				add_opinion_modifier = {
					target = DEN
					modifier = declaration_of_friendship
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_befriend_the_baltic_states
		icon = align_to_baltic_states
		
		x = 4
		y = 3
		relative_position_id = DEN_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = DEN_leave_eu
			focus = DEN_commit_to_eu
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				NOT = { has_war_with = EST }
				NOT = { has_war_with = LAT }
				NOT = { has_war_with = LIT }
			}
		}
		
		bypass = { }
		
		completion_reward = {
			EST = {
				add_opinion_modifier = {
					target = DEN
					modifier = declaration_of_friendship
				}
			}
			LAT = {
				add_opinion_modifier = {
					target = DEN
					modifier = declaration_of_friendship
				}
			}
			LIT = {
				add_opinion_modifier = {
					target = DEN
					modifier = declaration_of_friendship
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#IDEOLOGY TREE
	
	focus = {
		id = DEN_the_greatest_challenge
		icon = neutrality
		
		x = 19
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 5
		}
		
		ai_will_do = {
			factor = 10
		}
	}

	#The Welfare State Tree
	
	focus = {
		id = DEN_welfare_state
		icon = money
		
		x = -2
		y = 1
		relative_position_id = DEN_the_greatest_challenge
		
		cost = 10
		
		prerequisite = {
			focus = DEN_the_greatest_challenge
		}
		
		mutually_exclusive = {
			focus = DEN_Danish_culture
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.01
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_appease_unions
		icon = race_relations2
		
		x = -1
		y = 1
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_welfare_state
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = { has_country_flag = col_leader_socialism has_country_flag = col_member_socialism }
		}
		
		bypass = { }
		
		completion_reward = {
			add_war_support = 0.05
			add_ideas = idea_focus_strong_unions
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_strengthen_industry_ties
		icon = intelligence_exchange
		
		x = 1
		y = 1
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_welfare_state
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = { has_country_flag = col_leader_liberalism has_country_flag = col_member_liberalism }
		}
		
		bypass = { }
		
		completion_reward = {
			add_war_support = 0.05
			add_ideas = idea_focus_economic_freedoms
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_liberalize_trade_laws
		icon = trade
		
		x = 1
		y = 2
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_strengthen_industry_ties
		}
		
		mutually_exclusive = { }
		
		available = {
			
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					NOT = { original_tag = DEN }
				}
				add_opinion_modifier = {
					modifier = improve_trade
				}
			}
			
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_expand_public_transportation
		icon = infrastructure
		
		x = -1
		y = 2
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_appease_unions
		}
		
		mutually_exclusive = { }
		
		available = {
			
		}
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}

			random_owned_state = {
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}

			random_owned_state = {
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_fund_DR
		icon = industry_democratic3
		
		x = -1
		y = 3
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_expand_public_transportation
		}
		
		mutually_exclusive = { }
		
		available = {
			
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -150
			add_ideas = idea_focus_generic_public_service_investment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_reform_public_sector
		icon = self_management
		
		x = 1
		y = 3
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_liberalize_trade_laws
		}
		
		mutually_exclusive = { }
		
		available = {
			
		}
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.02
		}
		
		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = DEN_offentlighedsloven
		icon = adopt_the_peoples_constitution
		
		x = 0
		y = 4
		relative_position_id = DEN_welfare_state
		
		cost = 10
		
		prerequisite = {
			focus = DEN_fund_DR
			focus = DEN_reform_public_sector
		}
		
		mutually_exclusive = { }
		
		available = {
			
		}
		
		bypass = {
			
		}
		
		completion_reward = {
			add_political_power = 500
			add_war_support = -0.15
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#National Pride Tree
	
	focus = {
		id = DEN_Danish_culture
		icon = home_defense
		
		x = 2
		y = 1
		relative_position_id = DEN_the_greatest_challenge
		
		cost = 10
		
		prerequisite = {
			focus = DEN_the_greatest_challenge
		}
		
		mutually_exclusive = {
			focus = DEN_welfare_state
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -100
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = DEN_restrict_immigration
		icon = coastal_fort
		
		x = 0
		y = 1
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_Danish_culture
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -50
			add_to_variable = { party_pop_array^3 = -0.05 }
			add_to_variable = { party_pop_array^1 = 0.05 }
			recalculate_party = yes
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_outlaw_hijab
		icon = islam_hijab
		
		x = 0
		y = 2
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_restrict_immigration
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -25
			add_war_support = -0.01
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_conservative_legislation
		icon = dangerous_laws
		
		x = -1
		y = 3
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_outlaw_hijab
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -150
			add_to_variable = { party_pop_array^1 = 0.10 }
			add_popularity = {
				ideology = nationalist
				popularity = 0.05
			}
			recalculate_party = yes
			add_to_variable = { party_pop_array^23 = 0.05 }
			recalculate_party = yes
			add_stability = 0.01
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_fund_national_church
		icon = demand_territory
		
		x = 1
		y = 3
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_outlaw_hijab
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_war_support = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_revive_folk_high_school_movement
		icon = national_unity_red
		
		x = 0
		y = 4
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_fund_national_church
		}
		prerequisite = {
			focus = DEN_conservative_legislation
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.03
			add_to_variable = { party_pop_array^1 = 0.10 }
			add_to_variable = { party_pop_array^3 = -0.15 }
			add_to_variable = { party_pop_array^2 = -0.15 }
			add_popularity = {
				ideology = nationalist
				popularity = 0.1
			}
			recalculate_party = yes
			add_to_variable = { party_pop_array^23 = 0.10 }
			recalculate_party = yes
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_venerate_values
		icon = democracy
		
		x = -1
		y = 5
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_revive_folk_high_school_movement
		}
		
		mutually_exclusive = {
			focus = DEN_venerate_queen
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = { party_pop_array^1 = 0.15 }
			recalculate_party = yes
			DEN = { country_event = Denmark.2 }
			set_politics = {
				ruling_party = democratic
				elections_allowed = yes
			}
			#clear_col_flags = yes
			set_country_flag = col_leader_conservatism
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = DEN_venerate_queen
		icon = danish_monarchy
		
		x = 1
		y = 5
		relative_position_id = DEN_Danish_culture
		
		cost = 10
		
		prerequisite = {
			focus = DEN_revive_folk_high_school_movement
		}
		
		mutually_exclusive = {
			focus = DEN_venerate_values
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_popularity = {
				ideology = nationalist
				popularity = 15
			}
			recalculate_party = yes
			add_to_variable = { party_pop_array^23 = 0.15 }
			recalculate_party = yes
			DEN = { country_event = Denmark.3 }
			set_politics = {
				ruling_party = nationalist
				elections_allowed = no
			}
			#clear_col_flags = yes
			set_country_flag = col_leader_Monarchist
		}
		
		ai_will_do = {
			factor = 10
		}
	}
}