
건물이번 버전 변경
옷감 작업장
더 간편한 섬유 세척 방식을 도입하고, 옷감 생산을 전문으로 하는 작업장을 설립하여 섬유 산업의 생산량을 증대합니다.
생산 방식 3
정의in_game/common/building_types/production_cloth.txt:60
61audio_tier = 2
62is_foreign = no
64max_levels = workshop_max_level
65startup_ramp_target = workshop_startup_ramp_target
69employment_size = workshop_employment
71obsolete = cloth_guild
73town = yes
74city = yes
75megalopolis = yes
79build_time = workshop_build_time
81unique_production_methods = {
82cotton_cloth_workshop_maintenance = {
83cotton = 0.88
85produced = cloth
86output = 1.1
88debug_max_profit = workshop_profit_margin
90category = workshop_input
}
93wool_cloth_workshop_maintenance = {
94wool = 1.056
96produced = cloth
97output = 1.1
99debug_max_profit = workshop_profit_margin
100category = workshop_input
}
103fiber_crops_cloth_workshop_maintenance = {
104fiber_crops = 1.08
106produced = cloth
107output = 0.9
109category = workshop_input
110debug_max_profit = workshop_profit_margin
}
}
117custom_tags = {
workshop
}
118modifier = {
}