事件本版本变更
Current Year年Target Location地震

最近几天,Target Location发生了一场前所未有的地震!这次地震的强度远远超过我们以往的经历,Target Location的市民在灾难中遭受了巨大的损失。许多人被埋在断壁残垣中,更多的人失去了家园和住所。如果没有重新投资,Target Location肯定需要几十年的时间才能完全恢复,我们应该对受灾地区给予适当的照顾。
城市地点等级option 1
大都市地点等级option 1定义in_game/events/earthquake_events.txt:3930
3931type = country_event
3932title = earthquake_events.title Current Year年Target Location地震
3933desc = earthquake_events_catastrophic.desc 最近几天,Target Location发生了一场前所未有的地震!这次地震的强度远远超过我们以往的经历,Target Location的市民在灾难中遭受了巨大的损失。许多人被埋在断壁残垣中,更多的人失去了家园和住所。如果没有重新投资,Target Location肯定需要几十年的时间才能完全恢复,我们应该对受灾地区给予适当的照顾。
3934outcome = negative
3935fire_only_once = yes
3937trigger = {
3938owns = location:tillamook
3939current_year >= 1695
3940current_year <= 1705
}
3943image = "gfx/interface/illustrations/event/backgrounds/special/earthquake.dds"
3945immediate = {
}
3948location:tillamook = {
3948save_scope_as = target_location
}
}