Skip to content

Commit

Permalink
Nerf shotgun
Browse files Browse the repository at this point in the history
- Reduce magazine capacity
- Reduce fire-rate
  • Loading branch information
ClobberXD committed Apr 23, 2020
1 parent 777cfe8 commit 5238358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shooter_guns/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5238358

Please sign in to comment.