]> git.lizzy.rs Git - Crafter.git/commitdiff
Add in cool spider noises
authoroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 20 May 2020 18:59:21 +0000 (14:59 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 20 May 2020 18:59:21 +0000 (14:59 -0400)
mods/mob/init.lua
mods/mob/sounds/attributes.txt
mods/mob/sounds/spider.1.ogg [new file with mode: 0644]
mods/mob/sounds/spider.2.ogg [new file with mode: 0644]
mods/mob/sounds/spider.3.ogg [new file with mode: 0644]
mods/mob/sounds/spider_die.1.ogg [new file with mode: 0644]
mods/mob/sounds/spider_die.2.ogg [new file with mode: 0644]
mods/mob/sounds/spider_die.3.ogg [new file with mode: 0644]

index 02ac50fd99a47394895416fe4842630a8b8ac849..001cd0ed0b0a9a85805f68fe7481655c8c51dc0f 100644 (file)
@@ -588,7 +588,7 @@ mobs.register_mob(
         automatic_face_movement_dir = 90,
         automatic_face_movement_max_rotation_per_sec = 300,
         makes_footstep_sound = false,
-        hp = 10,
+        hp = 40,
         gravity = {x = 0, y = -9.81, z = 0},
         movement_type = "walk",
         max_speed = 5,
@@ -603,8 +603,8 @@ mobs.register_mob(
         ----
         death_rotation = "z",
         
-        hurt_sound = "pig",
-        die_sound = "pig_die",
+        hurt_sound = "spider",
+        die_sound = "spider_die",
         
         
         hostile = true,
index 34331da8cb3d7a216507107a593991f9edfaf175..70870f98a565c7fc56a2bd5d38d7bea0abff93e8 100644 (file)
@@ -5,4 +5,5 @@ slimesplat2 https://freesound.org/people/Benboncan/sounds/147541/
 slimedie1 https://freesound.org/people/ipaghost/sounds/335796/
 slimedie2 https://freesound.org/people/Breviceps/sounds/445118/
 critical https://freesound.org/people/FunWithSound/sounds/361482/
-creeper hurt - https://freesound.org/people/adcbicycle/sounds/14199/
\ No newline at end of file
+creeper hurt - https://freesound.org/people/adcbicycle/sounds/14199/
+spider - https://freesound.org/people/columbia23/sounds/395395/ Attribution 3.0 Unported (CC BY 3.0)
\ No newline at end of file
diff --git a/mods/mob/sounds/spider.1.ogg b/mods/mob/sounds/spider.1.ogg
new file mode 100644 (file)
index 0000000..897332e
Binary files /dev/null and b/mods/mob/sounds/spider.1.ogg differ
diff --git a/mods/mob/sounds/spider.2.ogg b/mods/mob/sounds/spider.2.ogg
new file mode 100644 (file)
index 0000000..90cc712
Binary files /dev/null and b/mods/mob/sounds/spider.2.ogg differ
diff --git a/mods/mob/sounds/spider.3.ogg b/mods/mob/sounds/spider.3.ogg
new file mode 100644 (file)
index 0000000..88568c9
Binary files /dev/null and b/mods/mob/sounds/spider.3.ogg differ
diff --git a/mods/mob/sounds/spider_die.1.ogg b/mods/mob/sounds/spider_die.1.ogg
new file mode 100644 (file)
index 0000000..6bbf051
Binary files /dev/null and b/mods/mob/sounds/spider_die.1.ogg differ
diff --git a/mods/mob/sounds/spider_die.2.ogg b/mods/mob/sounds/spider_die.2.ogg
new file mode 100644 (file)
index 0000000..21da242
Binary files /dev/null and b/mods/mob/sounds/spider_die.2.ogg differ
diff --git a/mods/mob/sounds/spider_die.3.ogg b/mods/mob/sounds/spider_die.3.ogg
new file mode 100644 (file)
index 0000000..2cd226d
Binary files /dev/null and b/mods/mob/sounds/spider_die.3.ogg differ