graphics and balance changes
This commit is contained in:
parent
20879f7d46
commit
8aa10ffd83
43 changed files with 237 additions and 228 deletions
|
@ -47,7 +47,7 @@ data:extend({
|
|||
type = 'electric',
|
||||
usage_priority = 'secondary-input',
|
||||
},
|
||||
allowed_effects = {"speed", "consumption", "pollution"},
|
||||
allowed_effects = {"speed", "productivity", "consumption", "pollution"},
|
||||
module_specification = {
|
||||
module_info_icon_shift = {
|
||||
0,
|
||||
|
@ -109,44 +109,31 @@ data:extend({
|
|||
},
|
||||
--animation
|
||||
animation = {
|
||||
north = {
|
||||
filename = sprite('entity_animation.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 3,
|
||||
frame_count = 3,
|
||||
animation_speed = 0.5,
|
||||
shift = {0,-0.1}
|
||||
},
|
||||
east = {
|
||||
filename = sprite('entity_animation.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 3,
|
||||
--lines_per_file = 3,
|
||||
frame_count = 3,
|
||||
animation_speed = 0.5,
|
||||
shift = {0,-0.1}
|
||||
},
|
||||
south = {
|
||||
filename = sprite('entity_animation.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 3,
|
||||
frame_count = 3,
|
||||
animation_speed = 0.5,
|
||||
shift = {0,-0.1}
|
||||
},
|
||||
west = {
|
||||
filename = sprite('entity_animation.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 3,
|
||||
frame_count = 3,
|
||||
animation_speed = 0.5,
|
||||
shift = {0,-0.1}
|
||||
},
|
||||
filename = sprite('entity_base.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 1,
|
||||
--lines_per_file = 2,
|
||||
frame_count = 1,
|
||||
--animation_speed = 0.2,
|
||||
shift = {0,-0.1}
|
||||
},
|
||||
working_visualisations = {
|
||||
{
|
||||
animation =
|
||||
{
|
||||
filename = sprite('entity_overlay.png'),
|
||||
size = {512,512},
|
||||
scale = 0.54,
|
||||
line_length = 3,
|
||||
lines_per_file = 1,
|
||||
frame_count = 3,
|
||||
animation_speed = 0.2,
|
||||
shift = {0,-0.1}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
working_sound =
|
||||
{
|
||||
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },
|
||||
|
|
|
@ -48,7 +48,7 @@ data:extend({
|
|||
type = 'electric',
|
||||
usage_priority = 'secondary-input',
|
||||
},
|
||||
allowed_effects = {"speed", "consumption", "pollution"},
|
||||
allowed_effects = {"speed", "productivity", "consumption", "pollution"},
|
||||
module_specification = {
|
||||
module_info_icon_shift = {
|
||||
0,
|
||||
|
|
|
@ -54,7 +54,7 @@ data:extend({
|
|||
0,
|
||||
0.8
|
||||
},
|
||||
module_slots = 2
|
||||
module_slots = 4
|
||||
},
|
||||
energy_usage = '200kW',
|
||||
fluid_boxes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue