
BuildingChanged this version
Armory
The development of Professional Armies has created the need of getting new sources of Manpower for our Armies. The Armory can be built in Urban Locations to increase it.
Modifiers
Production Methods 1
Definitionin_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
}
}

