
建造物このバージョンで変更
酒造家ギルド
街のあらゆる蒸留酒の秘伝レシピや、製造を管理する蒸留酒製造業者の組合。製造技術を習得したい者は組合に加入するしかなく、組合による独占が拡大している。
生産方法 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
}