# Netherlands (HOL)

#########################################################################
#  The Recognition of Belgian Independence
#########################################################################
event = {
	id = 7400
	random = no
	country = HOL

	trigger = {
		exists = BEL
		random = 10
		war = { country = HOL country = BEL }
	}

	name = "EVT_6700_NAME"
	desc = "EVT_1505_DESC"
	style = 0

	date = { day = 8 month = january year = 1836 }
	offset = 14
	deathdate = { day = 30 month = december year = 1920 }

	action_a = {
		name = "ACTIONNAME7400A" # Recognize them
		command = { type = peace which = BEL }
		command = { type = trigger which = 6700 }
		command = { type = secedeprovince which = BEL  value = 781 }
		command = { type = secedeprovince which = BEL  value = 745 }
		command = { type = removecore which = 781 }
		command = { type = removecore which = 745 }
	}
	action_b = {
		name = "ACTIONNAME7400B" # Grant them semi-autonomy
		command = { type = peace which = BEL }
		command = { type = make_satellite which = BEL }
		command = { type = trigger which = 6701 }
		command = { type = secedeprovince which = BEL  value = 781 }
		command = { type = secedeprovince which = BEL  value = 745 }
		command = { type = removecore which = 781 }
		command = { type = removecore which = 745 }
	}
	action_c = {
		name = "ACTIONNAME7400C" # Refuse them independence
		command = { type = trigger which = 6702 }
	}
}

#########################################################################
#  The Independence of Luxemburg
#########################################################################
event = {
	id = 7401
	random = no
	country = HOL

	trigger = {
		owned = { province = 782 data = HOL } # Luxemburg
		random = 50
	}

	name = "EVT_7401_NAME"
	desc = "EVT_6701_DESC"
	style = 0

	date = { day = 1 month = january year = 1890 }
	offset = 30
	deathdate = { day = 30 month = december year = 1890 }

	action_a = {
		name = "ACTIONNAME7401A" # Not much we can do
		command = { type = independence which = LUX }
	}
}

#########################################################################
#  The Letter to Japan
#########################################################################
event = {
	id = 7402
	random = no
	country = HOL

	trigger = {
		exists = NIP
		random = 5
		NOT = {
			is_satellite = HOL
		}
		NOT = {
			war = { country = HOL country = NIP }
		}
	}

	name = "EVT_7402_NAME"
	desc = "EVT_7402_DESC"
	style = 0

	date = { day = 1 month = january year = 1840 }
	offset = 40
	deathdate = { day = 30 month = december year = 1920 }

	action_a = {
		name = "ACTIONNAME7402A" # Try to convince them
		command = { type = trigger which = 12617 } # NIP
	}
}

#########################################################################
#  Japan vassalized
#########################################################################
event = {
	id = 7403
	random = no
	country = HOL

	# Triggered by NIP 12618 b

	name = "EVT_7403_NAME"
	desc = "EVT_7403_DESC"
	style = 0

	action_a = {
		name = "GREAT"
		command = { type = make_satellite which = NIP }
		command = { type = treasury value = -1000 }
	}
}	