Increase rifle damage by 1hp
This commit is contained in:
parent
e58d27dd79
commit
f74ea4e0be
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ shooter.register_weapon("shooter_guns:rifle", {
|
||||||
range = 240,
|
range = 240,
|
||||||
step = 30,
|
step = 30,
|
||||||
automatic = true,
|
automatic = true,
|
||||||
tool_caps = {full_punch_interval=1.0, damage_groups={fleshy=6, ranged=1}},
|
tool_caps = {full_punch_interval=1.0, damage_groups={fleshy=7, ranged=1}},
|
||||||
groups = {snappy=3, crumbly=3, choppy=3, fleshy=2, oddly_breakable_by_hand=2},
|
groups = {snappy=3, crumbly=3, choppy=3, fleshy=2, oddly_breakable_by_hand=2},
|
||||||
sounds = {
|
sounds = {
|
||||||
shot = "shooter_rifle",
|
shot = "shooter_rifle",
|
||||||
|
|
Loading…
Reference in a new issue