From e4c57af544412eaaa80d4cd4def8054c3b4eba24 Mon Sep 17 00:00:00 2001 From: Pariah919 <46353991+Pariah919@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:54:40 -0500 Subject: [PATCH] Superheavy pistol balanc pass (#14002) * balanc * 1.1 * 0.05 fire delay nerf to .1 --- code/modules/projectiles/ammo_datums.dm | 2 +- code/modules/projectiles/guns/pistols.dm | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/projectiles/ammo_datums.dm b/code/modules/projectiles/ammo_datums.dm index c17be2022fd08..636f043f3a269 100644 --- a/code/modules/projectiles/ammo_datums.dm +++ b/code/modules/projectiles/ammo_datums.dm @@ -426,7 +426,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh damage_falloff = 0.75 /datum/ammo/bullet/pistol/superheavy/on_hit_mob(mob/M,obj/projectile/P) - staggerstun(M, P, stagger = 2 SECONDS, slowdown = 0.5, knockback = 1) + staggerstun(M, P, stagger = 0.5 SECONDS, slowdown = 0.5, knockback = 1) /datum/ammo/bullet/pistol/superheavy/derringer handful_amount = 2 diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index 14742209764f4..3d7d7b4cc568f 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -331,7 +331,7 @@ flags_gun_features = GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER attachable_offset = list("muzzle_x" = 31, "muzzle_y" = 19,"rail_x" = 9, "rail_y" = 23, "under_x" = 22, "under_y" = 14, "stock_x" = 20, "stock_y" = 17) - fire_delay = 0.3 SECONDS + fire_delay = 0.45 SECONDS scatter_unwielded = 25 recoil = 1 recoil_unwielded = 2 @@ -473,14 +473,14 @@ flags_gun_features = GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER attachable_offset = list("muzzle_x" = 27, "muzzle_y" = 20,"rail_x" = 8, "rail_y" = 22, "under_x" = 18, "under_y" = 15, "stock_x" = 16, "stock_y" = 15) - fire_delay = 0.35 SECONDS + fire_delay = 0.45 SECONDS burst_delay = 0.5 SECONDS - damage_mult = 1.2 - recoil = 0 + damage_mult = 1.1 + recoil = 1 recoil_unwielded = 2 accuracy_mult_unwielded = 0.6 - scatter = 2 - scatter_unwielded = 6 + scatter = 3 + scatter_unwielded = 7 //------------------------------------------------------- //VP70