
##Natural Disaster strings 

QUAKE	"An Earthquake Has Struck"
QUAKE_NEAR_YOU	"A force {tmpRichter} earthquake struck near the city of {city[0].name}. The people are distressed, as the earthquake caused lots of damage"
QUAKE_NEAR_OTHER	"Luckily it was nowhere any of our cities, but in {player[0].country_name}, the city of {city[0].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 {city[0].name}. There are extensive casualties, and much damage. The people are afraid."
QUAKE_HIT_OTHER	"The {player[0].civ_name_plural} mourn. A force {tmpRichter} earthquake struck their city - {city[0].name}. It is a catastrophe for them."

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

PLAGUE_TITLE	"A plague has broken out!"
PLAGUE_YOU	"A plague struck in {PlaguedCityCounter} of your cities"
PLAGUE_OTHER	"A plague struck in {PlaguedCityCounter} of {player[0].country_name}'s cities"

NO_PLAGUE	"..."
NO_PLAGUE_YOU	"Quick-thinking medics across your empire averted a horrible medical catastrophe"
NO_PLAGUE_OTHER	"Medics 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 {city[0].name}."
VOLCANO_OTHER	"A volcano has erupted under the city of {city[0].name}, in {player[0].country_name}."
VOLCANO_NEAR_YOU	"A volcano has erupted close to the city of {city[0].name}."
VOLCANO_NEAR_OTHER	"A volcano has erupted near the city of {city[0].name}, in {player[0].country_name}."

TSUNAMI_TITLE	"Tsunami!!"
TSUNAMI_YOU	"A tsunami has struck the city of {city[0].name}, causing untold damage."
TSUNAMI_OTHER	"A tsunami has struck the city of {city[0].name}, in {player[0].country_name}, causing untold damage."
TSUNAMI_NEAR_YOU	"Your empire has had a narrow escape, as a tsunami hits nearby."
TSUNAMI_NEAR_OTHER	"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}"
