KI science tweak
This commit is contained in:
parent
ea10fb5aff
commit
444b4a23f1
8 changed files with 100 additions and 55 deletions
|
@ -466,6 +466,10 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fi_ki_circuit_fluid_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fi_ki_cpu_memory_circuit_recipe',
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
|
@ -500,6 +504,10 @@ data:extend({
|
|||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_ki_circuit_fluid_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_ki_cpu_memory_circuit_recipe',
|
||||
}
|
||||
},
|
||||
unit = {
|
||||
|
|
|
@ -795,33 +795,33 @@ data:extend({
|
|||
type = 'recipe',
|
||||
enabled = 'false',
|
||||
category = 'fi_ki_core_category',
|
||||
icon = sprite('fluids/el_pressurized_water.png'),
|
||||
icon_size = 64,
|
||||
subgroup = 'el_item_subgroup_f',
|
||||
ingredients = {
|
||||
{type="fluid", name="el_ki_cpu_fluid", amount=550},
|
||||
{type="fluid", name="el_ki_memory_fluid", amount=550},
|
||||
{type="fluid", name="fi_ki_circuit_fluid", amount=550}
|
||||
{type="fluid", name="el_ki_cpu_fluid", amount=550*3},
|
||||
{type="fluid", name="el_ki_memory_fluid", amount=550*3},
|
||||
{type="fluid", name="fi_ki_circuit_fluid", amount=550*3}
|
||||
},
|
||||
results = {},
|
||||
energy_required = 15,
|
||||
results = {
|
||||
{type='item', name='fi_ki_science', amount=1}
|
||||
},
|
||||
energy_required = 15*3,
|
||||
always_show_made_in = true
|
||||
},
|
||||
{
|
||||
name = 'fu_ki_cpu_memory_circuit_recipe',
|
||||
type = 'recipe',
|
||||
enabled = 'false',
|
||||
category = 'fu_ki_core_category',
|
||||
icon = sprite('fluids/el_pressurized_water.png'),
|
||||
icon_size = 64,
|
||||
subgroup = 'el_item_subgroup_f',
|
||||
ingredients = {
|
||||
{type="fluid", name="el_ki_cpu_fluid", amount=550},
|
||||
{type="fluid", name="el_ki_memory_fluid", amount=550},
|
||||
{type="fluid", name="fi_ki_circuit_fluid", amount=550},
|
||||
{type="fluid", name="fu_ki_circuit_fluid", amount=550}
|
||||
{type="fluid", name="el_ki_cpu_fluid", amount=550*3},
|
||||
{type="fluid", name="el_ki_memory_fluid", amount=550*3},
|
||||
{type="fluid", name="fi_ki_circuit_fluid", amount=550*3},
|
||||
{type="fluid", name="fu_ki_circuit_fluid", amount=550*3}
|
||||
},
|
||||
results = {},
|
||||
energy_required = 15,
|
||||
results = {
|
||||
{type='item', name='fu_ki_science', amount=1}
|
||||
},
|
||||
energy_required = 15*3,
|
||||
always_show_made_in = true
|
||||
},
|
||||
{
|
||||
name = 'el_arc_furnace_recipe',
|
||||
|
|
|
@ -55,7 +55,7 @@ data:extend({
|
|||
burner = {
|
||||
type = 'burner',
|
||||
fuel_inventory_size = 3,
|
||||
effectivity = 1.2,
|
||||
effectivity = 0.9,
|
||||
emissions_per_minute = 20,
|
||||
smoke = {
|
||||
{
|
||||
|
|
|
@ -24,8 +24,8 @@ data:extend({
|
|||
durability = 1,
|
||||
icon_size = 64,
|
||||
stack_size = 10000,
|
||||
subgroup = 'el_item_subgroup_b',
|
||||
order = 'a-b',
|
||||
subgroup = 'fi_item_subgroup_k',
|
||||
order = 'c-a',
|
||||
},
|
||||
{
|
||||
name = 'fu_ki_science',
|
||||
|
@ -34,8 +34,8 @@ data:extend({
|
|||
durability = 1,
|
||||
icon_size = 64,
|
||||
stack_size = 10000,
|
||||
subgroup = 'el_item_subgroup_b',
|
||||
order = 'a-b',
|
||||
subgroup = 'fu_item_subgroup_k',
|
||||
order = 'c-a',
|
||||
},
|
||||
{
|
||||
name = "el_ki_selection_tool",
|
||||
|
|
|
@ -12,12 +12,21 @@ local limitation_list = {
|
|||
'el_grow_energy_crystal_recipe',
|
||||
'fi_compound_material_recipe',
|
||||
'fi_materials_industrial_steel_recipe',
|
||||
'fi_GFK_recipe',
|
||||
'fi_NFK_recipe',
|
||||
'fu_KFK_recipe',
|
||||
'fu_TIM_recipe',
|
||||
'fu_lead_ore_recipe',
|
||||
'fi_base_crystal_recipe',
|
||||
'fi_catalyst_crystal_recipe',
|
||||
'fi_energy_crystal_recipe',
|
||||
'fi_glass_fiber_recipe',
|
||||
'fi_natural_fiber_recipe'
|
||||
'fi_natural_fiber_recipe',
|
||||
'fu_carbon_fiber_recipe',
|
||||
'fu_tech_sign_recipe',
|
||||
'gr_pcb_recipe',
|
||||
'gr_gold_wire_recipe',
|
||||
'gr_circuit_recipe'
|
||||
}
|
||||
|
||||
--item
|
||||
|
@ -35,7 +44,7 @@ data:extend({
|
|||
effect = {
|
||||
consumption = {bonus = 0.9},
|
||||
speed = {bonus = -0.2},
|
||||
productivity = {bonus = 0.08},
|
||||
productivity = {bonus = 0.06},
|
||||
pollution = {bonus = 0.3}
|
||||
},
|
||||
limitation = limitation_list,
|
||||
|
@ -54,7 +63,7 @@ data:extend({
|
|||
effect = {
|
||||
consumption = {bonus = 1.4},
|
||||
speed = {bonus = -0.35},
|
||||
productivity = {bonus = 0.12},
|
||||
productivity = {bonus = 0.10},
|
||||
pollution = {bonus = 0.6}
|
||||
},
|
||||
limitation = limitation_list,
|
||||
|
@ -73,7 +82,7 @@ data:extend({
|
|||
effect = {
|
||||
consumption = {bonus = 2.6},
|
||||
speed = {bonus = -0.6},
|
||||
productivity = {bonus = 0.20},
|
||||
productivity = {bonus = 0.12},
|
||||
pollution = {bonus = 0.9}
|
||||
},
|
||||
limitation = limitation_list,
|
||||
|
|
|
@ -6,10 +6,10 @@ data:extend({
|
|||
enabled = 'false',
|
||||
ingredients = {
|
||||
{'fi_crafter_item',2},
|
||||
{'fi_industrial_steel_item',100},
|
||||
{'fi_compound_material_item',100},
|
||||
{'fu_materials_KFK',100},
|
||||
{'fu_materials_magnet',10},
|
||||
{'gr_materials_fusion_cell_item',1},
|
||||
{'processing-unit',50}
|
||||
{'gr_materials_circuit',10}
|
||||
},
|
||||
result = 'gr_crafter_item',
|
||||
result_count = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue