#The Laudo of Paris
country_event = {
    id = 112860
    title = "EVTNAME112860"
    desc = "EVTDESC112860"
    picture = "venezuela"
	
	fire_only_once = yes

    trigger = { tag = VNZ
		exists = VNZ
		year = 1897
		owns = 2276 }

	option = {
        name = "EVT112860OPTA" #Vote for them
		ENG = { country_event = 112861 }
	}
}



country_event = {
    id = 112861
    title = "EVTNAME112861"
    desc = "EVTDESC112861"
    picture = "venezuela"

	is_triggered_only = yes

    option = {
        name = "EVT112861OPTA" #ask gp's
                USA = { country_event =  112862 }
	}
}
country_event = {
    id = 112862
    title = "EVTNAME112862"
    desc = "EVTDESC112862"
    picture = "venezuela"

    is_triggered_only = yes

    option = {
        name = "EVT112862OPTA" #Vote for them
		set_country_flag = venezuelan_soil

        ai_chance = {
            factor = 0
        }
    }

    option = {
        name = "EVT112862OPTB" #Vote for them
        set_country_flag = no_venezuelan_soil

        ai_chance = {
            factor = 100
        }
    }
}

country_event = {
    id = 112863
    title = "EVTNAME112863"
    desc = "EVTDESC112863"
    picture = "venezuela"

	trigger = {
			tag = ENG
			USA = { has_country_flag = venezuelan_soil }
			}

	mean_time_to_happen = { months = 1 }

	fire_only_once = yes

    option = {
        name = "EVT112863OPTA" #Vote for them
		        2243 = { secede_province = VNZ }
		        2242 = { secede_province = VNZ }
    }
}
country_event = {

    id = 500090
    title = "EVTNAME500090"
    desc = "EVTDESC500090"
    picture = "ccastro"

    trigger = {
        tag = VNZ
        year = 1899
        government = democracy
        any_pop = {
            strata = rich
            OR = {
                pop_majority_ideology = conservative
                pop_majority_ideology = reactionary
            }
        }
    }

    fire_only_once = yes
    mean_time_to_happen = {days = 60}

    option = {
        name = "EVTNAME50009OPTA"
        government = presidential_dictatorship
        political_reform = none_voting
        political_reform = party_appointed
        political_reform = state_controlled
        political_reform = harassment
        ruling_party_ideology = conservative
		set_country_flag = cipriano

        any_owned = {
            limit = {
                is_colonial = no
            }
            any_pop = {
                scaled_militancy = {
                    factor = 3
                    ideology = liberal
                }
                scaled_consciousness = {
                    factor = 6
                    ideology = liberal
                }
            }
        }
        ai_chance = {
            factor = 60
            modifier = { upper_house = { ideology = conservative value = 0.6 } factor = 60}
            modifier = { upper_house = { ideology = conservative value = 0.7 } factor = 70}
            modifier = { upper_house = { ideology = conservative value = 0.8 } factor = 90}
            modifier = { upper_house = { ideology = reactionary value = 0.6 } factor = 70}
            modifier = { upper_house = { ideology = reactionary value = 0.75 } factor = 90}
            modifier = { upper_house = { ideology = liberal value = 0.6 } factor = 40}
            modifier = { upper_house = { ideology = liberal value = 0.7 } factor = 30}
            modifier = { upper_house = { ideology = liberal value = 0.8 } factor = 20}
        }
    }

    option = {
        name = "EVTNAME50009OPTB"
        any_owned = {
            limit = {
                OR = {
                pop_majority_ideology = conservative
                pop_majority_ideology = reactionary
                }
            }
            soldiers = {
                scaled_militancy = {
                    factor = 5
                    ideology = conservative
                }
                scaled_consciousness = {
                    factor = 6
                    ideology = conservative
                }
                scaled_militancy = {
                    factor = 7
                    ideology = reactionary
                }
                scaled_consciousness = {
                    factor = 8
                    ideology = reactionary
                }
            }

            rich_strata = {
                scaled_militancy = {
                    factor = 6
                    ideology = conservative
                }
                scaled_consciousness = {
                    factor = 7
                    ideology = conservative
                }
                scaled_militancy = {
                    factor = 8
                    ideology = reactionary
                }
                scaled_consciousness = {
                    factor = 9
                    ideology = reactionary
                    }
                }
            }
        ai_chance = {
            factor = 40
            modifier = { upper_house = { ideology = conservative value = 0.6 } factor = 30}
            modifier = { upper_house = { ideology = conservative value = 0.7 } factor = 20}
            modifier = { upper_house = { ideology = conservative value = 0.8 } factor = 10}
            modifier = { upper_house = { ideology = reactionary value = 0.6 } factor = 20}
            modifier = { upper_house = { ideology = reactionary value = 0.75 } factor = 10}
            modifier = { upper_house = { ideology = liberal value = 0.6 } factor = 50}
            modifier = { upper_house = { ideology = liberal value = 0.7 } factor = 60}
            modifier = { upper_house = { ideology = liberal value = 0.8 } factor = 70}
        }
    }
}
#Venezuelan blockade of 1901
country_event = {
    id = 1128600
    title = "Venezuelan debt"
    desc = "With the constant revolts in Venezuelan soil, it has accumulated a great debt, and with this government not willing to pay them back, the Great Powers might have to force their will through gunboat diplomacy."
    picture = "venezuela"
	
	fire_only_once = yes

    trigger = { tag = VNZ
		exists = VNZ
		exists = GER
		year = 1901
        has_country_flag = cipriano }

	option = {
        name = "Venezuela is willing to pay" #Vote for them
		GER = { country_event = 11286100 }
		money = -10000
	}
	
	option = {
        name = "Venezuela is a sovereign country!" #Vote for them
		GER = { country_event = 11286200 }
	}
}



country_event = {
    id = 11286100
    title = "Venezuela pays its debt"
    desc = "With the inminent intervention in their territory, Venezuela decided to complay"
    picture = "venezuela"

	is_triggered_only = yes

    option = {
        name = "yay" #ask gp's
        money = 10000
	}
}
country_event = {
    id = 11286200
    title = "Venezuelan refusal"
    desc = "Venezuela is not willing to pay its debt, so we can force them into paying thorugh gunboat diplomacy"
    picture = "venezuela"

    is_triggered_only = yes

    option = {
        name = "cool then" #Vote for them
		set_country_flag = venezuelan_soil
		USA = { country_event = 11286300 }
        ai_chance = {
            factor = 0
        }
    }
}

country_event = {
    id = 11286300
    title = "American intervention"
    desc = "Venezuelan diplomats have approched us trying to request protection from the European powers and their inmiment invasion of the country, what should we do?"
    picture = "venezuela"

	is_triggered_only = yes


	fire_only_once = yes

    option = {
        name = "Secede Margarita" #Vote for them
		        VNZ = { country_event = 11286301 }
    }
	option = {
        name = "Venezuela can deal with this by itself" #Vote for them
		         GER = { casus_belli = {
            target = VNZ
            type = demand_reperations
            months = 12 }
        }
    }
	option = {
        name = "Organise their debt" #Vote for them
		        VNZ = { money = -10000 }
				GER = { money = 10000 }
    }
}

country_event = {
    id = 11286301
    title = "American intervention"
    desc = "Venezuela has been forced to secede Margarita"
    picture = "venezuela"

	is_triggered_only = yes


	fire_only_once = yes

    option = {
        name = "Secede Margarita" #Vote for them
		        2591 = { secede_province = GER }
    }
}