#Hawaii events from AoN modified by Hive

#Protection from the United States#
event = {
	id = 15046
	random = no
	country = U20
	name = "Protection from the United States"
	desc = "In 1849, the United States concluded a treaty recognizing Hawaii as a sovereign nation. In reality though, the treaty made Hawaii an American protectorate."
	date = { day = 15 month = february year = 1849 }
	offset = 50
	style = 5
	action_a = {
		name = "Let us accept American guidance"
		command = { type = stability value = 1 }
		command = { type = relation which = USA value = 100 }
		command = { type = trigger  which = 15261 } 
		}
	action_b = {
		name = "We shall never give up autonomy to the Yankees!"
		command = { type = relation which = USA value = -100 }
		command = { type = trigger  which = 15262 } 
	}
}

#The Abdication of Liliuokalani#
event = {
	id = 15070
	trigger = {
		monarch = 17177
		}
	random = no
	country = U20
	name = "The Abdication of Liliuokalani"
	desc = "When Liliuokalani came in to power, her first act was to announce the repeal of the new Constitution.  As a result of this the Hawaiian League was formed, who used the assistance of the United States ambassador to acquire troops to threaten the Queen. Faced with this threat, the Queen chose to abdicate in favor of a provisional government controlled by the Americans. The new Hawaiian government then petitioned the United States to annex Hawaii, but as a result of the fact that President Cleaveland did not recognize the authority of the provisional government in Hawaii, the treaty of annexation did not pass until McKinley became President of the United States."
	style = 5
	date = { day = 15 month = march year = 1893 }
	offset = 30

	action_a = {
		name = "Abdicate in favor of the Americans"
		command = { type = sleepmonarch which = 17177 }
		command = { type = monarch which = 17178 }
		command = { type = relation which = USA value = 100 } 
	}
	action_b = {
		name = "Stay on the throne"
		command = { type = relation which = USA value = -100 }
		command = { type = stability value = -3 }
		command = { type = revolt which = -2 }
		command = { type = sleepevent which = 15263 }
	}
}