Nerf shotgun
- Reduce magazine capacity - Reduce fire-rate
This commit is contained in:
parent
777cfe8b24
commit
5238358ce5
1 changed files with 2 additions and 2 deletions
|
@ -63,12 +63,12 @@ shooter.register_weapon("shooter_guns:shotgun", {
|
||||||
description = "Shotgun",
|
description = "Shotgun",
|
||||||
inventory_image = "shooter_shotgun.png",
|
inventory_image = "shooter_shotgun.png",
|
||||||
spec = {
|
spec = {
|
||||||
rounds = 50,
|
rounds = 12,
|
||||||
range = 30,
|
range = 30,
|
||||||
step = 15,
|
step = 15,
|
||||||
shots = 15,
|
shots = 15,
|
||||||
spread = 10,
|
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},
|
groups = {snappy=3, fleshy=3, oddly_breakable_by_hand=3},
|
||||||
sounds = {
|
sounds = {
|
||||||
shot = "shooter_shotgun",
|
shot = "shooter_shotgun",
|
||||||
|
|
Loading…
Reference in a new issue