defined_text = {
	name = GetRegionDestruction
	
	text = {
		localisation_key = DestructionRegionSteppe
		trigger = {
			event_target:disaster_starting_province = {
				region = world_steppe

			}
		}
	}
	text = {
		localisation_key = DestructionRegionHimalayas
		trigger = {
			event_target:disaster_starting_province = {
				region = world_himalayas

			}
		}
	}
	text = {
		localisation_key = DestructionRegionIndia
		trigger = {
			event_target:disaster_starting_province = {
				region = world_india

			}
		}
	}
	text = {
		localisation_key = DestructionRegionAfrica
		trigger = {
			event_target:disaster_starting_province = {
				region = world_africa

			}
		}
	}
	text = {
		localisation_key = DestructionRegionPersia
		trigger = {
			event_target:disaster_starting_province = {
				region = world_persia

			}
		}
	}
	text = {
		localisation_key = DestructionRegionMiddleEast
		trigger = {
			event_target:disaster_starting_province = {
				region = world_middle_east

			}
		}
	}
	text = {
		localisation_key = DestructionRegionAsiaMinor
		trigger = {
			event_target:disaster_starting_province = {
				region = world_asia_minor

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeNorth
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_north

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeSouth
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_south

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeEast
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_east

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeWestBrittania
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_west_brittania

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeWestGermania
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_west_germania 

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeWestFrancia
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_west_francia 

			}
		}
	}
	text = {
		localisation_key = DestructionRegionEuropeWestIberia
		trigger = {
			event_target:disaster_starting_province = {
				region = world_europe_west_iberia 

			}
		}
	}
}