
过去几年,牲畜的迁徙模式已变得相当停滞。可放牧的土地不足,加上气温持续下降,使得维持畜牧场地变得极其困难。
这导致了该行业的产出大幅减少,而许多民众的生计都依赖于此。我们不知道这波寒潮何时才会消退,只能寄望于出现最好的结果,
定义in_game/events/situations/little_ice_age.txt:619
620type = country_event
621category = situation_event
622title = winter_events.9.title 平原上再没有麦叶
623desc = winter_events.9.desc 过去几年,牲畜的迁徙模式已变得相当停滞。可放牧的土地不足,加上气温持续下降,使得维持畜牧场地变得极其困难。
这导致了该行业的产出大幅减少,而许多民众的生计都依赖于此。我们不知道这波寒潮何时才会消退,只能寄望于出现最好的结果,
624outcome = neutral
625image = "gfx/interface/illustrations/situation/little_ice_age.dds"
626trigger = {
628produced_in_country:livestock > 25
}
632immediate = {
633add_country_modifier = {
}
638ordered_owned_location = {
642order_by = rgo_workers
643check_range_bounds = no
644max = 1
645save_scope_as = target_location
646province = {
646save_scope_as = target_province_1
}
}
652every_province = {
653limit = {
654any_location_in_province = {
}
}
}
}
选项
A我们无能为力,只能看着寒潮蔓延……
668add_estate_satisfaction = {
}
672if = {
673limit = {
674any_province = {
675NOT = {
675this = scope:target_province_1
}
676any_location_in_province = {
}
}
}
679random_province = {
680limit = {
681NOT = {
681this = scope:target_province_1
}
682any_location_in_province = {
}
}
684change_province_food_percentage = {
685value = {
686add = -0.25
687if = {
688limit = {
688province_average_control > 0
}
689divide = province_average_control
}
}
}
694save_temporary_scope_as = target_province_2
695custom_tooltip = livestock_provinces_suffer_tt 此次食物短缺将影响Num Affected Provinces Variable个生产牲畜的省份,其程度取决于各省的控制力水平
}
697hidden_effect = {
698every_province = {
699limit = {
700any_location_in_province = {
}
}
702change_province_food_percentage = {
703value = {
704add = -0.25
705if = {
706limit = {
706province_average_control > 0
}
707divide = province_average_control
}
}
}
}
}
}
715else = {
716random_province = {
717limit = {
718any_location_in_province = {
}
}
720change_province_food_percentage = {
721value = {
722add = -0.25
723if = {
724limit = {
724province_average_control > 0
}
725divide = province_average_control
}
}
}
730save_temporary_scope_as = target_province_1
}
}
733show_as_tooltip = {
734add_country_modifier = {
}
}
740ordered_owned_location = {
744order_by = rgo_workers
745check_range_bounds = no
746max = {
747value = 1
748add = {
749value = num_provinces
750divide = 10
}
752max = 5
}
}