
##Natural Disaster strings 

QUAKE	"EARTHQUAKE!"
QUAKE_NEAR_YOU	"A force {tmpRichter} earthquake struck near the city of {theNearestCity.name}. The people are distressed, as the earthquake caused lots of damage."
QUAKE_NEAR_OTHER	"Luckily it was nowhere any of our cities, but the city of {theNearestCity.name} suffered the effects of a force {tmpRichter} earthquake."
QUAKE_HIT_YOU	"A catastrophe has occured! The force {tmpRichter} earthquake struck directly under the city of {theNearestCity.name}. There are extensive casualties, and much damage. The people are afraid."
QUAKE_HIT_OTHER	"A force {tmpRichter} earthquake struck the city of {theNearestCity.name}. It is a catastrophe for them."

EPIDEMIC	"EPIDEMIC!"
EPIDEMIC_YOU	"An epidemic is sweeping the country, thousands are sick, in {PlaguedCityCounter} cities. We are cursed, indeed."
EPIDEMIC_OTHER	"An epidemic occurred in {PlaguedCityCounter} of {player[0].country_name}'s cities."

PLAGUE_TITLE	"PLAGUE!"
PLAGUE_YOU	"A plague struck in {PlaguedCityCounter} of your cities. Thousands of people are dying. There is nothing to do except hope that God will relent."
PLAGUE_OTHER	"A plague struck in {PlaguedCityCounter} of {player[0].country_name}'s cities. Let us pray that it does not reach our people."

NO_PLAGUE	"DISASTER AVERTED!"
NO_PLAGUE_YOU	"Quick-thinking physicians across your empire averted a horrible medical catastrophe."
NO_PLAGUE_OTHER	"Physicians across the empire of {player[0].country_name} averted a horrible medical catastrophe."

VOLCANO_TITLE	"VOLCANO!"
VOLCANO_YOU	"A volcano has erupted under the city of {theNearestCity.name}."
VOLCANO_OTHER	"Travelling merchants bring back reports that a volcano has erupted under the city of {theNearestCity.name}."
VOLCANO_NEAR_YOU	"A volcano has erupted close to the city of {theNearestCity.name}."
VOLCANO_NEAR_OTHER	"A volcano has erupted near the city of {theNearestCity.name}."

TSUNAMI_TITLE	"TSUNAMI!"
TSUNAMI_YOU	"A tsunami has struck the city of {theNearestCity.name}, causing untold damage, and washing thousands of people out to sea."
TSUNAMI_OTHER	"There are rumors that a tsunami has struck the city of {theNearestCity.name}, causing untold damage."
TSUNAMI_NEAR_YOU	"Your empire has had a narrow escape, as a tsunami hits nearby."
TSUNAMI_NEAR_OTHER	"We have reports that a tsunami has struck, but luckily no-one was injured, as it was far from everywhere."

## testing...

AA	"test"
BB	"messagebox"
MStartData	"human = {human}"
MtheQuakeEvent	"A quake happened at x={tmpX}, y={tmpY},  theNearestCity is {theNearestCity.name}, Richter val= {tmpRichter} Distance={DistanceFromCity}"
