#####Brabant Major Events#####
# By Kristof 'BiB' Haekens   #
##############################

# The Dutch Republic
event = {
	id = 3812
	
	# Triggered by HOL 3900
	
	random = no
	country = HAU
	name = "EVENTNAME3812"
	desc = "EVENTHIST3812"
	style = 2
	
	action_a = { # Join
		name = "ACTIONNAME3812A"
		command = { type = trigger which = 3813 }
	}

	action_b = { # Stay out
		name = "ACTIONNAME3812B"
		command = { type = relation which = HOL value = -100 }
		command = { type = stability value = -2 }
	}
}