1
0
mirror of https://github.com/Wyrrrd/EpicArtillerySounds.git synced 2026-04-23 22:23:18 +02:00
Files
EpicArtillerySounds/data.lua
T
Wyrrrd 7d44c66d26 0.18 port
- Ported to 0.18
- Added changelog file
- Added thumbnail
- Renamed mod
- Matched versioning to Factorio versions
2020-02-20 17:03:52 +01:00

11 lines
253 B
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
}