
의회 쟁점
신규 사냥터 건립
우리는 아직 여력이 있음에도 사냥터를 충분히 개발하지 않아 많은 수익 기회를 놓치고 있습니다.
보정치
사냥 확대 비용−33%
원재료 채집 확대 시간−20%
정의in_game/common/parliament_issues/06_peasants_estate_parliament_issues.txt:2
10allow = {
11has_any_rgo_of_goods_method = hunting
12any_owned_location = {
13raw_material = {
14goods_method = hunting
}
16is_full_expanded_rgo = no
}
}
20chance = {
21add = 1
22add = {
23if = {
24limit = {
25societal_value:capital_economy_vs_traditional_economy > 30
}
27value = 2
}
}
30multiply = {
31if = {
32limit = {
33societal_value:capital_economy_vs_traditional_economy < -60
}
35value = 0.5
}
37else = {
38value = 1
}
}
}
43on_debate_passed = {
44ordered_owned_location = {
45limit = {
46raw_material = {
47goods_method = hunting
}
49is_full_expanded_rgo = no
}
51order_by = population
52max = {
53value = num_provinces
54multiply = 0.05
55add = 1
}
57change_max_raw_material_workers = 1
}
}