
在暴风雨天气和高水位朔望潮引发了大范围潮涌之后,我们收到了康沃尔附近爆发洪水的消息。财产、农田和生命承受了巨大损失,部分地区被完全淹没。
洪水甚至蔓延至泰晤士河,对南部河岸造成了一些破坏。
定义in_game/events/DHE/flavor_ENG.txt:16597
16598hide_portraits = yes
16599type = country_event
16601title = flavor_eng.166.title Ruler洪峰
16602desc = flavor_eng.166.desc 在暴风雨天气和高水位朔望潮引发了大范围潮涌之后,我们收到了康沃尔附近爆发洪水的消息。财产、农田和生命承受了巨大损失,部分地区被完全淹没。
洪水甚至蔓延至泰晤士河,对南部河岸造成了一些破坏。
16603outcome = neutral
16605fire_only_once = yes
16607dynamic_historical_event = {
16609from = 1600.1.1
16610to = 1625.1.1
16611monthly_chance = 5
}
16614trigger = {
16616location:london = {
16617owner = root
16618controller = root
}
16621own_entire_province = province_definition:cornwall_province
16623current_month >= 9
}
16627illustration_tags = {
1662810 = regular
1662910 = exterior
}
16632immediate = {
16634location:london = {
16634save_scope_as = london
}
16636ruler_or_regent ?= {
16636save_scope_as = target_character
}
}
选项
A灾难性的消息。
16642historical_option = yes
16644province_definition:cornwall_province = {
16645every_location_in_province_definition = {
16650every_pop = {
16651add_pop_size = {
16652value = pop_size
16653multiply = -0.01
}
}
}
}
16659location:london = {
16662ordered_buildings_in_location = {
16663order_by = building_level
16664max = {
16665value = 1
16666add = {
16667value = num_buildings
16668divide = 15
}
}
}
16675if = {
16681custom_tooltip = flavor_eng.166.tt1 最近修建的护坡堤使环球剧场免受了洪水侵袭
}
16683else = {
16684market = {
16685add_temporary_demand = {
16686type = demand:globe_repairs
16687months = 36
}
}
16690custom_tooltip = flavor_eng.166.tt2 环球剧场由于缺乏护坡堤被洪水摧毁了
}
}
B让它就这么破着吧。
16699trigger = {
16700location:london = {
}
}
16706province_definition:cornwall_province = {
16707every_location_in_province_definition = {
16712every_pop = {
16713add_pop_size = {
16714value = pop_size
16715multiply = -0.01
}
}
}
}
16721location:london = {
16724ordered_buildings_in_location = {
16725order_by = building_level
16726max = {
16727value = 1
16728add = {
16729value = num_buildings
16730divide = 15
}
}
}
16737destroy_building = "building(building_type:globe_theatre|owner)"
}