#####################################################
# London Protocol Events
#
# scripted by Johan Andersson
#
# id range = 34400-
# 
#####################################################

event = { 
	id = 34400
	random = no
	country = BEL

	name = "LUX_PROT_NAME" # 
	desc = "LUX_PROT_DESC" # 
	style = 0

	trigger = {
		exists = LUX
		}

	date = { year = 1837 } 
	offset = 100

	action_a = {
        	name = "LUX_PROT_OK"
        	command = { type = guarantee which = LUX  }
	}
	
	action_b = {
        	name = "LUX_PROT_NO"
        	command = { type = relation which = LUX value = -100 }
	}
	
}

event = { 
	id = 34401
	random = no
	country = HOL

	name = "LUX_PROT_NAME" # 
	desc = "LUX_PROT_DESC" # 
	style = 0

	trigger = {
		exists = LUX
		}

	date = { year = 1837 } 
	offset = 100

	action_a = {
        	name = "LUX_PROT_OK"
        	command = { type = guarantee which = LUX  }
	}
	
	action_b = {
        	name = "LUX_PROT_NO"
        	command = { type = relation which = LUX value = -100 }
	}
	
}

event = { 
	id = 34402
	random = no
	country = ENG

	name = "LUX_PROT_NAME" # 
	desc = "LUX_PROT_DESC" # 
	style = 0

	trigger = {
		exists = LUX
		}

	date = { year = 1837 } 
	offset = 100

	action_a = {
        	name = "LUX_PROT_OK"
        	command = { type = guarantee which = LUX  }
	}
	
	action_b = {
        	name = "LUX_PROT_NO"
        	command = { type = relation which = LUX value = -100 }
	}
	
}


event = { 
	id = 34403
	random = no
	country = FRA

	name = "LUX_PROT_NAME" # 
	desc = "LUX_PROT_DESC" # 
	style = 0

	trigger = {
		exists = LUX
		}

	date = { year = 1837 } 
	offset = 100

	action_a = {
        	name = "LUX_PROT_OK"
        	command = { type = guarantee which = LUX  }
	}
	
	action_b = {
        	name = "LUX_PROT_NO"
        	command = { type = relation which = LUX value = -100 }
	}
	
}

event = { 
	id = 34404
	random = no
	country = AUS

	trigger = {
		exists = LUX
		}

	name = "LUX_PROT_NAME" # 
	desc = "LUX_PROT_DESC" # 
	style = 0

	date = { year = 1837 } 
	offset = 100

	action_a = {
        	name = "LUX_PROT_OK"
        	command = { type = guarantee which = LUX  }
	}
	
	action_b = {
        	name = "LUX_PROT_NO"
        	command = { type = relation which = LUX value = -100 }
	}
	
}

event = { 
	id = 34405
	random = no
	country = PRU

	name = "LUX_PROT_NAME" # 
	desc = "LUX_PROT_DESC" # 
	style = 0

	trigger = {
		exists = LUX
		}

	date = { year = 1837 } 
	offset = 100

	action_a = {
        	name = "LUX_PROT_OK"
        	command = { type = guarantee which = LUX  }
	}
	
	action_b = {
        	name = "LUX_PROT_NO"
        	command = { type = relation which = LUX value = -100 }
	}
	
}