From d4dd963175fd447f1b58fb1b42ff61d5a0fa0ed1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 23:01:20 -0700 Subject: Initial commit --- Mods/Mythological Replicas.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Mods/Mythological Replicas.json (limited to 'Mods/Mythological Replicas.json') diff --git a/Mods/Mythological Replicas.json b/Mods/Mythological Replicas.json new file mode 100644 index 0000000..6488d06 --- /dev/null +++ b/Mods/Mythological Replicas.json @@ -0,0 +1,28 @@ +[ + { + "type": "sound_effect", + "id" : "fire_gun", + "volume" : 90, + "variant" : "ichaival_replica", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + }, + { + "type": "sound_effect", + "id" : "fire_gun_distant", + "volume" : 90, + "variant" : "ichaival_replica", + "files" : [ + "guns/archery/archery_1.ogg", + "guns/archery/archery_2.ogg", + "guns/archery/archery_3.ogg", + "guns/archery/archery_4.ogg", + "guns/archery/archery_5.ogg" + ] + } +] -- cgit v1.2.1