
Parlamentsdebatte
Jagdgründe ausbauen
Wir haben unsere Jagdgründe noch nicht zur Gänze ausgebaut, sodass uns mögliche Erträge entgehen.
Modifikatoren
Definitionin_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
}
}

