#Texan events from AoN modified by Hive

#The Alamo#
event = {
	id = 15275
	random = no
	country = U19
	name = "The Alamo"
	desc = "Santa Anna massacred many Texans defending a fortification in 
San Antonio called the Alamo, triggering massive support from the United 
States in terms of men and supplies. This gave the Texan war for 
independence new blood and hope, but severely worsened the US-Mexican relations."

	action_a = {
		name = "Those brave defenders did not die for nothing!"
		command = { type = treasury  value = 300 }
		command = { type = INF which = -2 value = 25000 }
		command = { type = CAV which = -2 value = 10000 }
	}
}

#Annexation of Texas into The United States#
event = {
	id = 15276
	random = no
	country = U19
	trigger = {
	exists = USA
	}
	name = "Annexation of Texas into The United States"
	desc = "Internal politics of the Texan Republic were based on the conflict between two factions; The nationlist faction, lead by Mirabeau B. Lamar advocated the continued independence of Texas, the expulsion of the Native Americans, and the expansion of Texas to the Pacific Ocean. Their opponents, lead by Sam Houston, advocated the annexation of Texas to the United States and peaceful coexistence with Native Americans. Sam Houston's faction came out victorious, and The Republic of Texas was annexed to the United States as the 28th state on december 29 1845. One of the chief motivations for annexation was that the Texas government had incurred huge debts, which the United States agreed to assume upon annexation. Another reason was that the Texan government feared a Mexican invasion."
	style = 5
	date = { day = 10 month = march year = 1844 }
	offset = 150
	deathdate = { year = 1864 }

	action_a = {
		name = "Ask The United States for annexation"
		command = { type = trigger  which = 15277 }
	}
	action_b = {
		name = "Remain independent at all costs"
		command = { type = stability value = -3 }
		command = { type = treasury value = -400 }
		command = { type = inflation value = 20 }
		command = { type = relation  which = USA value  = -50 }
		command = { type = relation  which = MEX value  = 50 }
	}
}

#U.S. Protection#
event = {
	id = 15278
	random = no
	country = U19
	name = "U.S. Protection"
	desc = "The United States has rejected our plee for annexation, but promised us protection and payed half our debt."

	action_a = {
		name = "Ok"
		command = { type = stability value = 2 }
		command = { type = treasury value = -200 }
		command = { type = inflation value = 10 }
	}
}