add_namespace = homelegions

country_event = {     
    id = homelegions.1
    title = homelegions.1.t    # Home Legions National Focus (CONSOLIDATION)
    desc = homelegions.1.desc
	
	picture = GFX_report_event_generic_defensive_preparations

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = homelegions.1.a
        hidden_effect = {
        load_oob = "homelegions_rally" 
        }

        add_equipment_to_stockpile = {
            type = infantry_equipment
            amount = 5000
            producer = ERE
        }

        custom_effect_tooltip = tooltipwhitelinelol
        custom_effect_tooltip = homelegions_tt
    }
    
    option = {
        name = homelegions.1.b
        add_equipment_to_stockpile = {
            type = infantry_equipment
            amount = 10000
            producer = ERE
        }
        add_equipment_to_stockpile = {
            type = support_equipment
            amount = 1000
            producer = ERE
        }
    }
}

country_event = {     
    id = homelegions.2
    title = homelegions.2.t    # Revive the Legions of Gaul (STRIKE WEST)
    desc = homelegions.2.desc
	
	picture = GFX_report_event_generic_defensive_preparations

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = homelegions.2.a
        hidden_effect {
        load_oob = "legionsofgaul_rally" 
        }
        
        add_equipment_to_stockpile = {
            type = infantry_equipment
            amount = 5000
            producer = ERE
        }

        custom_effect_tooltip = tooltipwhitelinelol
        custom_effect_tooltip = homelegions_tt
    }
    
    option = {
        name = homelegions.2.b
        add_equipment_to_stockpile = {
            type = infantry_equipment
            amount = 10000
            producer = ERE
        }
        add_equipment_to_stockpile = {
            type = support_equipment
            amount = 1000
            producer = ERE
        }
    }
}
