
Goods
Wheat
Wheat represents the vegetable foodstuff that was the staple diet for humans and animals. Lack of it would always lead to revolts and riots. Other cereals and vegetable foodstuffs would later be augmented by tomatoes, corn, and even potatoes from America offering a wider choice both in food and agricultural production varieties.
Definitionin_game/common/goods/03_food.txt:76
77method = farming
78category = raw_material
79color = goods_wheat
81food = 8.0
83default_market_price = 1
85demand_add = {
86all = 0.001
87peasants = 0.002
88laborers = 0.0015
89soldiers = 0.0015
}
91demand_multiply = {
92upper = 2.5
93slaves = 0
94tribesmen = 0
}
97origin_in_old_world = yes
98custom_tags = {
old_world_goods
}
100continent_demand_modifier = {
101europe = 2
}
103climate_demand_modifier = {
104subtropical = 0.5
105tropical = 0.5
}