이벤트
대규모 반란

앞으로 이동의 자유가 더욱 제한될 거라는 소식을 접한 평민들이 대단히 격분했습니다. 이 때문에 우리 국가에 대규모 반란이 이미 여러 차례 발생했습니다... 누가 역적 아니랄까 봐 '역'하게 구는군요.
농민사회 계급option
농노제 대 자유민사회 가치관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
}
}