
BuildingChanged this version
Regimental Camp
The Regimental Camp is a more efficient way of increasing the Manpower we need for our Armies by replacing the Training Fields in any Rural Location.
Modifiers
Production Methods 1
Definitionin_game/common/building_types/manpower_buildings.txt:225
226audio_tier = 2
227is_foreign = no
229max_levels = manpower_max_level
232forbidden_for_estates = yes
233important_for_AI = yes
234AI_ignore_available_worker_flag = yes
236employment_size = manpower_employment
238obsolete = training_fields
240rural_settlement = yes
242build_time = soldier_building
244allow = {
245owner = {
245has_primary_or_accepted_culture = prev.dominant_culture
}
}
247remove_if = {
248NOT = {
248owner = {
248has_primary_or_accepted_culture = prev.location.dominant_culture
}
}
}
256unique_production_methods = {
257regimental_camp_maintenance = {
258firearms = 1.0
259leather = 1.0
260cloth = 0.20
261paper = 0.40
262weaponry = 1.0
264category = building_maintenance
}
}

