Event
The Target Location Earthquake of Current Year

An earthquake has hit Target Location! Severe Shocks during the last few days have destroyed Target Location and the surrounding area to a vast degree. While a lot of the damage has not yet been fully accounted for, it is clear that the destruction caused by this event will impact the area for a long time, unless we immediately act and send help to those affected!
Definitionin_game/events/earthquake_events.txt:2274
2275type = country_event
2276title = earthquake_events.title The Target Location Earthquake of Current Year
2277desc = earthquake_events_major.desc An earthquake has hit Target Location! Severe Shocks during the last few days have destroyed Target Location and the surrounding area to a vast degree. While a lot of the damage has not yet been fully accounted for, it is clear that the destruction caused by this event will impact the area for a long time, unless we immediately act and send help to those affected!
2278outcome = negative
2279fire_only_once = yes
2281trigger = {
2282owns = location:fez
2283current_year >= 1750
2284current_year <= 1760
}
2287image = "gfx/interface/illustrations/event/backgrounds/special/earthquake.dds"
2289immediate = {
}
2292location:fez = {
2292save_scope_as = target_location
}
}