# Ecuador

#########################################################################
#  Ecuador become a Papal Satellite
#########################################################################
event = { 
	id = 17300
	random = no
	country = ECU
	
	trigger = {
		exists = PAP
	}
	
	name = "EVT_5704_NAME"
	desc = "EVT_5704_DESC"
	style = 0
	
	date = { day = 11 month = march year = 1862 }
	
	action_a = {
		name = "ACTIONNAME17300A" # Jesuit Dictatorship
		command = { type = constitution which = presidential_dictatorship }
		command = { type = executive_designation which = laws_by_decree }
		command = { type = party_system which = one_party }
		command = { type = national_value which = order }
		command = { type = set_ruling_party which = 17305 }
		command = { type = pop_consciousness which = 100 value = -3 }
		command = { type = prestige value = 50 }
		command = { type = trigger which = 5704 } # Papacy
	}
	action_b = {
		name = "ACTIONNAME17300B" # Modern Regime
		command = { type = pop_consciousness which = 100 value = 3 }
		command = { type = prestige value = -50 }
		command = { type = gain_tech which = -1 }
	}
}									