
建筑本版本变更
军械站
职业军队的发展要求我们为陆军提供更多人力。可以在城镇建造军械站以满足所需。
修正
生产方式 1
定义in_game/common/building_types/manpower_buildings.txt:78
79audio_tier = 1
80is_foreign = no
82max_levels = manpower_max_level
85forbidden_for_estates = yes
87employment_size = manpower_employment
89town = yes
90city = yes
91megalopolis = yes
93important_for_AI = yes
95build_time = soldier_building
97obsolete = provincial_garrison
98obsolete = korean_barracks
100allow = {
101owner = {
101has_primary_or_accepted_culture = prev.dominant_culture
}
}
103remove_if = {
104NOT = {
104owner = {
104has_primary_or_accepted_culture = prev.location.dominant_culture
}
}
}
114unique_production_methods = {
115armory_maintenance = {
116firearms = 0.5
117leather = 0.5
118cloth = 0.10
119paper = 0.20
120weaponry = 0.5
122category = building_maintenance
}
}

