star engine graphic rework

This commit is contained in:
PreLeyZero 2022-04-02 02:48:10 +02:00
parent ea0b9e02bb
commit 0d4c30c751
53 changed files with 224 additions and 245 deletions

View file

@ -117,10 +117,10 @@ data:extend({
enabled = 'false',
category = 'crafting',
ingredients = {
{'iron-gear-wheel',40},
{'pipe',40},
{'iron-gear-wheel',20},
{'pipe',15},
{'el_materials_ALK',10},
{'electronic-circuit',15}
{'electronic-circuit',10}
},
result = 'el_pressurizer_item',
result_count = 1,

View file

@ -137,7 +137,7 @@ data:extend({
working_sound =
{
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
apparent_volume = 0.3,
apparent_volume = 0.1,
},
},
})

View file

@ -154,7 +154,7 @@ data:extend({
working_sound =
{
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
apparent_volume = 0.3,
apparent_volume = 0.1,
},
},
})

View file

@ -146,7 +146,7 @@ data:extend({
working_sound =
{
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
apparent_volume = 0.3,
apparent_volume = 0.1,
},
},
})

View file

@ -139,7 +139,7 @@ data:extend({
working_sound =
{
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
apparent_volume = 0.3,
apparent_volume = 0.1,
},
},
})

View file

@ -150,7 +150,7 @@ data:extend({
working_sound =
{
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
apparent_volume = 0.3,
apparent_volume = 0.1,
},
},
})

View file

@ -88,7 +88,7 @@ data:extend({
},
working_sound = {
sound = { filename ='__base__/sound/pipe.ogg'},
apparent_volume = 0.7,
apparent_volume = 0.3,
},
},
})

View file

@ -103,7 +103,7 @@ data:extend({
},
--animation
animation = {
north = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,

View file

@ -12,7 +12,7 @@ data:extend({
{
name = 'fu_star_engine_cooler_item',
type = 'item',
icon = sprite('item.png'),
icon = sprite('icon.png'),
icon_size = 64,
place_result = 'fu_star_engine_cooler_entity',
stack_size = 1,
@ -28,13 +28,13 @@ data:extend({
{
name = 'fu_star_engine_cooler_entity',
type = 'assembling-machine',
icon = sprite('entity_icon.png'),
icon = sprite('icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral","not-rotatable"},
max_health = 300,
corpse = 'big-remnants',
collision_box = {{-6.5,-10.5},{6.5,10.5}},
selection_box = {{-6.5,-10.5},{6.5,10.5}},
collision_box = {{-6.5,-9},{6.5,9}},
selection_box = {{-6.5,-9},{6.5,9}},
map_color = {r=0, g=0, b=1, a=1},
minable = {
mining_time = 1,
@ -57,7 +57,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {-4, -11}}
{type = "input", position = {-2, -9.5}}
},
production_type = "input"
},
@ -68,7 +68,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {4, -11}}
{type = "input", position = {2, -9.5}}
},
production_type = "input"
},
@ -79,7 +79,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {0, 11}},
{type = "output", position = {0, 9.5}},
},
production_type = "output"
},
@ -90,7 +90,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {-2, 11}},
{type = "output", position = {-2, 9.5}},
},
production_type = "output"
},
@ -101,7 +101,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {2, 11}},
{type = "output", position = {2, 9.5}},
},
production_type = "output"
},
@ -112,7 +112,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {-4, 11}},
{type = "output", position = {-4, 9.5}},
},
production_type = "output"
},
@ -123,47 +123,36 @@ data:extend({
pipe_connections =
{
{type = "output", position = {4, 11}},
{type = "output", position = {4, 9.5}},
},
production_type = "output"
},
},
--animation
animation = {
north = {
filename = sprite('entity_animation_1.png'),
size = {600*2,512*2},
scale = 0.8,
shift = {5.5,0.5},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 0.3,
},
east = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,
line_length = 1,
frame_count = 1,
animation_speed = 0.5,
},
south = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,
line_length = 1,
frame_count = 1,
animation_speed = 0.5,
},
west = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,
line_length = 1,
frame_count = 1,
animation_speed = 0.5,
},
filename = sprite('base.png'),
size = {1080, 1080},
scale = 0.58,
shift = {0,-0.35},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 1,
},
working_visualisations = {
{
animation =
{
filename = sprite('animation.png'),
size = {1080, 1080},
scale = 0.58,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
shift = {0,-0.35}
}
}
},
working_sound = {

View file

@ -12,7 +12,7 @@ data:extend({
{
name = 'fu_star_engine_cooler_up_item',
type = 'item',
icon = sprite('item.png'),
icon = sprite('icon.png'),
icon_size = 64,
place_result = 'fu_star_engine_cooler_up_entity',
stack_size = 1,
@ -28,13 +28,13 @@ data:extend({
{
name = 'fu_star_engine_cooler_up_entity',
type = 'assembling-machine',
icon = sprite('entity_icon.png'),
icon = sprite('icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral","not-rotatable"},
max_health = 300,
corpse = 'big-remnants',
collision_box = {{-6.5,-10.5},{6.5,10.5}},
selection_box = {{-6.5,-10.5},{6.5,10.5}},
collision_box = {{-6.5,-9},{6.5,9}},
selection_box = {{-6.5,-9},{6.5,9}},
map_color = {r=0, g=0, b=1, a=1},
minable = {
mining_time = 1,
@ -57,7 +57,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {-4, 11}}
{type = "input", position = {-2, 9.5}}
},
production_type = "input"
},
@ -68,7 +68,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {4, 11}}
{type = "input", position = {2, 9.5}}
},
production_type = "input"
},
@ -79,7 +79,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {0, -11}},
{type = "output", position = {0, -9.5}},
},
production_type = "output"
},
@ -90,7 +90,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {-2, -11}},
{type = "output", position = {-2, -9.5}},
},
production_type = "output"
},
@ -101,7 +101,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {2, -11}},
{type = "output", position = {2, -9.5}},
},
production_type = "output"
},
@ -112,7 +112,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {-4, -11}},
{type = "output", position = {-4, -9.5}},
},
production_type = "output"
},
@ -123,7 +123,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {4, -11}},
{type = "output", position = {4, -9.5}},
},
production_type = "output"
},
@ -132,40 +132,29 @@ data:extend({
},
--animation
animation = {
north = {
filename = sprite('entity_animation_1.png'),
size = {600*2,512*2},
scale = 0.8,
shift = {5.5,-0.5},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 0.3,
},
east = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,
line_length = 1,
frame_count = 1,
animation_speed = 0.5,
},
south = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,
line_length = 1,
frame_count = 1,
animation_speed = 0.5,
},
west = {
filename = sprite('entity_animation.png'),
size = {480,500},
scale = 0.27,
line_length = 1,
frame_count = 1,
animation_speed = 0.5,
},
filename = sprite('base.png'),
size = {1080, 1080},
scale = 0.58,
shift = {0,0},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 1,
},
working_visualisations = {
{
animation =
{
filename = sprite('animation.png'),
size = {1080, 1080},
scale = 0.58,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
shift = {0,0}
}
}
},
working_sound = {

View file

@ -12,7 +12,7 @@ data:extend({
{
name = 'fu_star_engine_core_item',
type = 'item',
icon = sprite('item.png'),
icon = sprite('icon.png'),
icon_size = 64,
place_result = 'fu_star_engine_core_entity',
stack_size = 1,
@ -28,7 +28,7 @@ data:extend({
{
name = 'fu_star_engine_core_entity',
type = 'assembling-machine',
icon = sprite('entity_icon.png'),
icon = sprite('icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral","not-rotatable"},
max_health = 300,
@ -58,7 +58,7 @@ data:extend({
base_level = -1,
pipe_connections =
{
{type = "input", position = {-9, -1}}
{type = "input", position = {-9, 3}}
},
production_type = "input"
},
@ -68,7 +68,7 @@ data:extend({
base_level = -1,
pipe_connections =
{
{type = "input", position = {-9, 4}}
{type = "input", position = {-9, 1}}
},
production_type = "input"
},
@ -79,7 +79,7 @@ data:extend({
base_level = -1,
pipe_connections =
{
{type = "input", position = {9, -1}}
{type = "input", position = {9, 3}}
},
production_type = "input"
},
@ -89,7 +89,7 @@ data:extend({
base_level = -1,
pipe_connections =
{
{type = "input", position = {9, 4}}
{type = "input", position = {9, 1}}
},
production_type = "input"
},
@ -101,7 +101,7 @@ data:extend({
base_level = 1,
pipe_connections =
{
{type = "output", position = {-4, -5}},
{type = "output", position = {-2, -5}},
},
production_type = "output"
},
@ -111,7 +111,7 @@ data:extend({
base_level = 1,
pipe_connections =
{
{type = "output", position = {4, -5}},
{type = "output", position = {2, -5}},
},
production_type = "output"
},
@ -122,7 +122,7 @@ data:extend({
base_level = 1,
pipe_connections =
{
{type = "output", position = {-4, 9}},
{type = "output", position = {-2, 9}},
},
production_type = "output"
},
@ -132,50 +132,36 @@ data:extend({
base_level = 1,
pipe_connections =
{
{type = "output", position = {4, 9}},
{type = "output", position = {2, 9}},
},
production_type = "output"
},
},
--animation
animation = {
north = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.6,
shift = {2,0},
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
east = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.5,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.5,
},
south = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.5,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.5,
},
west = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.5,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.5,
},
filename = sprite('base.png'),
size = {1080, 1080},
scale = 0.52,
shift = {0,2.6},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 1,
},
working_visualisations = {
{
animation =
{
filename = sprite('animation.png'),
size = {1080, 1080},
scale = 0.52,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
shift = {0,2.6}
}
}
},
working_sound = {

View file

@ -12,7 +12,7 @@ data:extend({
{
name = 'fu_star_engine_heater_item',
type = 'item',
icon = sprite('item.png'),
icon = sprite('icon.png'),
icon_size = 64,
place_result = 'fu_star_engine_heater_entity',
stack_size = 1,
@ -28,13 +28,13 @@ data:extend({
{
name = 'fu_star_engine_heater_entity',
type = 'assembling-machine',
icon = sprite('entity_icon.png'),
icon = sprite('icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral","not-rotatable"},
max_health = 300,
corpse = 'big-remnants',
collision_box = {{-15,-6.5},{11,6.5}},
selection_box = {{-15,-6.5},{11,6.5}},
collision_box = {{-10.5,-4.5}, {8.5,4.5}},
selection_box = {{-10.5,-4.5}, {8.5,4.5}},
map_color = {r=0, g=0, b=1, a=1},
minable = {
mining_time = 1,
@ -57,7 +57,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {11.5, 0}}
{type = "input", position = {9, 0}}
},
production_type = "input"
},
@ -68,7 +68,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {11.5, 3}}
{type = "input", position = {9, 2}}
},
production_type = "input"
},
@ -79,7 +79,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {11.5, -3}}
{type = "input", position = {9, -2}}
},
production_type = "input"
},
@ -90,7 +90,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {-15.5, -2}},
{type = "output", position = {-11, -1}},
},
production_type = "output"
},
@ -101,7 +101,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {-15.5, 3}},
{type = "output", position = {-11, 1}},
},
production_type = "output"
},
@ -110,43 +110,29 @@ data:extend({
},
--animation
animation = {
north = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.8,
shift = {0.3,-0.2},
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
east = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.1,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
south = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.1,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
west = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.1,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
filename = sprite('base.png'),
size = {1080, 1080},
scale = 0.58,
shift = {-1.0, 0.2},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 1,
},
working_visualisations = {
{
animation =
{
filename = sprite('animation.png'),
size = {1080, 1080},
scale = 0.58,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
shift = {-1.0, 0.2}
}
}
},
working_sound = {

View file

@ -12,7 +12,7 @@ data:extend({
{
name = 'fu_star_engine_heater_left_item',
type = 'item',
icon = sprite('item.png'),
icon = sprite('icon.png'),
icon_size = 64,
place_result = 'fu_star_engine_heater_left_entity',
stack_size = 1,
@ -28,13 +28,13 @@ data:extend({
{
name = 'fu_star_engine_heater_left_entity',
type = 'assembling-machine',
icon = sprite('entity_icon.png'),
icon = sprite('icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral","not-rotatable"},
max_health = 300,
corpse = 'big-remnants',
collision_box = {{-15,-6.5},{11,6.5}},
selection_box = {{-15,-6.5},{11,6.5}},
collision_box = {{-8.5,-4.5},{10.5,4.5}},
selection_box = {{-8.5,-4.5},{10.5,4.5}},
map_color = {r=0, g=0, b=1, a=1},
minable = {
mining_time = 1,
@ -57,7 +57,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {-15.5, 0}}
{type = "input", position = {-9, 0}}
},
production_type = "input"
},
@ -68,7 +68,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {-15.5, 3}}
{type = "input", position = {-9, 2}}
},
production_type = "input"
},
@ -79,7 +79,7 @@ data:extend({
pipe_connections =
{
{type = "input", position = {-15.5, -3}}
{type = "input", position = {-9, -2}}
},
production_type = "input"
},
@ -90,7 +90,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {11.5, -2}},
{type = "output", position = {11, -1}},
},
production_type = "output"
},
@ -101,7 +101,7 @@ data:extend({
pipe_connections =
{
{type = "output", position = {11.5, 3}},
{type = "output", position = {11, 1}},
},
production_type = "output"
},
@ -110,43 +110,29 @@ data:extend({
},
--animation
animation = {
north = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.8,
shift = {0.3-5+0.1,-0.2},
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
east = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.1,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
south = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.1,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
west = {
filename = sprite('entity_animation.png'),
size = {600*2,512*2},
scale = 0.1,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
},
filename = sprite('base.png'),
size = {1080, 1080},
scale = 0.58,
shift = {0.75, 0.6},
line_length = 1,
lines_per_file = 1,
frame_count = 1,
animation_speed = 1,
},
working_visualisations = {
{
animation =
{
filename = sprite('animation.png'),
size = {1080, 1080},
scale = 0.58,
line_length = 3,
lines_per_file = 3,
frame_count = 9,
animation_speed = 0.3,
shift = {0.75, 0.6}
}
}
},
working_sound = {