#Honduras Major Events from AoN modified by Hive

#The Dissolvment of the United Provinces#
event = { 
	id = 15142
	random = no
	country = U27
	name = "The Dissolvment of the United Provinces"
	desc = "The United Province of Central America was not a very long-lived federation. Rivalries among the member states of Guatemala, Nicaragua, El Salvador, Costa Rica and Honduras determined the faith of the union, because of fear that one member should gain more influence than another; Throughout most of the union's existence, Guatemala was the dominant nation. The union was finally dissolved in 1830."
	style = 5
	action_a = {
			name = "Ok"
			command = { type = breakvassal which = U30 }
	}
}

event = {
	id = 1234506
	random = no
	country = U27
	name = "Mosquito Coast"
	desc = "United Kingdom delegated their protectorate of Mosquito Coast to us."
	style = 5

	action_a ={ 
		name = "How nice of them"
		command = { type = relation which = U14 value = 50 }
		command = { type = addcore which = 38 }

	}
}

event = {
	id = 1234508
	trigger = {
	
           	owned = { province = 38 data = -1 }
                event = 1234506
        OR = {
        control  = { province = 38 data = NAT }
        control  = { province = 38 data = REB }
        }

        NOT = {
                   event = 1234507
         }
         }
	random = no
	country = U27
	name = "Mosquito Indians"
	desc = "The Mosquito Indians are revolting, maybe we should ask United Kingdom for help?"
	style = 5
	
	date = { day = 28 month = january year = 1860 }
	offset = 30
	deathdate = { day = 30 month = december year = 1870 }

	action_a ={
		name = "Yes"
		command = { type = relation which = U14 value = 20 }
		command = { type = removecore which = 38 }
		command = { type = trigger which = 1234509 }


	}
	action_b ={
		name = "No"
		command = { type = relation which = U14 value = -10 }

	}
}