
건물이번 버전 변경
양조업자 길드
양조업자들이 모여 만든 조직으로, 해당 도시에서 유통되는 모든 양조 제품의 비법과 제조를 관리하고 통제합니다. 양조업을 익히려면 우선 이 조직에 들어가야 하므로, 이들의 시장 독점은 나날이 굳건해집니다.
생산 방식 6
정의in_game/common/building_types/production_liquor.txt:1
2is_foreign = no
4max_levels = guild_max_level
5startup_ramp_target = guild_startup_ramp_target
10employment_size = guild_employment
12town = yes
13city = yes
14megalopolis = yes
17build_time = guild_build_time
20unique_production_methods = {
21sugar_liquor_guild_maintenance = {
22sugar = 0.5841
23pottery = 0.0972
24glass = 0.0779
26produced = liquor
27output = 1
29debug_max_profit = guild_profit_margin
30category = guild_input
}
32rice_liquor_guild_maintenance = {
33rice = 1.6949
34pottery = 0.0971
35glass = 0.0971
37produced = liquor
38output = 1
40debug_max_profit = guild_profit_margin
41category = guild_input
}
43potato_liquor_guild_maintenance = {
44potato = 1.6949
45pottery = 0.0971
46glass = 0.0971
48produced = liquor
49output = 1
51debug_max_profit = guild_profit_margin
52category = guild_input
}
54wheat_liquor_guild_maintenance = {
55wheat = 1.6949
56pottery = 0.0971
57glass = 0.0971
59produced = liquor
60output = 1
62debug_max_profit = guild_profit_margin
63category = guild_input
}
65beer_liquor_guild_maintenance = {
66beer = 0.8436
67pottery = 0.099
68glass = 0.099
70produced = liquor
71output = 1
73debug_max_profit = guild_profit_margin
74category = guild_input
}
76wine_liquor_guild_maintenance = {
77wine = 0.8436
78pottery = 0.099
79glass = 0.099
81produced = liquor
82output = 1
84debug_max_profit = guild_profit_margin
85category = guild_input
}
}
88custom_tags = {
guild
}