add nuclear waste/neutron fluid

This commit is contained in:
Paul 2021-09-03 23:47:20 +02:00
parent a505d19060
commit 20879f7d46
28 changed files with 711 additions and 45 deletions

View file

@ -43,14 +43,11 @@ data:extend({
crafting_categories = {'fu_activator_crafting_category'},
crafting_speed = 1,
energy_source = {
type = 'burner',
fuel_inventory_size = 3,
burnt_inventory_size = 3,
effectivity = 1,
emissions_per_minute = 40,
fuel_categories = {'fi_basic_fuel','fi_advanced_fuel'}
type = 'electric',
usage_priority = 'secondary-input',
--input_flow_limit = '4MW',
},
energy_usage = '50MW',
energy_usage = '2MW',
allowed_effects = {"speed", "consumption", "pollution"},
module_specification = {
module_info_icon_shift = {
@ -71,7 +68,18 @@ data:extend({
{type = "input", position = {-2, 0}}
},
production_type = "input"
},
{
base_area = 1,
height = 2,
base_level = -1,
pipe_covers = pipecoverspictures(),
pipe_connections =
{
{type = "input", position = {0, 2}}
},
production_type = "input"
},
{
base_area = 1,
height = 2,

View file

@ -108,4 +108,22 @@ data:extend({
subgroup = 'fu_item_subgroup_c',
order = 'c-a',
},
{
name = 'fu_materials_empty_container',
type = 'item',
icon = sprite('empty_container.png'),
icon_size = 64,
stack_size = 1,
subgroup = 'fu_item_subgroup_b',
order = 'f-a',
},
{
name = 'fu_materials_charged_container',
type = 'item',
icon = sprite('charged_container.png'),
icon_size = 64,
stack_size = 1,
subgroup = 'fu_item_subgroup_b',
order = 'f-a',
},
})

View file

@ -106,7 +106,7 @@ data:extend({
icon_size = 64,
stack_size = 10000,
subgroup = 'fu_item_subgroup_b',
order = 'd-a',
order = 'f-a',
},
{
name = 'fu_space_probe_science_item_1',
@ -116,7 +116,7 @@ data:extend({
icon_size = 64,
stack_size = 10000,
subgroup = 'fu_item_subgroup_b',
order = 'd-b',
order = 'f-b',
},
})