
建筑本版本变更
火器工坊
我国军队对枪具日益增长的需求要求我们提高火器的生产能力。
生产方式 4
定义in_game/common/building_types/production_firearms.txt:130
131audio_tier = 2
132is_foreign = no
134max_levels = workshop_max_level
135startup_ramp_target = workshop_startup_ramp_target
139employment_size = workshop_employment
142town = yes
143city = yes
144megalopolis = yes
148build_time = workshop_build_time
150unique_production_methods = {
152guns_workshop_bronze_maintenance = {
154copper = 0.5008
155tin = 0.0999
156tools = 0.3125
158produced = firearms
159output = 1.1
160debug_max_profit = workshop_profit_margin
162category = workshop_input
}
165guns_workshop_iron_maintenance = {
167iron = 0.4928
168tools = 0.3072
170produced = firearms
171output = 1
172debug_max_profit = workshop_profit_margin
174category = workshop_input
}
}
180unique_production_methods = {
181guns_workshop_ammunition_lead_maintenance = {
182lead = 0.12
183saltpeter = 0.12
184produced = firearms
185output = 0.2
186debug_max_profit = workshop_profit_margin
187category = workshop_input
}
189guns_workshop_ammunition_iron_maintenance = {
190iron = 0.12
191saltpeter = 0.12
192produced = firearms
193output = 0.25
194debug_max_profit = workshop_profit_margin
195category = workshop_input
}
}
199obsolete = gun_smith
203modifier = {
}
205custom_tags = {
workshop
}