
Parliament Issue
Expand Forest Exploitation
The forests of our country promise greater yields. We should expand our extraction operations to reach their potential.
Modifiers
Definitionin_game/common/parliament_issues/04_clergy_estate_parliament_issues.txt:172
175modifier_when_in_debate = {
}
180allow = {
181has_any_rgo_of_goods_method = forestry
182any_owned_location = {
183raw_material = {
184goods_method = forestry
}
186is_full_expanded_rgo = no
}
}
190chance = {
191add = 1
192add = {
193if = {
194limit = {
195societal_value:capital_economy_vs_traditional_economy > 30
}
197value = 2
}
}
200multiply = {
201if = {
202limit = {
203societal_value:capital_economy_vs_traditional_economy < -60
}
205value = 0.5
}
207else = {
208value = 1
}
}
}
213on_debate_passed = {
214ordered_owned_location = {
215limit = {
216raw_material = {
217goods_method = forestry
}
219is_full_expanded_rgo = no
}
221order_by = population
222max = {
223value = num_provinces
224multiply = 0.05
225add = 1
}
227check_range_bounds = no
228change_max_raw_material_workers = 1
}
}

