#Argentina Major Events from AoN modified by Hive

event = { #Argentina
	id = 230004
	trigger = {
		event = 220005
	}
	random = no
	country = LAP
	name = "Independence"
	desc = "."
	style = 2

	date = { day = 1 month = january year = 1750 }
	offset = 0
	deathdate = { day = 1 month = january year = 1850 }

	action_a ={		#Establish it#
		name = "Great!"
		command = { type = capital which = 223 }
		command = { type = cash value = 1000 }
		command = { type = land value = 2000 }
		command = { type = INF which = 223 value = 25000 }
		command = { type = INF which = -1 value = 10000 }
		command = { type = provincereligion   which = 223 value = catholic }
		command = { type = provinceculture   which = 223 value = iberian }
		command = { type = provincemanpower   which = 223 value = 3 }
		command = { type = provincetax   which = 223 value = 3 }
		command = { type = provincereligion   which = -1 value = catholic }
		command = { type = provinceculture   which = -3 value = iberian }
		command = { type = provincereligion   which = -1 value = catholic }
		command = { type = provinceculture   which = -3 value = iberian }
		command = { type = provincemanpower   which = -1 value = 2 }
		command = { type = provincetax   which = -3 value = 2 }
		command = { type = provincemanpower   which = -1 value = 2 }
		command = { type = provincetax   which = -3 value = 2 }
		command = { type = provincemanpower   which = -1 value = 2 }
		command = { type = provincetax   which = -3 value = 2 }
		command = { type = provincemanpower   which = -1 value = 2 }
		command = { type = provincetax   which = -3 value = 2 }
	}
}

#Uruguayan Independence#
event = {
	id = 15139
	trigger = {
		OR = {
			owned = { province = 215 data = -1 }
			owned = { province = 175 data = -1 }
		}
		NOT = {
			exists = U09
		}
	}
	random = no
	country = LAP
	name = "Uruguayan Independence"
	desc = "Montevideo was founded by the Spanish in the early 18th century as a military stronghold; its natural harbor soon developed into a commercial center competing with Argentina's capital, Buenos Aires. Uruguay's early 19th century history was shaped by ongoing fights between the English, Spanish, Portuguese, and colonial forces for dominance in the Argentina-Brazil-Uruguay region. In 1811, Jose Gervasio Artigas, who became the Uruguay's hero, launched a successful revolt against Spain. In 1821, the Provincia Oriental del Rio de la Plata, present-day Uruguay, was annexed to Brazil by Portugal. The Provincia declared independence from Brazil in August 25, 1825 (after numerous revolts in 1821, 1823, and 1825) but decided to adhere to a regional federation with Argentina. The regional federation defeated Brazil after 3-year fight. The 1828 Treaty of Montevideo, fostered by England, gave birth to Uruguay as an independent state."
	style = 5
	date = { day = 1 month = january year = 1828 }
	offset = 60
	deathdate = { day = 30 month = december year = 1834 }
	action_a = {
		name = "Grant their independence"
		command = { type = independence which = U09 }
		command = { type = trigger which = 15044 }
	}
	action_b = {
		name = "Crush the rebellion!"
		command = { type = stability value = -2 }
		command = { type = revolt which = 215 }
		command = { type = revolt which = 175 }
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = BRZ value = -150 }
		command = { type = revoltrisk which = 36 value = 4 }
	}
}