
建筑本版本变更
纺织厂
由水轮驱动的纺织厂可以快速批量生产布匹。
修正
市民岗位容量+50
生产方式 3
定义in_game/common/building_types/production_cloth.txt:181
182audio_tier = 5
183is_foreign = no
185is_mill = yes
186max_levels = mills_max_level
187startup_ramp_target = mills_startup_ramp_target
190employment_size = mills_employment
193town = yes
194city = yes
195megalopolis = yes
199obsolete = cloth_manufactory
201build_time = mills_build_time
203unique_production_methods = {
204cotton_mill_maintenance = {
205cotton = 1.8866
206dyes = 0.2517
207produced = cloth
208output = 3
210debug_max_profit = mills_profit_margin
212category = mills_input
}
215wool_mill_maintenance = {
216wool = 1.8311
217dyes = 0.2444
218produced = cloth
219output = 2.5
221debug_max_profit = mills_profit_margin
223category = mills_input
}
226fiber_crops_mill_maintenance = {
227fiber_crops = 2.3153
228dyes = 0.2312
229produced = cloth
230output = 2.5
231debug_max_profit = mills_profit_margin
233category = mills_input
}
}
238custom_tags = {
lategame_manufactory
}