
这个严冬不仅给人民带来苦难,也重创了我们Flavor Rank的木材生产。由于补给线缩短和寒冷导致的频繁事故,越来越多的人暴露在严酷的寒风中。
在冬季更为严酷的地区,不幸的是,已经报告了多起工人因恶劣工作环境而遇难的事故。
定义in_game/events/situations/little_ice_age.txt:1740
1741type = country_event
1742category = situation_event
1743title = winter_events.18.title 木材短缺
1744desc = winter_events.18.desc 这个严冬不仅给人民带来苦难,也重创了我们Flavor Rank的木材生产。由于补给线缩短和寒冷导致的频繁事故,越来越多的人暴露在严酷的寒风中。
在冬季更为严酷的地区,不幸的是,已经报告了多起工人因恶劣工作环境而遇难的事故。
1745outcome = neutral
1746image = "gfx/interface/illustrations/situation/little_ice_age.dds"
1747trigger = {
1748current_year >= 1650
1749current_year <= 1715
1750time_of_year = {
1751min = 10.1
1752max = 1.29
}
1755any_owned_location = {
}
}
选项
A这确实令人担忧。
1765ordered_owned_location = {
1769order_by = {
1770value = rgo_workers
1775if = {
1776limit = {
1776winter_level = severe
}
1777multiply = 1.25
}
1779else_if = {
1780limit = {
1780winter_level = normal
}
1781multiply = 1.1
}
}
1789check_range_bounds = no
1790max = {
1791value = 1
1792add = {
1793value = num_provinces
1794divide = 10
}
1796max = 5
}
1798add_location_modifier = {
1800years = 1
1801mode = add_and_extend
}
}
1804if = {
1805limit = {
1806any_owned_location = {
}
}
1812custom_tooltip = {
1813text = workers_may_quit_or_have_accidents_here_tt 受到影响的地点的木材原产工人可能遭遇致命事故或转业
1814every_owned_location = {
1816random_list = {
18171 = {
1817change_max_raw_material_workers = -1
}
18181 = {
1819ordered_pop = {
1820max = 1
1821order_by = pop_size
1822check_range_bounds = no
1828add_pop_size = {
1829value = pop_size
1830multiply = -0.01
}
}
}
}
}
}
}