theokrat said:Note that you can not create more OIL, just reduce the amound of Energy used, which make all but the first tech a bit useless for coutries like Germany.
# Advanced Synthetic Oil Plant
application =
{ id = 5240
name = TECH_APP_INDUSTRY_24_NAME
desc = TECH_APP_INDUSTRY_24_DESC
position = { x = 308 y = 294 }
year = 1943
# Advanced Catalysts
component = { id = 5241 name = TECH_CMP_INDUSTRY_24_1_NAME type = chemistry difficulty = 8 }
# Advanced Reactors
component = { id = 5242 name = TECH_CMP_INDUSTRY_24_2_NAME type = chemistry difficulty = 8 }
# Advanced Product Processing
component = { id = 5243 name = TECH_CMP_INDUSTRY_24_3_NAME type = chemistry difficulty = 8 }
# Advanced Feedstock Preparation
component = { id = 5244 name = TECH_CMP_INDUSTRY_24_4_NAME type = chemistry difficulty = 8 }
# Advanced Oil Plant Prototype Tests
component = { id = 5245 name = TECH_CMP_INDUSTRY_24_5_NAME type = industrial_engineering difficulty = 10 double_time = yes }
required = { 5230 }
effects =
[COLOR=Red] { command = { type = industrial_multiplier which = energy_to_oil value = 1.1 }[/COLOR]
}
}
# Modern Synthetic Oil Plant
application =
{ id = 13020
name = TECH_APP_INDUSTRY_102_NAME
desc = TECH_APP_INDUSTRY_102_DESC
position = { x = 308 y = 313 }
year = 1945
# Modern Catalysts
component = { id = 13021 name = TECH_CMP_INDUSTRY_102_1_NAME type = chemistry difficulty = 8 }
# Modern Reactors
component = { id = 13022 name = TECH_CMP_INDUSTRY_102_2_NAME type = chemistry difficulty = 8 }
# Modern Product Processing
component = { id = 13023 name = TECH_CMP_INDUSTRY_102_3_NAME type = chemistry difficulty = 8 }
# Modern Feedstock Preparation
component = { id = 13024 name = TECH_CMP_INDUSTRY_102_4_NAME type = chemistry difficulty = 8 }
# Modern Oil Plant Prototype Tests
component = { id = 13025 name = TECH_CMP_INDUSTRY_102_5_NAME type = industrial_engineering difficulty = 10 double_time = yes }
required = { 5240 }
effects =
[COLOR=Red] { command = { type = industrial_multiplier which = energy_to_oil value = 1.2 }[/COLOR]
}
}
Was note sure if they were present in HOi2.Gen. Skobelev said:Except two last techs increase the amount of oil produced.
theokrat said:Was note sure if they were present in HOi2.
I am pretty sure you are right, those are in HOI2.Gen. Skobelev said:Ouch, good point. Didn't look at which forum this was. I'm not sure either.o So disregard my post if those techs were not there.
application = { # Advanced Synthetic Oil Plant
id = 5240
name = TECH_APP_INDUSTRY_24_NAME
desc = TECH_APP_INDUSTRY_24_DESC
position = { x = 304 y = 340 }
year = 1943
component = { # Advanced Catalysts
id = 5241
name = TECH_CMP_INDUSTRY_24_1_NAME
type = chemistry
difficulty = 8
}
component = { # Advanced Reactors
id = 5242
name = TECH_CMP_INDUSTRY_24_2_NAME
type = chemistry
difficulty = 8
}
component = { # Advanced Product Processing
id = 5243
name = TECH_CMP_INDUSTRY_24_3_NAME
type = chemistry
difficulty = 8
}
component = { # Advanced Feedstock Preparation
id = 5244
name = TECH_CMP_INDUSTRY_24_4_NAME
type = chemistry
difficulty = 8
}
component = { # Advanced Oil Plant Prototype Tests
id = 5245
name = TECH_CMP_INDUSTRY_24_5_NAME
type = industrial_engineering
difficulty = 10
double_time = yes
}
required = { 5230 }
[COLOR=Yellow]effects = {
command = { type = industrial_multiplier
which = energy_to_oil
value = 1.1[/COLOR]
}