Increase rifle damage by 1hp

This commit is contained in:
LoneWolfHT 2020-10-31 09:22:56 -07:00
parent e58d27dd79
commit f74ea4e0be

View file

@ -46,7 +46,7 @@ shooter.register_weapon("shooter_guns:rifle", {
range = 240,
step = 30,
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},
sounds = {
shot = "shooter_rifle",