
建筑本版本变更
陶器工坊
从简单的储物容器到装饰性物件,陶器对于各地民众不可或缺。在专业工坊中优化其生产流程,将有效满足人们对陶器的需求。
生产方式 1
定义in_game/common/building_types/production_pottery.txt:35
36audio_tier = 2
37is_foreign = no
39max_levels = workshop_max_level
40startup_ramp_target = workshop_startup_ramp_target
45employment_size = workshop_employment
47town = yes
48city = yes
49megalopolis = yes
52build_time = workshop_build_time
55obsolete = pottery_guild
57unique_production_methods = {
58pottery_w_maintenance = {
59clay = 1.0987
60lumber = 0.1102
61tools = 0.0551
63produced = pottery
64output = 1.1
66debug_max_profit = workshop_profit_margin
68category = workshop_input
}
}