
의회 안건
인쇄기 억압
이 계층은 국내에 인쇄기가 확산되지 않도록 억압하기를 원합니다.
인쇄기제도potential정의in_game/common/parliament_agendas/02_institutions.txt:273
277potential = {
282any_owned_location = {
283institution_progress:printing_press > 0
284institution_progress:printing_press < 99
}
}
288on_accept = {
289ordered_owned_location = {
290limit = {
291institution_progress:printing_press > 0
292institution_progress:printing_press < 99
}
294order_by = population
295max = {
296value = 1
297add = {
298value = num_provinces
299divide = 20
}
}
302check_range_bounds = no
303change_institution_progress = {
}
}
}
309chance = 10