tech change+moved basic kerosene to standalone
This commit is contained in:
parent
3cb8f336d2
commit
9db4042839
1 changed files with 33 additions and 7 deletions
|
@ -18,7 +18,7 @@ data:extend({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
unit = {
|
unit = {
|
||||||
count = '200',
|
count = '100',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{'automation-science-pack',1},
|
{'automation-science-pack',1},
|
||||||
},
|
},
|
||||||
|
@ -124,7 +124,7 @@ data:extend({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
unit = {
|
unit = {
|
||||||
count = '150',
|
count = '50',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{'automation-science-pack',1},
|
{'automation-science-pack',1},
|
||||||
{'logistic-science-pack',1},
|
{'logistic-science-pack',1},
|
||||||
|
@ -161,7 +161,7 @@ data:extend({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
unit = {
|
unit = {
|
||||||
count = '150',
|
count = '50',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{'automation-science-pack',1},
|
{'automation-science-pack',1},
|
||||||
{'logistic-science-pack',1},
|
{'logistic-science-pack',1},
|
||||||
|
@ -206,7 +206,7 @@ data:extend({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
unit = {
|
unit = {
|
||||||
count = '150',
|
count = '50',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{'automation-science-pack',1},
|
{'automation-science-pack',1},
|
||||||
{'logistic-science-pack',1},
|
{'logistic-science-pack',1},
|
||||||
|
@ -260,7 +260,7 @@ data:extend({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
unit = {
|
unit = {
|
||||||
count = '150',
|
count = '50',
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{'automation-science-pack',1},
|
{'automation-science-pack',1},
|
||||||
{'logistic-science-pack',1},
|
{'logistic-science-pack',1},
|
||||||
|
@ -349,13 +349,13 @@ data:extend({
|
||||||
{
|
{
|
||||||
name = 'el_kerosene_tech',
|
name = 'el_kerosene_tech',
|
||||||
type = 'technology',
|
type = 'technology',
|
||||||
icon = sprite('el_kerosene_tech.png'),
|
icon = '__248k__/ressources/techs/el_kerosene_tech.png',
|
||||||
icon_size = 128,
|
icon_size = 128,
|
||||||
prerequisites = {'el_ALK_tech'},
|
prerequisites = {'el_ALK_tech'},
|
||||||
effects = {
|
effects = {
|
||||||
{
|
{
|
||||||
type = 'unlock-recipe',
|
type = 'unlock-recipe',
|
||||||
recipe = 'el_kerosene_recipe',
|
recipe = 'el_kerosene_basic_recipe',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = 'unlock-recipe',
|
type = 'unlock-recipe',
|
||||||
|
@ -1625,6 +1625,32 @@ data:extend({
|
||||||
time = 100,
|
time = 100,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = 'fi_refinery_tech',
|
||||||
|
type = 'technology',
|
||||||
|
icon = sprite('fi_refinery_tech.png'),
|
||||||
|
icon_size = 128,
|
||||||
|
prerequisites = {'fi_stage_tech'},
|
||||||
|
effects = {
|
||||||
|
{
|
||||||
|
type = 'unlock-recipe',
|
||||||
|
recipe = 'fi_refinery_recipe',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type = 'unlock-recipe',
|
||||||
|
recipe = 'fi_refinery_blank_recipe',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
unit = {
|
||||||
|
count = '100',
|
||||||
|
ingredients = {
|
||||||
|
{'chemical-science-pack',1},
|
||||||
|
{'automation-science-pack',1},
|
||||||
|
{'logistic-science-pack',1,},
|
||||||
|
},
|
||||||
|
time = 30,
|
||||||
|
},
|
||||||
|
},
|
||||||
--============================================================================================================================================================
|
--============================================================================================================================================================
|
||||||
--fu
|
--fu
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue