Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 15 additions & 2 deletions .metadata/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"common/achievements",
"common/ai_strategies",
"common/buildings",
"common/buy_packages",
"common/character_interactions",
"common/character_templates",
"common/character_traits",
"common/combat_unit_groups",
"common/combat_unit_types",
"common/commander_orders",
Expand All @@ -26,16 +29,19 @@
"common/discrimination_trait_groups",
"common/discrimination_traits",
"common/diplomatic_plays",
"common/diplomatic_catalysts",
"common/dynamic_country_map_colors",
"common/dynamic_country_names",
"common/flag_definitions",
"common/geographic_regions",
"common/goods",
"common/government_types",
"common/history/ai",
"common/history/buildings",
"common/history/characters",
"common/history/conscription",
"common/history/countries",
"common/history/cultures",
"common/history/diplomacy",
"common/history/diplomatic_plays",
"common/history/global",
Expand All @@ -60,11 +66,14 @@
"common/mobilization_option_groups",
"common/mobilization_options",
"common/modifier_type_definitions",
"common/on_actions",
"common/objective_subgoal_categories",
"common/objective_subgoals",
"common/objectives",
"common/on_actions",
"common/parties",
"common/pop_needs",
"common/pop_types",
"common/power_bloc_names",
"common/production_methods",
"common/scripted_buttons",
"common/scripted_effects",
Expand All @@ -79,14 +88,18 @@
"events/brazil",
"events/election_events",
"events/expedition_events",
"events/iberia_events",
"events/india_events",
"events/law_events",
"events/soi_events",
"events/tech_events",

"gfx/map",
"gfx/map/city_data/city_centerpiece",
"gfx/map/city_data/city_types",
"gfx/portraits/portrait_modifiers"
"gfx/portraits/portrait_modifiers",

"tools/scripted_tests"
]
}
}
7 changes: 7 additions & 0 deletions common/building_groups/00_building_groups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,13 @@ bg_financial_districts = {
parent_group = bg_owner_buildings
}

# Needed for autonomous investment to track investments separately from other ownership buildings
bg_manor_houses = {
parent_group = bg_owner_buildings

infrastructure_usage_per_level = 0.0
}

bg_company_headquarter = {
parent_group = bg_owner_buildings
}
Expand Down
Loading