More new sounds and fixes equip sounds (#9464)

This commit is contained in:
Wowzewow (Wezzy)
2020-08-12 17:17:39 +08:00
committed by GitHub
parent f07baca057
commit 7114d3525f
287 changed files with 781 additions and 612 deletions

View File

@@ -74,8 +74,8 @@
randpixel = 5
w_class = ITEMSIZE_SMALL
var/rating = STOCK_PART_BASIC
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
drop_sound = 'sound/items/drop/component.ogg'
pickup_sound = 'sound/items/pickup/component.ogg'
/obj/item/stock_parts/Initialize()
. = ..()
@@ -89,6 +89,8 @@
icon_state = "screen"
origin_tech = list(TECH_MATERIAL = 1)
matter = list(MATERIAL_GLASS = 200)
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
/obj/item/stock_parts/capacitor
name = "capacitor"
@@ -121,6 +123,8 @@
icon_state = "micro_laser"
origin_tech = list(TECH_MAGNET = 1)
matter = list(DEFAULT_WALL_MATERIAL = 10, MATERIAL_GLASS = 20)
drop_sound = 'sound/items/drop/glass_small.ogg'
pickup_sound = 'sound/items/pickup/glass_small.ogg'
/obj/item/stock_parts/matter_bin
name = "matter bin"
@@ -129,6 +133,8 @@
icon_state = "matter_bin"
origin_tech = list(TECH_MATERIAL = 1)
matter = list(DEFAULT_WALL_MATERIAL = 80)
drop_sound = 'sound/items/drop/ammobox.ogg'
pickup_sound = 'sound/items/pickup/ammobox.ogg'
//Rank 2

View File

@@ -31,7 +31,7 @@
force = 2.0
desc = "A miniature excavation tool for precise digging (2 centimetre excavation depth)."
excavation_amount = 1
drill_sound = 'sound/items/Screwdriver.ogg'
drill_sound = 'sound/items/screwdriver.ogg'
drill_verb = "delicately picking"
w_class = 2
can_wield = 0
@@ -49,7 +49,7 @@
force = 2.0
desc = "A miniature excavation tool for precise digging (4 centimetre excavation depth)."
excavation_amount = 2
drill_sound = 'sound/items/Screwdriver.ogg'
drill_sound = 'sound/items/screwdriver.ogg'
drill_verb = "delicately picking"
w_class = 2
can_wield = 0
@@ -67,7 +67,7 @@
force = 2.0
desc = "A miniature excavation tool for precise digging (6 centimetre excavation depth)."
excavation_amount = 3
drill_sound = 'sound/items/Screwdriver.ogg'
drill_sound = 'sound/items/screwdriver.ogg'
drill_verb = "delicately picking"
w_class = 2
can_wield = 0
@@ -85,7 +85,7 @@
force = 2.0
desc = "A miniature excavation tool for precise digging (8 centimetre excavation depth)."
excavation_amount = 4
drill_sound = 'sound/items/Screwdriver.ogg'
drill_sound = 'sound/items/screwdriver.ogg'
drill_verb = "delicately picking"
w_class = 2
can_wield = 0
@@ -103,7 +103,7 @@
force = 2.0
desc = "A miniature excavation tool for precise digging (10 centimetre excavation depth)."
excavation_amount = 5
drill_sound = 'sound/items/Screwdriver.ogg'
drill_sound = 'sound/items/screwdriver.ogg'
drill_verb = "delicately picking"
w_class = 2
can_wield = 0
@@ -121,7 +121,7 @@
force = 2.0
desc = "A miniature excavation tool for precise digging (12 centimetre excavation depth)."
excavation_amount = 6
drill_sound = 'sound/items/Screwdriver.ogg'
drill_sound = 'sound/items/screwdriver.ogg'
drill_verb = "delicately picking"
w_class = 2
can_wield = 0
@@ -139,7 +139,7 @@
force = 10.0
desc = "A smaller, more precise version of the pickaxe (30 centimetre excavation depth)."
excavation_amount = 15
drill_sound = 'sound/items/Crowbar.ogg'
drill_sound = "pickaxe"
drill_verb = "clearing"
w_class = 3
can_wield = 0