# Events that happen to the owners of certain provinces
				
#########################################################################
#	France offers to buy Luxemburg
#########################################################################
event = { 
	id = 21000
	random = no
	province = 782
	
	# Triggered by PRU 4604
	
	trigger = {
		exists = FRA
	}
	
	name = "EVT_21000_NAME"
	desc = "EVT_21000_DESC"
	style = 0
	
	action_a = {
		name = "ACCEPT" # Accept
		command = { type = trigger which = 7225 } # FRA
		command = { type = treasury value = 500 }
		command = { type = secedeprovince which = FRA value = 782 }
	}
	action_b = {
		name = "DECLINE" # Decline
		command = { type = trigger which = 7224 } # FRA
		command = { type = relation which = FRA value = -100 }
	}
}
#########################################################################
#	The Tunguska Meteor Strike
#########################################################################
event = { 
	id = 21001
	random = no
	province = 104
	
	trigger = {
		random = 3
	}
	
	name = "EVT_21001_NAME"
	desc = "EVT_21001_DESC"
	style = 0
	
	date = { day = 21 month = january year = 1906 }
	offset = 10
	deathdate = { day = 30 month = december year = 1906 }
	
	action_a = {
		name = "ACTIONNAME21001A" # Eeep!
       	command = { type = life_sustainability which = 104 value = -10 }
	}
}
#########################################################################
#	Krakatoa Explodes
#########################################################################
event = { 
	id = 21002
	random = no
	province = 2545
	
	trigger = {
		random = 3
	}
	
	name = "EVT_21002_NAME"
	desc = "EVT_21002_DESC"
	style = 0
	
	date = { day = 21 month = january year = 1887 }
	offset = 10
	deathdate = { day = 30 month = december year = 1887 }
	
	action_a = {
		name = "ACTIONNAME21001A" # Eeep!
        	command = { type = life_sustainability which = 2545 value = -3 }
        	command = { type = resource  which = grain value = -5000 }
	}
}

#########################################################################
#	Denmark cedes Slesvig
#########################################################################
event = { 
	id = 21003
	random = no
	province = 305
	
	# Triggered by DEN 6200
	
	name = "EVT_21003_NAME"
	desc = "EVT_21003_DESC"
	style = 0
	
	action_a = {
		name = "GREAT" # Accept
		command = { type = receiveprovince which = 306 }
	}
}
