事件
被遗忘的乡民
随着政策日益偏向都市与商业中心,乡村怨声渐起。Target Province的村议会抱怨赋税加重、发展停滞、青年流向城市。繁华市集与荒芜农田的对比日趋尖锐。Court Title中有人视此为现代发展的必然代价,也有人警告持续忽视可能引发叛乱。
劳工社会阶级option 1
农民社会阶级option 1gme25_cd变量trigger定义in_game/events/missionevents/generic_mission_events.txt:1887
1888hide_portraits = yes
1889type = country_event
1891title = generic_mission_events.25.title 被遗忘的乡民
1892desc = generic_mission_events.25.desc 随着政策日益偏向都市与商业中心,乡村怨声渐起。Target Province的村议会抱怨赋税加重、发展停滞、青年流向城市。繁华市集与荒芜农田的对比日趋尖锐。Court Title中有人视此为现代发展的必然代价,也有人警告持续忽视可能引发叛乱。
1893outcome = neutral
1898immediate = {
1903scope:mission_setup_trade_target_location = {
1903save_scope_as = target_location
}
1904ordered_owned_rural_location = {
1905limit = {
1906this != scope:target_location
1907is_capital = no
}
1909order_by = {
1910value = population
1911multiply = {
1912value = 1
1913add = proximity
}
}
1916max = 1
1917check_range_bounds = no
1918province = {
1918save_scope_as = target_province
}
}
}