1
0
mirror of https://github.com/Wyrrrd/EpicArtillerySounds.git synced 2026-04-24 14:38:33 +02:00

Bigger artillery compat

This commit is contained in:
Wyrrrd
2020-12-23 10:42:34 +01:00
parent 8bc01fca19
commit c3a5d1a38e
5 changed files with 23 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
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