Sound Updates

This commit is contained in:
Fox-McCloud
2015-02-16 16:29:43 -05:00
parent a6d68899ab
commit a03879d83f
22 changed files with 39 additions and 28 deletions
@@ -10,7 +10,7 @@
digspeed = 20
desc = "Thick metallic wires for clearing away dust and loose scree (1 centimetre excavation depth)."
excavation_amount = 0.5
drill_sound = 'sound/weapons/thudswoosh.ogg'
digsound = list('sound/weapons/thudswoosh.ogg')
drill_verb = "brushing"
w_class = 2
@@ -22,7 +22,7 @@
digspeed = 20
desc = "A miniature excavation tool for precise digging (2 centimetre excavation depth)."
excavation_amount = 1
drill_sound = 'sound/items/Screwdriver.ogg'
digsound = list('sound/items/Screwdriver.ogg')
drill_verb = "delicately picking"
w_class = 2
@@ -34,7 +34,7 @@
digspeed = 20
desc = "A miniature excavation tool for precise digging (4 centimetre excavation depth)."
excavation_amount = 2
drill_sound = 'sound/items/Screwdriver.ogg'
digsound = list('sound/items/Screwdriver.ogg')
drill_verb = "delicately picking"
w_class = 2
@@ -46,7 +46,7 @@
digspeed = 20
desc = "A miniature excavation tool for precise digging (6 centimetre excavation depth)."
excavation_amount = 3
drill_sound = 'sound/items/Screwdriver.ogg'
digsound = list('sound/items/Screwdriver.ogg')
drill_verb = "delicately picking"
w_class = 2
@@ -58,7 +58,7 @@
digspeed = 20
desc = "A miniature excavation tool for precise digging (8 centimetre excavation depth)."
excavation_amount = 4
drill_sound = 'sound/items/Screwdriver.ogg'
digsound = list('sound/items/Screwdriver.ogg')
drill_verb = "delicately picking"
w_class = 2
@@ -70,7 +70,7 @@
digspeed = 20
desc = "A miniature excavation tool for precise digging (10 centimetre excavation depth)."
excavation_amount = 5
drill_sound = 'sound/items/Screwdriver.ogg'
digsound = list('sound/items/Screwdriver.ogg')
drill_verb = "delicately picking"
w_class = 2
@@ -82,7 +82,7 @@
digspeed = 20
desc = "A miniature excavation tool for precise digging (12 centimetre excavation depth)."
excavation_amount = 6
drill_sound = 'sound/items/Screwdriver.ogg'
digsound = list('sound/items/Screwdriver.ogg')
drill_verb = "delicately picking"
w_class = 2
@@ -94,7 +94,7 @@
digspeed = 30
desc = "A smaller, more precise version of the pickaxe (30 centimetre excavation depth)."
excavation_amount = 15
drill_sound = 'sound/items/Crowbar.ogg'
digsound = list('sound/items/Crowbar.ogg')
drill_verb = "clearing"
w_class = 3