From 5238358ce5cdb5b6d76f7776accadcdeb0b145c4 Mon Sep 17 00:00:00 2001 From: ANAND Date: Thu, 23 Apr 2020 07:49:15 +0530 Subject: [PATCH] Nerf shotgun - Reduce magazine capacity - Reduce fire-rate --- shooter_guns/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shooter_guns/init.lua b/shooter_guns/init.lua index adb9095..8eae6dd 100644 --- a/shooter_guns/init.lua +++ b/shooter_guns/init.lua @@ -63,12 +63,12 @@ shooter.register_weapon("shooter_guns:shotgun", { description = "Shotgun", inventory_image = "shooter_shotgun.png", spec = { - rounds = 50, + rounds = 12, range = 30, step = 15, shots = 15, spread = 10, - tool_caps = {full_punch_interval=0.5, damage_groups={fleshy=2}}, + tool_caps = {full_punch_interval=1, damage_groups={fleshy=2}}, groups = {snappy=3, fleshy=3, oddly_breakable_by_hand=3}, sounds = { shot = "shooter_shotgun",