add_namespace = hispania

country_event = {     
    id = hispania.1
    title = hispania.1.t    # MARCH into Hispania (STRIKE WEST)
    desc = hispania.1.desc
	
	picture = GFX_report_event_bul_troops_dobrudja

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = hispania.1.a
        ai_chance = {
            base = 70
        }
        hidden_effect = {
            ERE = { country_event = { id = hispania.2 days = 1 }}
        }
    }
    
    option = {
        name = hispania.1.b
        ai_chance = {
            base = 30
        }
        add_opinion_modifier = {
            target = ERE
            modifier = medium_decrease
        }
        hidden_effect = {
            ERE = { country_event = { id = hispania.3 days = 1}}
        }
    }
}

country_event = {     
    id = hispania.2
    title = hispania.2.t    # hispanias Accept!
    desc = hispania.2.desc
	
	picture = GFX_report_event_FIN_kallio_president

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = hispania.2.a
        ERE = { puppet = IBC }
    }
}

country_event = {     
    id = hispania.3
    title = hispania.3.t    # hispanias Decline...
    desc = hispania.3.desc
	
	picture = GFX_report_event_FDR_speech

    fire_only_once = yes
    is_triggered_only = yes
    
    option = {
        name = hispania.3.a
        ERE = { create_wargoal =
        type = puppet_wargoal_focus 
        target = IBC
        }
    }
}