Reduce effective range of shotgun
This commit is contained in:
parent
d1e1dcc1d6
commit
b26d9812ff
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ shooter.register_weapon("shooter_guns:shotgun", {
|
||||||
inventory_image = "shooter_shotgun.png",
|
inventory_image = "shooter_shotgun.png",
|
||||||
spec = {
|
spec = {
|
||||||
rounds = 50,
|
rounds = 50,
|
||||||
range = 60,
|
range = 30,
|
||||||
step = 15,
|
step = 15,
|
||||||
tool_caps = {full_punch_interval=1.5, damage_groups={fleshy=4}},
|
tool_caps = {full_punch_interval=1.5, damage_groups={fleshy=4}},
|
||||||
groups = {cracky=3, snappy=2, crumbly=2, choppy=2, fleshy=1, oddly_breakable_by_hand=1},
|
groups = {cracky=3, snappy=2, crumbly=2, choppy=2, fleshy=1, oddly_breakable_by_hand=1},
|
||||||
|
|
Loading…
Reference in a new issue