Skip to content

Commit b02f5e8

Browse files
authored
Merge pull request #739 from Cold-War-Project/error-fixing-4
Error fixing 4
2 parents 46724b4 + 69dbdee commit b02f5e8

364 files changed

Lines changed: 28122 additions & 18712 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.metadata/metadata.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"common/achievements",
1313
"common/ai_strategies",
1414
"common/buildings",
15+
"common/buy_packages",
16+
"common/character_interactions",
1517
"common/character_templates",
18+
"common/character_traits",
1619
"common/combat_unit_groups",
1720
"common/combat_unit_types",
1821
"common/commander_orders",
@@ -26,16 +29,19 @@
2629
"common/discrimination_trait_groups",
2730
"common/discrimination_traits",
2831
"common/diplomatic_plays",
32+
"common/diplomatic_catalysts",
2933
"common/dynamic_country_map_colors",
3034
"common/dynamic_country_names",
3135
"common/flag_definitions",
36+
"common/geographic_regions",
3237
"common/goods",
3338
"common/government_types",
3439
"common/history/ai",
3540
"common/history/buildings",
3641
"common/history/characters",
3742
"common/history/conscription",
3843
"common/history/countries",
44+
"common/history/cultures",
3945
"common/history/diplomacy",
4046
"common/history/diplomatic_plays",
4147
"common/history/global",
@@ -60,11 +66,14 @@
6066
"common/mobilization_option_groups",
6167
"common/mobilization_options",
6268
"common/modifier_type_definitions",
63-
"common/on_actions",
69+
"common/objective_subgoal_categories",
6470
"common/objective_subgoals",
71+
"common/objectives",
72+
"common/on_actions",
6573
"common/parties",
6674
"common/pop_needs",
6775
"common/pop_types",
76+
"common/power_bloc_names",
6877
"common/production_methods",
6978
"common/scripted_buttons",
7079
"common/scripted_effects",
@@ -79,14 +88,18 @@
7988
"events/brazil",
8089
"events/election_events",
8190
"events/expedition_events",
91+
"events/iberia_events",
8292
"events/india_events",
8393
"events/law_events",
8494
"events/soi_events",
8595
"events/tech_events",
8696

8797
"gfx/map",
98+
"gfx/map/city_data/city_centerpiece",
8899
"gfx/map/city_data/city_types",
89-
"gfx/portraits/portrait_modifiers"
100+
"gfx/portraits/portrait_modifiers",
101+
102+
"tools/scripted_tests"
90103
]
91104
}
92105
}

common/building_groups/00_building_groups.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,13 @@ bg_financial_districts = {
536536
parent_group = bg_owner_buildings
537537
}
538538

539+
# Needed for autonomous investment to track investments separately from other ownership buildings
540+
bg_manor_houses = {
541+
parent_group = bg_owner_buildings
542+
543+
infrastructure_usage_per_level = 0.0
544+
}
545+
539546
bg_company_headquarter = {
540547
parent_group = bg_owner_buildings
541548
}

0 commit comments

Comments
 (0)