Nerf node damage capabilities of sniper rifles (#644)

This commit is contained in:
LoneWolfHT 2020-05-22 09:16:41 -07:00 committed by GitHub
parent 181b13d1d0
commit f37b8fb49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@ sniper_rifles.register_rifle("sniper_rifles:rifle_762", {
sounds = { shot = "sniper_rifles_rifle" },
particle = "shooter_bullet.png",
groups = {
cracky = 3, snappy = 2, crumbly = 2, choppy = 2,
fleshy = 1, oddly_breakable_by_hand = 1
snappy = 2, fleshy = 1, oddly_breakable_by_hand = 1
}
}
})
@ -30,8 +29,7 @@ sniper_rifles.register_rifle("sniper_rifles:rifle_magnum", {
sounds = { shot = "sniper_rifles_rifle" },
particle = "shooter_bullet.png",
groups = {
cracky = 2, snappy = 1, crumbly = 1, choppy = 1,
fleshy = 1, oddly_breakable_by_hand = 1
snappy = 1, fleshy = 1, oddly_breakable_by_hand = 1
}
}
})