###################################
#
# Age of Vikings
# - Various Events
#
###################################

# Written by Charlemagne1428

namespace = CB

# A ruler is assimilated by the local culture
character_event = {
	id = CB.1000
	desc = "EVTDESCCB.1000"
	picture = GFX_evt_stone_church
	
	only_rulers = yes
	
	trigger = {
		has_global_flag = character_culture_breakdown
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = "EVTOPTA55010"

		capital_scope = {
			reverse_culture = ROOT
		}
	}
}

# Province culture changes from French or Occitan to Gascon
province_event = {
	id = CB.1
	desc = EVTDESC_CB.1
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_gascogne }
			county = { title = c_bordeaux }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTA_CB_1
		culture = gascon
	}
}

# Province culture changes from French or Occitan to Aquitaine
province_event = {
	id = CB.2
	desc = EVTDESC_CB.2
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			county = { title = c_carcassonne }
			county = { title = c_toulouse }
			county = { title = c_foix }
			county = { title = c_perigord }
			county = { title = c_angouleme }
			county = { title = c_limousin }
			county = { title = c_agen }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTA_CB_2
		culture = aquitaine
	}
}

# Province culture changes from French or Occitan to Wallonian
province_event = {
	id = CB.3
	desc = EVTDESC_CB.3
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_holland }
			duchy = { title = d_brabant }
			duchy = { title = d_gelre }
			duchy = { title = d_lower_lorraine }
			duchy = { title = d_luxembourg }
			duchy = { title = d_koln }
			county = { title = c_yperen }
			county = { title = c_brugge }
			county = { title = c_gent }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTA_CB_2
		culture = wallonian
	}
}

# Province culture changes from French or Occitan to Burgundian
province_event = {
	id = CB.4
	desc = EVTDESC_CB.4
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_burgundy }
			duchy = { title = d_upper_burgundy }
			duchy = { title = d_alsace }
			duchy = { title = d_upper_lorraine }
			duchy = { title = d_baden }
			duchy = { title = d_swabia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTA_CB_2
		culture = burgundian
	}
}

# Province culture changes from French or Occitan to Francien
province_event = {
	id = CB.6
	desc = EVTDESC_CB.6
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_poitou }
			duchy = { title = d_berry }
			duchy = { title = d_anjou }
			duchy = { title = d_orleans }
			duchy = { title = d_champagne }
			duchy = { title = d_valois }
			duchy = { title = d_normandy }
			county = { title = c_boulogne }
			county = { title = c_guines }
			county = { title = c_artois }
			county = { title = c_bourbon }
			county = { title = c_la_marche }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTA_CB_2
		culture = francien
	}
}

# Province culture changes from French or Occitan to Occitan
province_event = {
	id = CB.7
	desc = EVTDESC_CB.7
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_auvergne }
			duchy = { title = d_savoie }
			duchy = { title = d_provence }
			duchy = { title = d_dauphine }
			county = { title = c_montpellier }
			county = { title = c_rouergue }
			county = { title = c_narbonne }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTA_CB_2
		culture = occitan
	}
}

# Province culture changes from French to Armoricien
province_event = {
	id = CB.28
	desc = EVTDESCCB.28
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_brittany }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.28
		culture = armoricien
	}
}

# Province culture changes from French to Corse
province_event = {
	id = CB.29
	desc = EVTDESCCB.29
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_sardinia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.29
		culture = corse
	}
}



# Province culture changes from French to Navarrois
province_event = {
	id = CB.1204
	desc = EVTDESCCB.1204
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_navarra }
			duchy = { title = d_aragon }
			duchy = { title = d_barcelona }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1204
		culture = navarrois
	}
}

#English

# Province culture changes from English to Anglo-Gael
province_event = {
	id = CB.11
	desc = EVTDESCCB.11
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = english
		}
		OR = {
			kingdom = { title = k_ireland }
		}
	}

	option = {
		name = EVTOPTACB.11
		culture = anglogael
	}
}

# Province culture changes from English to Scots
province_event = {
	id = CB.12
	desc = EVTDESCCB.12
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = english
		}
		OR = {
			duchy = { title = d_moray }
			duchy = { title = d_western_isles }
			duchy = { title = d_albany }
		}
	}

	option = {
		name = EVTOPTACB.12
		culture = scots
	}
}

# Province culture changes from French to Frank-Welsh
province_event = {
	id = CB.14
	desc = EVTDESCCB.14
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			kingdom = { title = k_wales }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.14
		culture = frankwelsh
	}
}

# Province culture changes from French to Frank-Scot
province_event = {
	id = CB.15
	desc = EVTDESCCB.15
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			duchy = { title = d_western_isles }
			duchy = { title = d_albany }
			duchy = { title = d_moray }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.15
		culture = frankscot
	}
}

# Province culture changes from French to Frank-Gael
province_event = {
	id = CB.16
	desc = EVTDESCCB.16
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = frankish
			culture = occitan
		}
		OR = {
			kingdom = { title = k_ireland }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.16
		culture = frankgael
	}
}

#German

# Province culture changes to Dutch
province_event = {
	id = CB.1400
	desc = EVTDESCCB.1400
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_holland }
			duchy = { title = d_gelre }
			county = { title = c_breda }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1400
		culture = dutch
	}
}

# Province culture changes to Mod-Saxon
province_event = {
	id = CB.1401
	desc = EVTDESCCB.1401
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_saxony }
			duchy = { title = d_brandenburg }
			duchy = { title = d_meissen }
			duchy = { title = d_greater_poland }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1401
		culture = modsaxon
	}
}

# Province culture changes to Flemish
province_event = {
	id = CB.1402
	desc = EVTDESCCB.1402
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_flanders }
			county = { title = c_brabant }
			county = { title = c_hainaut }
			county = { title = c_liege }
			county = { title = c_luxembourg }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1402
		culture = flemish
	}
}

# Province culture changes to Bavarian
province_event = {
	id = CB.40
	desc = EVTDESCCB.40
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_bavaria }
			duchy = { title = d_bohemia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.40
		culture = bavarian
	}
}

# Province culture changes to Hessian
province_event = {
	id = CB.1404
	desc = EVTDESCCB.1404
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_thuringia }
			duchy = { title = d_koln }
			county = { title = c_loon }
			county = { title = c_julich }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1404
		culture = hessian
	}
}

# Province culture changes to Westphalian
province_event = {
	id = CB.1405
	desc = EVTDESCCB.1405
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_holstein }
			duchy = { title = d_brunswick }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1405
		culture = westphalian
	}
}

# Province culture changes to Swabian
province_event = {
	id = CB.1406
	desc = EVTDESCCB.1406
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_swabia }
			duchy = { title = d_baden }
			duchy = { title = d_alsace }
			duchy = { title = d_lower_lorraine }
			duchy = { title = d_upper_lorraine }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1406
		culture = swabian
	}
}

# Province culture changes to Swiss
province_event = {
	id = CB.1407
	desc = EVTDESCCB.1407
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_upper_burgundy }
			duchy = { title = d_savoie }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1407
		culture = swiss
	}
}

# Province culture changes to Franconian
province_event = {
	id = CB.1408
	desc = EVTDESCCB.1408
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_franconia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1408
		culture = franconian
	}
}

# Province culture changes to Teuton
province_event = {
	id = CB.1409
	desc = EVTDESCCB.1409
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_livonia }
			duchy = { title = d_prussia }
			duchy = { title = d_lithuanians }
			duchy = { title = d_courland }
			duchy = { title = d_samogitia }
			duchy = { title = d_kuyavia }
			duchy = { title = d_mazovia }
			county = { title = c_danzig }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1409
		culture = teuton
	}
}

# Province culture changes to Austrian
province_event = {
	id = CB.1410
	desc = EVTDESCCB.1410
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_osterreich }
			duchy = { title = d_tyrol }
			duchy = { title = d_carinthia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1410
		culture = austrian
	}
}

# Province culture changes to Mod-Pomeranian
province_event = {
	id = CB.1411
	desc = EVTDESCCB.1411
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_mecklemburg }
			duchy = { title = d_pommerania }
			county = { title = c_slupsk }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1411
		culture = modpomeranian
	}
}

# Province culture changes to Goth
province_event = {
	id = CB.1411
	desc = EVTDESCCB.1411
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_lesser_poland }
			duchy = { title = d_nyitra }
			duchy = { title = d_ungvar }
			duchy = { title = d_volhynia }
			duchy = { title = d_pest }
			duchy = { title = d_transylvania }
			duchy = { title = d_galich }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1411
		culture = goth
	}
}

# Province culture changes to Schlesian
province_event = {
	id = CB.1412
	desc = EVTDESCCB.1412
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_silesia }
			duchy = { title = d_moravia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1412
		culture = schlesian
	}
}

# Province culture changes to Danlander
province_event = {
	id = CB.1414
	desc = EVTDESCCB.1414
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_slesvig }
			duchy = { title = d_sjaelland }
			duchy = { title = d_skane }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1414
		culture = danlander
	}
}

# Province culture changes to Frankish
province_event = {
	id = CB.1415
	desc = EVTDESCCB.1415
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = german
			culture = dutch
		}
		OR = {
			duchy = { title = d_valois }
			duchy = { title = d_champagne }
			duchy = { title = d_burgundy }
			duchy = { title = d_anjou }
			duchy = { title = d_orleans }
			duchy = { title = d_normandy }
			duchy = { title = d_berry }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1415
		culture = old_frankish
	}
}

#Italian

# Province culture changes to Lombard
province_event = {
	id = CB.1450
	desc = EVTDESCCB.1450
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_lombardia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1450
		culture = modlombard
	}
}

# Province culture changes to Piedmontese
province_event = {
	id = CB.1451
	desc = EVTDESCCB.1451
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_susa }
			duchy = { title = d_savoie }
			duchy = { title = d_upper_burgundy }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1451
		culture = piedmontese
	}
}

# Province culture changes to Ligurian
province_event = {
	id = CB.1452
	desc = EVTDESCCB.1452
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_provence }
			duchy = { title = d_genoa }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1452
		culture = ligurian
	}
}

# Province culture changes to Venetian
province_event = {
	id = CB.1453
	desc = EVTDESCCB.1453
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_venice }
			duchy = { title = d_carinthia }
			county = { title = c_verona }
			county = { title = c_treviso }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1453
		culture = venetian
	}
}

# Province culture changes to Romagnan
province_event = {
	id = CB.1454
	desc = EVTDESCCB.1454
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_modena }
			duchy = { title = d_ferrara }
			county = { title = c_mantua }
			county = { title = c_padova }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1454
		culture = romagnan
	}
}

# Province culture changes to Tuscan
province_event = {
	id = CB.1455
	desc = EVTDESCCB.1455
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_pisa }
			duchy = { title = d_toscana }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1455
		culture = tuscan
	}
}

# Province culture changes to Umbrian
province_event = {
	id = CB.1456
	desc = EVTDESCCB.1456
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_latium }
			duchy = { title = d_spoleto }
			duchy = { title = d_ancona }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1456
		culture = umbrian
	}
}

# Province culture changes to Neapolitan
province_event = {
	id = CB.1457
	desc = EVTDESCCB.1457
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_capua }
			duchy = { title = d_apulia }
			duchy = { title = d_benevento }
			duchy = { title = d_salerno }
			county = { title = c_consenza }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1457
		culture = neapolitan
	}
}

# Province culture changes to Sicilian
province_event = {
	id = CB.1458
	desc = EVTDESCCB.1458
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_sicily }
			county = { title = c_reggio }
		}
		NOT = { county = { title = c_malta } }
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1458
		culture = sicilian
	}
}

# Province culture changes to Maltese
province_event = {
	id = CB.1459
	desc = EVTDESCCB.1459
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			county = { title = c_malta }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1459
		culture = maltese
	}
}

# Province culture changes to Sardinia
province_event = {
	id = CB.1460
	desc = EVTDESCCB.1460
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_sardinia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1460
		culture = sardinian
	}
}

# Province culture changes to Illyrian
province_event = {
	id = CB.1461
	desc = EVTDESCCB.1461
	picture = GFX_evt_stone_church
	border = GFX_event_normal_frame_diplomacy
	
	trigger = {
		has_global_flag = cb_culture_breakdown
		OR = {
			culture = italian
		}
		OR = {
			duchy = { title = d_croatia }
			duchy = { title = d_bosnia }
			duchy = { title = d_dalmatia }
		}
	}
	
	mean_time_to_happen = {
		days = 1
	}

	option = {
		name = EVTOPTACB.1461
		culture = illyrian
	}
}