mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-04-23 22:23:18 +02:00
7d44c66d26
- Ported to 0.18 - Added changelog file - Added thumbnail - Renamed mod - Matched versioning to Factorio versions
11 lines
253 B
Lua
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
|
|
} |