
Goods
Beer
Beer has been a pillar of gastronomy since it was first brewed in the Neolithic. It became a widespread drink in the Middle Ages, and was the object of the oldest food-quality regulation still in use, the Bavarian 'Reinheitsgebot'.
Definitionin_game/common/goods/02_produced_goods.txt:183
184category = produced
185color = goods_beer
186default_market_price = 2
187transport_cost = 0.5
189demand_add = {
190all = 0.0024
}
193demand_multiply = {
194upper = 5
195nobles = 2
196clergy = 2
197burghers = 2
198laborers = 2
199soldiers = 3
200slaves = 0
201tribesmen = 0
}
204wealth_impact_threshold = {
205all = 0.75
}
208region_demand_modifier = {
209iberia_region = 0.5
210italy_region = 0.5
211balkan_region = 0.5
}