
Parlamentsdebatte
Gewinnung erweitern
Wir sollten unsere Gewinnung ausweiten, um die Nachfrage nach diesen Waren für den Aufbau und den Unterhalt unserer Wirtschaft zu befriedigen.
Modifikatoren
Definitionin_game/common/parliament_issues/06_peasants_estate_parliament_issues.txt:67
70modifier_when_in_debate = {
}
75allow = {
76has_any_rgo_of_goods_method = gathering
77any_owned_location = {
78raw_material = {
79goods_method = gathering
}
81is_full_expanded_rgo = no
}
}
85chance = {
86add = 1
87add = {
88if = {
89limit = {
90societal_value:capital_economy_vs_traditional_economy > 30
}
92value = 2
}
}
95multiply = {
96if = {
97limit = {
98societal_value:capital_economy_vs_traditional_economy < -60
}
100value = 0.5
}
102else = {
103value = 1
}
}
}
108on_debate_passed = {
109ordered_owned_location = {
110limit = {
111raw_material = {
112goods_method = gathering
}
114is_full_expanded_rgo = no
}
116order_by = population
117max = {
118value = num_provinces
119multiply = 0.05
120add = 1
}
122change_max_raw_material_workers = 1
}
}

