
BuildingChanged this version
Elephant Hunting Grounds
Due to their size, elephants cannot simply be bred on regular farms like horses or cows. Instead, we will establish elephant hunting grounds, which will function as semi-wild farms, allowing us to select those elephants that best meet our needs.
ElephantsGoodslocation potentialModifiers
Modifier
Raw modifier
Production Methods 1
Definitionin_game/common/building_types/rural_buildings.txt:456
457audio_tier = 1
458is_foreign = no
459max_levels = {
460value = rural_building_cap
461if = {
462limit = {
463owner ?= {
464has_variable = ori_double_elephant_hunting_ground_level_flag
}
}
467add = {
468desc = "INCREASED_MAX_LEVEL_ELEPHANT_HUNTING_GROUND"
469value = 2
}
}
}
473startup_ramp_target = rural_startup_ramp_target
477employment_size = elephant_hunting_grounds_employment
479rural_settlement = yes
481country_potential = {
482produced_in_country:elephants > 0
}
491build_time = rural_build_time
494unique_production_methods = {
495elephant_hunting_grounds_maintenance = {
496produced = ivory
497output = 1
499tools = 0.208
500weaponry = 0.208
501elephants = 0.417
502debug_max_profit = rural_profit_margin
503category = guild_input
}
}

