mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
ballistics handling sounds try 2 (#87053)
## About The Pull Request just trying to salvage https://github.com/tgstation/tgstation/pull/85603 mostly https://github.com/user-attachments/assets/32f4634a-ff76-4a4e-9ddb-7607e1e7a2d0 ## Why It's Good For The Game more sound variety ## Changelog 🆑 grungussuss sound: ballistics have new handling sounds /🆑
This commit is contained in:
@@ -216,6 +216,12 @@
|
||||
ammo_band_image.appearance_flags = RESET_COLOR|KEEP_APART
|
||||
return ammo_band_image
|
||||
|
||||
/obj/item/ammo_box/magazine
|
||||
name = "A magazine (what?)"
|
||||
desc = "A magazine of rounds, they look like error signs..."
|
||||
drop_sound = 'sound/items/handling/gun/ballistics/magazine/magazine_drop1.ogg'
|
||||
pickup_sound = 'sound/items/handling/gun/ballistics/magazine/magazine_pickup1.ogg'
|
||||
|
||||
///Count of number of bullets in the magazine
|
||||
/obj/item/ammo_box/magazine/proc/ammo_count(countempties = TRUE)
|
||||
var/boolets = 0
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
rack_sound = 'sound/items/weapons/gun/smg/smgrack.ogg'
|
||||
suppressed_sound = 'sound/items/weapons/gun/smg/shot_suppressed.ogg'
|
||||
burst_fire_selection = TRUE
|
||||
drop_sound = 'sound/items/handling/gun/ballistics/smg/smg_drop1.ogg'
|
||||
pickup_sound = 'sound/items/handling/gun/ballistics/smg/smg_pickup1.ogg'
|
||||
|
||||
/obj/item/gun/ballistic/automatic/proto
|
||||
name = "\improper Nanotrasen Saber SMG"
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
rack_sound = 'sound/items/weapons/gun/pistol/rack_small.ogg'
|
||||
lock_back_sound = 'sound/items/weapons/gun/pistol/lock_small.ogg'
|
||||
bolt_drop_sound = 'sound/items/weapons/gun/pistol/drop_small.ogg'
|
||||
drop_sound = 'sound/items/handling/gun/ballistics/pistol/pistol_drop1.ogg'
|
||||
pickup_sound = 'sound/items/handling/gun/ballistics/pistol/pistol_pickup1.ogg'
|
||||
fire_sound_volume = 90
|
||||
bolt_wording = "slide"
|
||||
suppressor_x_offset = 10
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
fire_sound_volume = 90
|
||||
rack_sound = 'sound/items/weapons/gun/rifle/bolt_out.ogg'
|
||||
bolt_drop_sound = 'sound/items/weapons/gun/rifle/bolt_in.ogg'
|
||||
drop_sound = 'sound/items/handling/gun/ballistics/rifle/rifle_drop1.ogg'
|
||||
pickup_sound = 'sound/items/handling/gun/ballistics/rifle/rifle_pickup1.ogg'
|
||||
tac_reloads = FALSE
|
||||
|
||||
/obj/item/gun/ballistic/rifle/rack(mob/user = null)
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
fire_sound_volume = 90
|
||||
rack_sound = 'sound/items/weapons/gun/shotgun/rack.ogg'
|
||||
load_sound = 'sound/items/weapons/gun/shotgun/insert_shell.ogg'
|
||||
drop_sound = 'sound/items/handling/gun/ballistics/shotgun/shotgun_drop1.ogg'
|
||||
pickup_sound = 'sound/items/handling/gun/ballistics/shotgun/shotgun_pickup1.ogg'
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
force = 10
|
||||
obj_flags = CONDUCTS_ELECTRICITY
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
shotgun_pickup1.ogg - https://freesound.org/people/PNMCarrieRailfan/sounds/681692/ , License: CC BY-NC 4.0
|
||||
shotgun_drop1.ogg - https://freesound.org/people/PNMCarrieRailfan/sounds/681690/ , License: CC BY-NC 4.0
|
||||
pistol_pickup1.ogg - https://freesound.org/people/PNMCarrieRailfan/sounds/682043/ , License: CC BY-NC 4.0
|
||||
pistol_drop1.ogg - https://freesound.org/people/PNMCarrieRailfan/sounds/682043/ , License: CC BY-NC 4.0
|
||||
rifle_pickup.ogg - https://freesound.org/people/the_Carlos/sounds/706972/ , License: CC BY 4.0
|
||||
rifle_drop1.ogg - https://freesound.org/people/the_Carlos/sounds/706972/ , License: CC BY 4.0
|
||||
smg_drop1.ogg - https://freesound.org/people/hyperix6/sounds/676588/ , License: CC0
|
||||
smg_pickup1.ogg - https://freesound.org/people/hyperix6/sounds/676588/ , License: CC0
|
||||
magazine_pickup1.ogg - https://freesound.org/people/PNMCarrieRailfan/sounds/681511/ , License: CC BY-NC 4.0
|
||||
magazine_drop1.ogg - https://freesound.org/people/PNMCarrieRailfan/sounds/681511/ , License: CC BY-NC 4.0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user