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

0.18 port

- Ported to 0.18
- Added changelog file
- Added thumbnail
- Renamed mod
- Matched versioning to Factorio versions
This commit is contained in:
Wyrrrd
2020-02-20 17:03:52 +01:00
parent 46bd7147b2
commit 7d44c66d26
6 changed files with 43 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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
}