#####################################################
# Mexico Flavor Events
#
# scripted by Johan Andersson
#
# id range = 44800-
# 
#####################################################

event = { 
	id = 44800
	random = no
	country = MEX

	name = "EVT_44800_NAME" # Madero's Manifesto
	desc = "EVT_44800_DESC" # 
	style = 0

	date = {year = 1909 }
	offset  = 100
	

	action_a = {
        	name = "ACTIONNAME44800A"
		command = {type = pop_militancy which = labourers value = 3 }
		command = {type = pop_militancy which = craftsmen value = 3 }
		command = {type = pop_militancy which = farmers value = 3 }
		command = {type = pop_consciousness which = labourers value = 3 }
		command = {type = pop_consciousness which = craftsmen value = 3 }
		command = {type = pop_consciousness which = farmers value = 3 }
		command = {type = local_setflag which = MADERO_MANIFESTO value = 5 }
	}

	action_b = {
        	name = "ACTIONNAME44800B"
		command = {type = prestige value = -50 }
	}
}


event = { 
	id = 44801
	random = no
	country = MEX
	
	trigger = { local_flag = { type = MADERO_MANIFESTO value = 1 } }

	name = "EVT_44801_NAME" # Madero Enlists Supporters
	desc = "EVT_44801_DESC" # 

	date = {year = 1911 }
	offset  = 60
	deathdate = { year = 1930 }
	

	action_a = {
        	name = "ACTIONNAME44801A"
		command = {type = revolt where = 1148  }
		command = {type = revolt where = 1149 }
		command = {type = revolt where = 1150 }
		command = {type = revolt where = 1151 }
		command = {type = revolt where = 1156 }
		command = {type = revolt where = 1157 }
		command = {type = revolt where = 1158 }
	}

}


event = { 
	id = 44802
	random = no
	country = MEX

	name = "EVT_44802_NAME" # Peasant Army Under Zapata Joins Revolucion
	desc = "EVT_44802_DESC" # 
	style = 0
	
	trigger = { local_flag = { type = MADERO_MANIFESTO value = 1 } }

	date = {year = 1911 }
	offset  = 120
	deathdate = { year = 1930 }


	action_a = {
        	name = "ACTIONNAME44802A"
		command = {type = revolt where = 1698  }
		command = {type = revolt where = 1699 }
		command = {type = revolt where = 1700 }
		command = {type = revolt where = 1703 }
		command = {type = revolt where = 1705 }
	}

}


event = { 
	id = 44803
	random = no
	country = MEX

	name = "EVT_44803_NAME" # Jose Posada
	desc = "EVT_44803_DESC" # 
	style = 0

	date = {year = 1911 }
	offset  = 3000
	

	action_a = {
        	name = "OK"
		command = {type = pop_consciousness which = labourers value = 1 }
		command = {type = pop_consciousness which = craftsmen value = 1 }
		command = {type = pop_consciousness which = farmers value = 1 }
	}

}


