事件
严重叛乱

平民对行动自由受到进一步限制极为不满。事实上,我国因此发生了大规模的叛乱……也许如果他们花时间打理一下个人卫生,就不会那么令人反感?
农民社会阶级option
农奴制 vs 自由民社会价值观triggerrevolt_location_variable变量immediate, option定义in_game/events/government/societal_values.txt:171
172type = country_event
173title = societal_values.105.title 严重叛乱
174desc = societal_values.105.desc 平民对行动自由受到进一步限制极为不满。事实上,我国因此发生了大规模的叛乱……也许如果他们花时间打理一下个人卫生,就不会那么令人反感?
175outcome = neutral
176trigger = {
178NOT = {
178has_estate_privilege = estate_privilege:peasants_free_peasantry
}
179any_owned_rural_location = {
179count >= 1
}
}
182illustration_tags = {
18310 = angry
18410 = exterior
}
187immediate = {
}
189ordered_owned_rural_location = {
190order_by = population
191limit = {
192is_capital = no
}
194max = {
195value = 1
196add = {
197value = root.num_provinces
198multiply = 0.2
}
}
201check_range_bounds = no
}
204random_owned_rural_location = {
208save_scope_as = target_location
}
}