From d843c8c8d57620a6962d000661694802e2806038 Mon Sep 17 00:00:00 2001 From: Sierra Helper <125094432+SierraHelper@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:28:32 +0300 Subject: [PATCH] [MIRROR] Changes to Laser DMR Damage, Accuracy, and ROF (#2885) Co-authored-by: Jebediahtechnic <41816076+Jebediahtechnic@users.noreply.github.com> Co-authored-by: Lexanx <61974560+Lexanx@users.noreply.github.com> --- code/modules/projectiles/guns/energy/laser.dm | 6 +++--- code/modules/projectiles/projectile/beams.dm | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/projectiles/guns/energy/laser.dm b/code/modules/projectiles/guns/energy/laser.dm index c37872d18e4b0..5923dae8043d4 100644 --- a/code/modules/projectiles/guns/energy/laser.dm +++ b/code/modules/projectiles/guns/energy/laser.dm @@ -137,14 +137,14 @@ item_state = "laser" origin_tech = list(TECH_COMBAT = 6, TECH_MATERIAL = 5, TECH_POWER = 4) projectile_type = /obj/item/projectile/beam/sniper - one_hand_penalty = 5 // The weapon itself is heavy, and the long barrel makes it hard to hold steady with just one hand. + one_hand_penalty = 8 // The weapon itself is heavy, and the long barrel makes it hard to hold steady with just one hand. slot_flags = SLOT_BACK charge_cost = 40 max_shots = 8 - fire_delay = 35 + fire_delay = 30 force = 10 w_class = ITEM_SIZE_HUGE - accuracy = -2 //shooting at the hip + accuracy = -4 //shooting at the hip scoped_accuracy = 9 scope_zoom = 2 wielded_item_state = "gun_wielded" diff --git a/code/modules/projectiles/projectile/beams.dm b/code/modules/projectiles/projectile/beams.dm index 3cf5d2d2c4d94..dbea958413f73 100644 --- a/code/modules/projectiles/projectile/beams.dm +++ b/code/modules/projectiles/projectile/beams.dm @@ -223,8 +223,9 @@ name = "sniper beam" icon_state = "xray" fire_sound = 'sound/weapons/marauder.ogg' - damage = 35 + damage = 60 armor_penetration = 10 + distance_falloff = 0.5 damage_falloff_list = null muzzle_type = /obj/projectile/laser/xray/muzzle