added lights to machines

This commit is contained in:
PreLeyZero 2022-04-06 22:08:00 +02:00
parent fdaeb90506
commit ade436f06f
11 changed files with 117 additions and 0 deletions

View file

@ -1,4 +1,12 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.8
Date: 6.4.2022
Features:
- updated korean locale by x2605
- added circuit connections to tank
- updated mod settings to be more organized and added some info
- added light effects to arc furnace, KI cores, star engine, Fusion reactors, White/Black hole and fu stage machines
---------------------------------------------------------------------------------------------------
Version: 1.0.7
Date: 6.4.2022
Features:

View file

@ -134,6 +134,12 @@ data:extend({
frame_count = 3,
animation_speed = 0.2,
shift = {0,-0.1}
},
light = {
type = "basic",
intensity = 1,
size = 15,
color = {r=0.78 ,g=0.5 ,b=0.09 },
}
}
},

View file

@ -162,6 +162,15 @@ data:extend({
frame_count = 9,
scale = 0.2,
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 15,
}
}
},
working_sound = {
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
apparent_volume = 2.5,
@ -322,6 +331,15 @@ data:extend({
frame_count = 9,
scale = 0.2,
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 15,
}
}
},
working_sound = {
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
apparent_volume = 2.5,
@ -508,6 +526,15 @@ data:extend({
frame_count = 9,
scale = 0.2,
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 15,
}
}
},
working_sound = {
sound = { filename ='__base__/sound/nuclear-reactor-1.ogg'},
apparent_volume = 2.5,

View file

@ -130,6 +130,17 @@ data:extend({
},
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 12,
color = {r=0.08 ,g=0.51 ,b=0.87 },
}
}
},
working_sound = {
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
apparent_volume = 2.5,

View file

@ -127,6 +127,12 @@ data:extend({
frame_count = 3,
animation_speed = 0.2,
shift = {0,-0.3}
},
light = {
type = "basic",
intensity = 1,
size = 15,
color = {r=0.87 ,g=0.25 ,b=0.08 },
}
}
},

View file

@ -147,6 +147,16 @@ data:extend({
shift = {0,-0.3}
},
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 15
}
}
},
working_sound =
{
sound = {filename = "__base__/sound/chemical-plant-3.ogg" },

View file

@ -127,6 +127,12 @@ data:extend({
frame_count = 4,
animation_speed = 0.2,
shift = {0,-0.3}
},
light = {
type = "basic",
intensity = 1,
size = 15,
color = {r=0.79 ,g=0.08 ,b=0.87 },
}
}
},

View file

@ -132,6 +132,12 @@ data:extend({
frame_count = 9,
animation_speed = 0.3,
shift = {2.4,-1.7}
},
light = {
type = "basic",
intensity = 1,
size = 26,
color = {r=0.79 ,g=0.08 ,b=0.87 },
}
}
},
@ -227,6 +233,17 @@ data:extend({
shift = {2.4,-1.7}
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 26,
color = {r=0.79 ,g=0.08 ,b=0.87 },
}
}
},
working_sound = {
sound = { filename = '__base__/sound/nuclear-reactor-1.ogg'},
apparent_volume = 2.5,

View file

@ -160,6 +160,12 @@ data:extend({
frame_count = 9,
animation_speed = 0.3,
shift = {0,2.6}
},
light = {
type = "basic",
intensity = 1,
size = 24,
color = {r=0.87 ,g=0.64 ,b=0.08 },
}
}
},

View file

@ -73,6 +73,16 @@ data:extend({
animation_speed = 0.5,
shift = {0,0.5}
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 18,
color = {r=0.08 ,g=0.70 ,b=0.87 },
}
}
},
continuous_animation = true
}
})

View file

@ -50,6 +50,16 @@ data:extend({
frame_count = 4,
animation_speed = 0.1
},
working_visualisations = {
{
light = {
type = "basic",
intensity = 1,
size = 18,
color = {r=0.08 ,g=0.70 ,b=0.87 },
}
}
},
}
})