
BuildingChanged this version
Conscription Center
The Conscription Center is the most efficient building increasing the Manpower needed for our Armies. It replaces the Barracks in Urban Locations and the Regimental Camp in any Rural Location.
Modifiers
Production Methods 1
Definitionin_game/common/building_types/manpower_buildings.txt:272
273audio_tier = 3
274is_foreign = no
276max_levels = manpower_max_level
277important_for_AI = yes
278employment_size = manpower_employment
281forbidden_for_estates = yes
283obsolete = regimental_camp
284obsolete = barracks
286rural_settlement = yes
287town = yes
288city = yes
289megalopolis = yes
291build_time = soldier_building
293allow = {
294owner = {
294has_primary_or_accepted_culture = prev.dominant_culture
}
}
296remove_if = {
297NOT = {
297owner = {
297has_primary_or_accepted_culture = prev.location.dominant_culture
}
}
}
300modifier = {
}
306unique_production_methods = {
307conscription_center_maintenance = {
308firearms = 1.0
309leather = 1.0
310cloth = 0.20
311paper = 0.50
312weaponry = 1.0
314category = building_maintenance
}
}


