Compare commits
1 commit
e8f75d4fb9
...
b56f662a65
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b56f662a65 |
2 changed files with 8 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[](https://discord.gg/ufvFUJtVwk)[](https://git.cacklingfiend.info/cacklingfiend/lignumis)[](https://mods.factorio.com/mod/lignumis/metrics?range=last_two_months&type=mod_downloads)[](https://ko-fi.com/cacklingfiend)
|
||||
[](https://discord.gg/ufvFUJtVwk)[](https://git.cacklingfiend.info/cacklingfiend/lignumis)[](https://mods.factorio.com/mod/lignumis/metrics?range=last_two_months&type=mod_downloads)
|
||||
|
||||
_________________
|
||||

|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ local function animationLayer()
|
|||
height = 704,
|
||||
frame_count = 120,
|
||||
lines_per_file = 8,
|
||||
animation_speed = 0.3,
|
||||
animation_speed = 0.15,
|
||||
scale = 0.5,
|
||||
stripes = {
|
||||
{
|
||||
|
|
@ -76,7 +76,7 @@ data:extend({
|
|||
frame_count = 1,
|
||||
line_length = 1,
|
||||
repeat_count = 120,
|
||||
animation_speed = 0.3,
|
||||
animation_speed = 0.15,
|
||||
draw_as_shadow = true,
|
||||
scale = 0.5
|
||||
},
|
||||
|
|
@ -97,7 +97,7 @@ data:extend({
|
|||
height = 704,
|
||||
frame_count = 120,
|
||||
lines_per_file = 8,
|
||||
animation_speed = 0.3,
|
||||
animation_speed = 0.15,
|
||||
scale = 0.5,
|
||||
stripes = {
|
||||
{
|
||||
|
|
@ -118,19 +118,7 @@ data:extend({
|
|||
}
|
||||
},
|
||||
open_sound = sounds.drill_open,
|
||||
close_sound = sounds.drill_close,
|
||||
working_sound = {
|
||||
main_sounds = {
|
||||
sound = { filename = "__space-age__/sound/entity/big-mining-drill/big-mining-drill-working-loop.ogg", volume = 0.4, audible_distance_modifier = 0.6 },
|
||||
sound = { filename = "__space-age__/sound/entity/big-mining-drill/big-mining-drill-loop.ogg", volume = 0.6, audible_distance_modifier = 1 },
|
||||
fade_in_ticks = 4,
|
||||
fade_out_ticks = 30
|
||||
},
|
||||
sound_accents = {
|
||||
{ sound = { filename = Lignumis.sound .. "entity/deep-miner/deep-miner-drop.ogg", volume = 1, audible_distance_modifier = 10 }, frame = 15 },
|
||||
},
|
||||
max_sounds_per_prototype = 3
|
||||
}
|
||||
close_sound = sounds.drill_close
|
||||
},
|
||||
{
|
||||
type = "item",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue