add_namespace = agr

country_event = {
    id = agr.1
    title = agr.1.t
    desc = agr.1.desc

    picture = GFX_report_event_COG_force_publique_capturing_area

    fire_only_once = yes
    is_triggered_only = yes

    option = {
        name = agr.1.a
        ai_chance = {
            base = 200
        }
        add_offsite_building = { type = arms_factory level = 30 }

        add_manpower = 250000

        add_stability = -0.10
    }
}

country_event = {
    id = agr.2
    title = agr.2.t
    desc = agr.2.desc

    picture = GFX_report_event_COG_force_publique_capturing_area

    fire_only_once = yes
    is_triggered_only = yes

    option = {
        name = agr.2.a
        ai_chance = {
            base = 200
        }
        add_manpower = 10000000

        add_ideas = the_great_emergence

add_equipment_to_stockpile = {
    type = infantry_equipment
    amount = 50000
    producer = AGR
}

add_equipment_to_stockpile = {
    type = support_equipment
    amount = 10000
    producer = AGR
}

add_offsite_building = { type = arms_factory level = 50 }
    }
}

news_event = {
    id = agr.3
    title = agr.3.t
    desc = agr.3.desc

    picture = GFX_news_event_CHL_chillan_earthquake

    mean_time_to_happen = { days = 1 }
    is_triggered_only = yes

    major = yes

    option = { 
        name = agr.3.a

        trigger = {
            NOT = {
                tag = AGR
                is_in_faction_with = AGR
                is_subject_of = AGR
            }
        }
    }

    option = { 
        name = agr.3.b

        trigger = {
            OR = {
                tag = AGR
                is_in_faction_with = AGR
                is_subject_of = AGR
            }
        }
    }

}

news_event = {
    id = agr.4
    title = agr.4.t
    desc = agr.4.desc

    picture = GFX_news_event_009

    mean_time_to_happen = { days = 1 }
    is_triggered_only = yes

    major = yes

    option = { 
        name = agr.4.a

        trigger = {
            NOT = {
                tag = AGR
                is_in_faction_with = AGR
                is_subject_of = AGR
            }
        }
    }

    option = { 
        name = agr.4.b

        trigger = {
            OR = {
                tag = AGR
                is_in_faction_with = AGR
                is_subject_of = AGR
            }
        }
    }

}

