# Haiti

#########################################################################
#  The Dominican Rebellion
#########################################################################
event = { 
	id = 15100
	random = no
	country = HAI
	
	name = "EVT_15100_NAME"
	desc = "EVT_15100_DESC"
	style = 0
	
	date = { day = 16 month = february year = 1843 }
	
	action_a = {
		name = "ARGH"
		command = { type = pop_consciousness which = 100 value = 7 where = 1748 }
		command = { type = pop_militancy which = 100 value = 7 where = 1748 }
	}
}

#########################################################################
#  The Rebellion is crushed*
#########################################################################
event = { 
	id = 15101
	random = no
	country = HAI
	
	trigger = {
		NOT = { exists = DOM }
		NOT = { control = { province = 1748 data = REB } }
	}
	
	name = "EVT_15101_NAME"
	desc = "EVT_15101_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1850 }
	offset = 30
	deathdate = { day = 30 month = january year = 1920 }
	
	action_a = {
		name = "GREAT" # 
		command = { type = pop_consciousness which = 100 value = -7 where = 1748 }
		command = { type = pop_militancy which = 100 value = -7 where = 1748 }
		command = { type = prestige value = 50 }
	}
}
