mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-04-25 06:41:18 +02:00
17 lines
328 B
Lua
17 lines
328 B
Lua
-- data.lua
|
|
|
|
data.raw.item["artillery-turret"].sound =
|
|
{
|
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
|
volume = 1
|
|
}
|
|
|
|
data.raw.gun["artillery-wagon-cannon"].attack_parameters.sound =
|
|
{
|
|
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
|
volume = 1
|
|
}
|
|
|
|
-- integrations
|
|
|
|
require("integrations.lightArtillery.data") |