# Changes to be committed:
# modified: common/districts/rg_station_districts.txt # modified: common/zones/rg_zones.txt #
This commit is contained in:
parent
9947c005ae
commit
cd821c03a2
@ -45,7 +45,7 @@ district_rg_city = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
planet_modifier = {
|
planet_modifier = {
|
||||||
planet_housing_add = 2500
|
planet_housing_add = 3000
|
||||||
job_enforcer_add = @base_district_jobs
|
job_enforcer_add = @base_district_jobs
|
||||||
zone_building_slots_add = 2
|
zone_building_slots_add = 2
|
||||||
}
|
}
|
||||||
@ -274,7 +274,7 @@ district_rg_nexus = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
planet_modifier = {
|
planet_modifier = {
|
||||||
planet_housing_add = 2500
|
planet_housing_add = 3000
|
||||||
job_technician_drone_add = @base_district_jobs
|
job_technician_drone_add = @base_district_jobs
|
||||||
zone_building_slots_add = 2
|
zone_building_slots_add = 2
|
||||||
}
|
}
|
||||||
@ -452,7 +452,7 @@ district_rg_industrial = {
|
|||||||
|
|
||||||
# TODO_CD: change to real slots
|
# TODO_CD: change to real slots
|
||||||
zone_slots = {
|
zone_slots = {
|
||||||
slot_city_02
|
slot_rg_city_02
|
||||||
}
|
}
|
||||||
|
|
||||||
show_on_uncolonized = { uses_district_set = rg_station }
|
show_on_uncolonized = { uses_district_set = rg_station }
|
||||||
@ -468,10 +468,10 @@ district_rg_industrial = {
|
|||||||
}
|
}
|
||||||
upkeep = {
|
upkeep = {
|
||||||
energy = 5
|
energy = 5
|
||||||
minerals = 40
|
minerals = 50
|
||||||
}
|
}
|
||||||
produces = {
|
produces = {
|
||||||
nanites = 40
|
nanites = 50
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -483,6 +483,10 @@ district_rg_industrial = {
|
|||||||
script = jobs/industrial_districts_factory_add
|
script = jobs/industrial_districts_factory_add
|
||||||
AMOUNT = 500
|
AMOUNT = 500
|
||||||
}
|
}
|
||||||
|
inline_script = {
|
||||||
|
script = jobs/industrial_districts_foundry_add
|
||||||
|
AMOUNT = 500
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
district_rg_science = {
|
district_rg_science = {
|
||||||
@ -492,7 +496,7 @@ district_rg_science = {
|
|||||||
|
|
||||||
# TODO_CD: change to real slots
|
# TODO_CD: change to real slots
|
||||||
zone_slots = {
|
zone_slots = {
|
||||||
slot_city_03
|
slot_rg_city_03
|
||||||
}
|
}
|
||||||
|
|
||||||
show_on_uncolonized = { uses_district_set = rg_station }
|
show_on_uncolonized = { uses_district_set = rg_station }
|
||||||
|
@ -88,7 +88,7 @@ zone_rg_city_housing = {
|
|||||||
potential = {
|
potential = {
|
||||||
exists = owner
|
exists = owner
|
||||||
}
|
}
|
||||||
planet_housing_add = 1000
|
planet_housing_add = 3000
|
||||||
planet_crime_add = -10
|
planet_crime_add = -10
|
||||||
planet_amenities_add = 1000
|
planet_amenities_add = 1000
|
||||||
}
|
}
|
||||||
@ -159,15 +159,20 @@ zone_rg_city_alloys = {
|
|||||||
}
|
}
|
||||||
included_building_sets = {
|
included_building_sets = {
|
||||||
}
|
}
|
||||||
|
inline_script = {
|
||||||
|
script = jobs/zone_factory_add
|
||||||
|
AMOUNT = 500
|
||||||
|
}
|
||||||
inline_script = {
|
inline_script = {
|
||||||
script = jobs/zone_foundry_add
|
script = jobs/zone_foundry_add
|
||||||
AMOUNT = 1000
|
AMOUNT = 500
|
||||||
}
|
}
|
||||||
|
|
||||||
planet_modifier = {
|
planet_modifier = {
|
||||||
zone_building_slots_add = 3
|
zone_building_slots_add = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
zone_rg_city_science = {
|
zone_rg_city_science = {
|
||||||
icon = GFX_colony_type_research
|
icon = GFX_colony_type_research
|
||||||
base_buildtime = 120
|
base_buildtime = 120
|
||||||
@ -187,40 +192,9 @@ zone_rg_city_science = {
|
|||||||
}
|
}
|
||||||
included_building_sets = {
|
included_building_sets = {
|
||||||
}
|
}
|
||||||
triggered_district_planet_modifier = {
|
inline_script = {
|
||||||
potential = {
|
script = jobs/zone_researchers_add
|
||||||
exists = owner
|
AMOUNT = 1000
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
planet_modifier = {
|
planet_modifier = {
|
||||||
zone_building_slots_add = 3
|
zone_building_slots_add = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user