namespace = shatterworld_defacto
character_event = {
	id = shatterworld_defacto.1
	title = EVTNAMEshatterworld_defacto.0001
	desc = EVTDESCshatterworld_defacto.0001
	picture = GFX_evt_war_planning
	border = GFX_event_normal_frame_diplomacy
	
	is_triggered_only = yes
	
	option = {
		name = EVTOPTAshatterworld_defacto.0001
		#Shatter all titles
		hidden_tooltip = {
			any_landed_title = {
				limit = {
					AND = {
						owner = { NOT = { government = nomadic_government } }
						OR = {
							tier = DUKE
							tier = KING
							tier = EMPEROR
						}
					}
				}
				destroy_landed_title = THIS
			}
			any_landed_title = {
				limit = {
					AND = {
						owner = { government = nomadic_government }
						tier = EMPEROR
					}
				}
				destroy_landed_title = THIS
			}
		}
		character_event = { id = shatterworld_dejure.3 }
	}
	option = {
		name = EVTOPTBshatterworld_defacto.0001
		#Shatter king and emperor titles
		hidden_tooltip = {
			any_landed_title = {
				limit = {
					AND = {
						owner = { NOT = { government = nomadic_government } }
						OR = {
							tier = KING
							tier = EMPEROR
						}
					}
				}
				destroy_landed_title = THIS
			}
			any_landed_title = {
				limit = {
					AND = {
						owner = { government = nomadic_government }
						tier = EMPEROR
					}
				}
				destroy_landed_title = THIS
			}
		}
	}
	option = {
		name = EVTOPTCshatterworld_defacto.0001
		#Shatter only emperor titles
		hidden_tooltip = {
			any_landed_title = {
				limit = {
					tier = EMPEROR
				}
				destroy_landed_title = THIS
			}
		}
	}
	option = {
		name = EVTOPTDshatterworld_defacto.0001
	}
}