mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-04-24 06:33:18 +02:00
13 lines
312 B
Lua
13 lines
312 B
Lua
if mods["bigger-artillery"] then
|
|
data.raw.item["big-artillery-turret"].sound =
|
|
{
|
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
|
volume = 1.5
|
|
}
|
|
|
|
data.raw.gun["big-artillery-wagon-cannon"].attack_parameters.sound =
|
|
{
|
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
|
volume = 1.5
|
|
}
|
|
end |