
BuildingChanged this version
Winery
A humble guild where various raw sugars are fermented into rich and intoxicating beverages. Though simpler than traditional grape wine, these drinks are enjoyed by commoners and nobles alike, each region perfecting its own distinct flavors and techniques.
Production Methods 3
Definitionin_game/common/building_types/production_wine.txt:1
2is_foreign = no
4max_levels = guild_max_level
5startup_ramp_target = guild_startup_ramp_target
9employment_size = guild_employment
12town = yes
13city = yes
14megalopolis = yes
18build_time = guild_build_time
20unique_production_methods = {
21fruit_winery_maintenance = {
22fruit = 1.154
23lumber = 0.157
24tools = 0.092
26produced = wine
27output = 1
28category = guild_input
30debug_max_profit = guild_profit_margin
}
33rice_winery_maintenance = {
34rice = 1.164
35lumber = 0.149
36tools = 0.093
38produced = wine
39output = 1
40category = guild_input
42debug_max_profit = guild_profit_margin
}
45honey_winery_maintenance = {
46beeswax = 0.556
47lumber = 0.185
48tools = 0.093
50produced = wine
51output = 1
53category = guild_input
55debug_max_profit = guild_profit_margin
}
}