Skip to content
2 changes: 1 addition & 1 deletion common/ai_strategies/00_default_strategy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ ai_strategy_default = {
country_rank >= rank_value:great_power
}
}
cargo_ships = {
clippers = {
stance = wants_high_supply
trigger = {
has_port = yes
Expand Down
10 changes: 5 additions & 5 deletions common/ai_strategies/01_admin_strategies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ai_strategy_resource_expansion = {
oil = { stance = wants_export }
lead = { stance = wants_export }
wood = { stance = wants_export }
phosphorus = { stance = wants_export }
sulfur = { stance = wants_export }
bauxite = { stance = wants_export }
rare_earth_elements = { stance = wants_export }
copper = { stance = wants_export }
Expand Down Expand Up @@ -285,7 +285,7 @@ ai_strategy_industrial_expansion = {
building_iron_mine = wants_to_have
building_steelworks = wants_to_have
building_lead_mine = wants_to_have
building_phosphorus_mine = wants_to_have
building_sulfur_mine = wants_to_have
building_chemical_plants = wants_to_have
}

Expand All @@ -298,7 +298,7 @@ ai_strategy_industrial_expansion = {
iron = { stance = wants_high_supply }
steel = { stance = wants_high_supply }
lead = { stance = wants_high_supply }
phosphorus = { stance = wants_high_supply }
sulfur = { stance = wants_high_supply }
wood = { stance = wants_high_supply }
sugar = { stance = wants_high_supply }
engines = { stance = wants_high_supply }
Expand Down Expand Up @@ -483,7 +483,7 @@ ai_strategy_maintain_hegemony = {
iron = { stance = wants_high_supply }
steel = { stance = wants_high_supply }
lead = { stance = wants_high_supply }
phosphorus = { stance = wants_high_supply }
sulfur = { stance = wants_high_supply }
wood = { stance = wants_high_supply }
sugar = { stance = wants_high_supply }
engines = { stance = wants_high_supply }
Expand Down Expand Up @@ -564,7 +564,7 @@ ai_strategy_colonial_extraction = {
oil = { stance = wants_export }
lead = { stance = wants_export }
wood = { stance = wants_export }
phosphorus = { stance = wants_export }
sulfur = { stance = wants_export }
fruit = { stance = wants_export }
fabric = { stance = wants_export }
sugar = { stance = wants_export }
Expand Down
18 changes: 2 additions & 16 deletions common/building_groups/00_building_groups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ bg_lead_mining = {
default_building = building_lead_mine
}

bg_phosphorus_mining = {
bg_sulfur_mining = {
parent_group = bg_mining
default_building = building_phosphorus_mine
default_building = building_sulfur_mine
}

bg_uranium_mining = {
Expand Down Expand Up @@ -312,20 +312,6 @@ bg_logging = {
foreign_investment_ai_factor = 1.0
}

bg_rubber = {
parent_group = bg_extraction
depletable_resource = no
default_building = building_rubber_plantation
lens = forestry
urbanization = 5
infrastructure_usage_per_level = 1
should_auto_expand = {
default_auto_expand_rule = yes
}
economy_of_scale_ai_factor = 2.0
foreign_investment_ai_factor = 1.0
}

# Fishing
bg_fishing = {
parent_group = bg_extraction
Expand Down
4 changes: 2 additions & 2 deletions common/buildings/01_industry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ building_consumer_electronics_manufactories = {
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
}

building_distilleries = {
building_beverage_industries = {
building_group = bg_light_industry
icon ="gfx/interface/icons/building_icons/distillery.dds"
city_type = city
Expand Down Expand Up @@ -304,7 +304,6 @@ building_drydocks = {

production_method_groups = {
pmg_surface_ships_shipyard
pmg_submarines_shipyard
pmg_automation_shipyard
}

Expand Down Expand Up @@ -641,6 +640,7 @@ building_shipyards = {

production_method_groups = {
pmg_base_shipyard
pmg_propulsion_shipyard
pmg_automation_shipyard
}
required_construction = construction_cost_high
Expand Down
10 changes: 5 additions & 5 deletions common/buildings/03_mines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ building_lead_mine = {
background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
}

building_phosphorus_mine = {
building_group = bg_phosphorus_mining
building_sulfur_mine = {
building_group = bg_sulfur_mining
icon = "gfx/interface/icons/building_icons/sulfur_mine.dds"
city_type = mine
levels_per_mesh = 50
Expand All @@ -142,9 +142,9 @@ building_phosphorus_mine = {
}

production_method_groups = {
pmg_base_phosphorus_mine
pmg_mining_processes_phosphorus_mine
pmg_mine_transportation_phosphorus_mine
pmg_base_sulfur_mine
pmg_mining_processes_sulfur_mine
pmg_mine_transportation_sulfur_mine
}
ownership_type = self

Expand Down
2 changes: 1 addition & 1 deletion common/buildings/07_government.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

production_method_groups = {
pmg_base_government_administration
pmg_bureaucrat_professionalism_administration
pmg_admin_telecom
}

icon = "gfx/interface/icons/building_icons/building_government_administration.dds"
Expand Down
20 changes: 0 additions & 20 deletions common/buildings/09_misc_resource.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,3 @@ building_oil_rig = {

background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
}

building_rubber_plantation = {
building_group = bg_rubber
icon = "gfx/interface/icons/building_icons/rubber_lodge.dds"
required_construction = construction_cost_low

terrain_manipulator = forestry

city_type = wood
levels_per_mesh = 50

production_method_groups = {
pmg_base_rubber_plantation
pmg_harvesting_process_rubber_plantation
pmg_transportation_rubber_plantation
}
ownership_type = self

background = "gfx/interface/icons/building_icons/backgrounds/building_panel_bg_light_industry.dds"
}
Loading