focus_tree = {
    id = AGR

    country = {
        factor = 0
        modifier = {
            add = 10
            tag = AGR
        }
    }

    default = no

focus = {
        id = AGR_the_hollow_covenant
        icon = GFX_focus_agarthafocus
		available = {
                is_ai = no
		}
        x = 5
        y = 0
        cost = 10
        completion_reward = {
            add_political_power = 100

            add_research_slot = 3

            add_timed_idea = { idea = blessings_of_the_inner_sun days = 180 }
            }
    }

focus = {
        id = AGR_open_the_gate_to_hyperborea
        icon = GFX_focus_agarthafocus
        relative_position_id = AGR_the_hollow_covenant
        x = 0
        y = 1
        cost = 10
        prerequisite = { focus = AGR_the_hollow_covenant }
        completion_reward = {
            country_event = agr.1
        }
    }

focus = {
        id = AGR_the_great_emergence
        icon = GFX_focus_agarthafocus
        relative_position_id = AGR_open_the_gate_to_hyperborea
        x = 0
        y = 1
        cost = 10
        prerequisite = { focus = AGR_open_the_gate_to_hyperborea }
        completion_reward = {
            country_event = agr.2
            }
    }

focus = {
        id = AGR_the_surface_trembles
        icon = GFX_focus_agarthafocus
        relative_position_id = AGR_the_great_emergence
        x = 0
        y = 1
        cost = 10
        prerequisite = { focus = AGR_the_great_emergence }
        completion_reward = {
            add_ideas = the_surface_trembles

            news_event = agr.3 
            }
    }
focus = {
        id = AGR_the_hollow_earth
        icon = GFX_focus_agarthafocus
        relative_position_id = AGR_the_surface_trembles
        x = 0
        y = 1
        cost = 10
        prerequisite = { focus = AGR_the_surface_trembles }
        completion_reward = {
            add_manpower = 500000
            add_stability = -0.05

            add_offsite_building = { type = industrial_complex level = 5 }

            create_wargoal = {
                target = NRW
                type = annex_everything
            }

            create_wargoal = {
                target = ATG
                type = annex_everything
            }

        }
    }
focus = {
        id = AGR_assimilate_the_surface
        icon = GFX_focus_agarthafocus
        relative_position_id = AGR_the_hollow_earth
        x = 0
        y = 1
        cost = 10
        prerequisite = { focus = AGR_the_hollow_earth }
        completion_reward = {
            add_stability = 0.05
            every_state = {
                add_core_of = AGR 
            }
        }
    }
focus = {
        id = AGR_unity_of_the_inner_and_outer_earth
        icon = GFX_focus_agarthafocus
        relative_position_id = AGR_assimilate_the_surface
        x = 0
        y = 1
        cost = 10
        prerequisite = { focus = AGR_assimilate_the_surface }
        completion_reward = {
            add_ideas = eternal_dominion

            news_event = agr.4
            }
    }
}
