
건물이번 버전 변경
촌락 옷감 제작소
현지의 재료를 이용해 수작업으로 직물을 생산하는 소규모 길드입니다. 옷감과 교역 재화를 제공하기 때문에 현지 경제에 없어서는 안 될 존재입니다.
생산 방식 3
정의in_game/common/building_types/rural_buildings.txt:318
319audio_tier = 1
320is_foreign = no
322max_levels = guild_max_level
323startup_ramp_target = rural_startup_ramp_target
325forbidden_for_estates = yes
329employment_size = rural_peasant_produce_employment
331rural_settlement = yes
334town = no
335city = no
340build_time = rural_build_time
342unique_production_methods = {
346rural_wool_clothmaker = {
347wool = 0.5
349produced = cloth
350output = 0.5
352debug_max_profit = rural_profit_margin
353category = guild_input
}
356rural_cotton_clothmaker = {
357cotton = 0.417
359produced = cloth
360output = 0.5
362debug_max_profit = rural_profit_margin
363category = guild_input
}
366rural_fiber_clothmaker = {
367fiber_crops = 0.5
369produced = cloth
370output = 0.4
372debug_max_profit = rural_profit_margin
373category = guild_input
}
}
381modifier = {
}