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:3024
3025type = country_event
3026title = earthquake_events.title The Target Location Earthquake of Current Year
3027desc = 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!
3028outcome = negative
3029fire_only_once = yes
3031trigger = {
3032owns = location:kona
3033current_year >= 1818
3034current_year <= 1828
}
3037image = "gfx/interface/illustrations/event/backgrounds/special/earthquake.dds"
3039immediate = {
}
3042location:kona = {
3042save_scope_as = target_location
}
}