# Switzerland

#########################################################################
#  Sonderbund Rebellion
#########################################################################
event = { 
	id = 1300
	random = no
	country = SWI
	
	trigger = {
		random = 20
	}
	
	name = "EVT_1300_NAME"
	desc = "EVT_1300_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1845 }
	offset = 29
	deathdate = { day = 30 month = december year = 1846 }
	
	action_a = {
		name = "ACTIONNAME1300A" # Fight the Catholics
		command = { type = pop_militancy which = catholic value = 7  }
		command = { type = trigger which = 6910 } # ENG
		
	}
	action_b = {
		name = "ACTIONNAME1300B" # Try to appease the Catholics
		command = { type = pop_militancy which = catholic value = 3  }
		command = { type = sleepevent which = 7218 } # FRA
		command = { type = sleepevent which = 1502 } # AUS
	}
}

#########################################################################
#  End of Sonderbund Rebellion
#########################################################################
event = { 
	id = 1301
	random = no
	country = SWI
	
	trigger = {
		event = 1300
		NOT = {
			OR = {
				control = { province = 806 data = REB }
				control = { province = 807 data = REB }
				control = { province = 808 data = REB }
				control = { province = 809 data = REB }
				control = { province = 810 data = REB }
				control = { province = 811 data = REB }
				control = { province = 821 data = REB }
				control = { province = 822 data = REB }
				control = { province = 823 data = REB }
			}
		}
	}
	
	name = "EVT_1301_NAME"
	desc = "EVT_1301_DESC"
	style = 0
	
	date = { day = 1 month = june year = 1847 }
	offset = 29
	deathdate = { day = 30 month = december year = 1920 }
	
	action_a = {
		name = "ACTIONNAME1301A" # Ahh Good!
		command = { type = pop_militancy which = catholic value = -7  }
		command = { type = sleepevent which = 7218 } # FRA
		command = { type = sleepevent which = 1502 } # AUS
	}
}					