diff --git a/common/districts/rg_station_districts.txt b/common/districts/rg_station_districts.txt index 7df7f39..ca8b6a3 100644 --- a/common/districts/rg_station_districts.txt +++ b/common/districts/rg_station_districts.txt @@ -45,7 +45,7 @@ district_rg_city = { } planet_modifier = { - planet_housing_add = 2500 + planet_housing_add = 3000 job_enforcer_add = @base_district_jobs zone_building_slots_add = 2 } @@ -274,7 +274,7 @@ district_rg_nexus = { } planet_modifier = { - planet_housing_add = 2500 + planet_housing_add = 3000 job_technician_drone_add = @base_district_jobs zone_building_slots_add = 2 } @@ -452,7 +452,7 @@ district_rg_industrial = { # TODO_CD: change to real slots zone_slots = { - slot_city_02 + slot_rg_city_02 } show_on_uncolonized = { uses_district_set = rg_station } @@ -468,10 +468,10 @@ district_rg_industrial = { } upkeep = { energy = 5 - minerals = 40 + minerals = 50 } produces = { - nanites = 40 + nanites = 50 } } @@ -483,6 +483,10 @@ district_rg_industrial = { script = jobs/industrial_districts_factory_add AMOUNT = 500 } + inline_script = { + script = jobs/industrial_districts_foundry_add + AMOUNT = 500 + } } district_rg_science = { @@ -492,7 +496,7 @@ district_rg_science = { # TODO_CD: change to real slots zone_slots = { - slot_city_03 + slot_rg_city_03 } show_on_uncolonized = { uses_district_set = rg_station } diff --git a/common/zones/rg_zones.txt b/common/zones/rg_zones.txt index 2aeec72..fdd977a 100644 --- a/common/zones/rg_zones.txt +++ b/common/zones/rg_zones.txt @@ -88,7 +88,7 @@ zone_rg_city_housing = { potential = { exists = owner } - planet_housing_add = 1000 + planet_housing_add = 3000 planet_crime_add = -10 planet_amenities_add = 1000 } @@ -159,15 +159,20 @@ zone_rg_city_alloys = { } included_building_sets = { } + inline_script = { + script = jobs/zone_factory_add + AMOUNT = 500 + } inline_script = { script = jobs/zone_foundry_add - AMOUNT = 1000 + AMOUNT = 500 } planet_modifier = { zone_building_slots_add = 3 } } + zone_rg_city_science = { icon = GFX_colony_type_research base_buildtime = 120 @@ -187,40 +192,9 @@ zone_rg_city_science = { } included_building_sets = { } - triggered_district_planet_modifier = { - potential = { - exists = owner - owner = { is_regular_empire = yes } - } - modifier = { - job_physicist_add = 1000 - job_biologist_add = 1000 - job_engineer_add = 1000 - } - } - - triggered_district_planet_modifier = { - potential = { - exists = owner - owner = { is_hive_empire = yes } - } - modifier = { - job_calculator_physicist_add = 1000 - job_calculator_biologist_add = 1000 - job_calculator_engineer_add = 1000 - } - } - - triggered_planet_modifier = { - potential = { - exists = owner - owner = { is_machine_empire = yes } - } - modifier = { - job_calculator_physicist_add = 1000 - job_calculator_biologist_add = 1000 - job_calculator_engineer_add = 1000 - } + inline_script = { + script = jobs/zone_researchers_add + AMOUNT = 1000 } planet_modifier = { zone_building_slots_add = 3