Make SMG semi-auto with more damage
This commit is contained in:
parent
394d9154d3
commit
6939ab0b6d
1 changed files with 1 additions and 2 deletions
|
@ -89,11 +89,10 @@ shooter.register_weapon("shooter_guns:machine_gun", {
|
||||||
inventory_image = "shooter_smgun.png",
|
inventory_image = "shooter_smgun.png",
|
||||||
spec = {
|
spec = {
|
||||||
user_knockback = 1,
|
user_knockback = 1,
|
||||||
shots = 3,
|
|
||||||
rounds = 100,
|
rounds = 100,
|
||||||
range = 160,
|
range = 160,
|
||||||
step = 20,
|
step = 20,
|
||||||
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2, ranged=1}},
|
tool_caps = {full_punch_interval=0.2, damage_groups={fleshy=4, ranged=1}},
|
||||||
groups = {snappy=3, fleshy=3, oddly_breakable_by_hand=3},
|
groups = {snappy=3, fleshy=3, oddly_breakable_by_hand=3},
|
||||||
sounds = {
|
sounds = {
|
||||||
shot = "shooter_pistol",
|
shot = "shooter_pistol",
|
||||||
|
|
Loading…
Reference in a new issue