
건물이번 버전 변경
직물 공방
옷감은 양모와 아마포로 만든 다양한 섬유 또는 천을 의미합니다. 직물 공방에서는 양모, 목화, 섬유 작물 등을 사용해 이러한 옷감을 전문적으로 생산합니다.
생산 방식 3
정의in_game/common/building_types/production_cloth.txt:122
123audio_tier = 3
124is_foreign = no
126max_levels = manufactory_max_level
127startup_ramp_target = manufactory_startup_ramp_target
131employment_size = manufactory_employment
134town = yes
135city = yes
136megalopolis = yes
140obsolete = cloth_workshop
142build_time = manufactory_build_time
144unique_production_methods = {
145wool_cloth_manufactory_maintenance = {
146wool = 1.6093
147dyes = 0.148
148produced = cloth
149output = 2
151category = guild_input
152debug_max_profit = manufactory_profit_margin
}
155cotton_cloth_manufactory_maintenance = {
156produced = cloth
157output = 2
158cotton = 1.3412
159dyes = 0.148
161category = guild_input
162debug_max_profit = manufactory_profit_margin
}
165fiber_crops_cloth_manufactory_maintenance = {
166produced = cloth
167fiber_crops = 2.1865
168dyes = 0.0606
169output = 2
171category = guild_input
172debug_max_profit = manufactory_profit_margin
}
}
177custom_tags = {
midgame_manufactory
}