
Parliament IssueChanged this version
Expand Food Stockpiles
Our people are raising the pressing concern of food shortages to us. We should try to expand our Granary Network to prevent the same situation in the future.
GranaryBuildingon debate passed
CityLocation Rankallow, on debate passed
MegalopolisLocation Rankallow, on debate passed
TownLocation Rankallow, on debate passedModifiers
Definitionin_game/common/parliament_issues/06_peasants_estate_parliament_issues.txt:473
480allow = {
481any_province = {
482province_food_percentage < 0.5
483any_location_in_province = {
484OR = {
}
}
}
}
493chance = {
494add = 1
495add = {
496if = {
497limit = {
498any_province = {
499province_food_percentage < 0.25
500any_location_in_province = {
501OR = {
}
}
}
}
509value = 2
}
}
512multiply = {
513if = {
514limit = {
515societal_value:serfdom_vs_free_subjects < 0
}
517value = 0.5
}
519else = {
520value = 1
}
}
}
525on_debate_passed = {
526ordered_owned_location = {
527order_by = province.province_food_percentage
528max = {
529value = num_provinces
530multiply = -0.1
531add = 1
}
533limit = {
535OR = {
}
}
541construct_building = {
543cost_multiplier = 0.5
544cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}
