Nerf node damage capabilities of sniper rifles (#644)
This commit is contained in:
parent
181b13d1d0
commit
f37b8fb49e
1 changed files with 2 additions and 4 deletions
|
@ -11,8 +11,7 @@ sniper_rifles.register_rifle("sniper_rifles:rifle_762", {
|
||||||
sounds = { shot = "sniper_rifles_rifle" },
|
sounds = { shot = "sniper_rifles_rifle" },
|
||||||
particle = "shooter_bullet.png",
|
particle = "shooter_bullet.png",
|
||||||
groups = {
|
groups = {
|
||||||
cracky = 3, snappy = 2, crumbly = 2, choppy = 2,
|
snappy = 2, fleshy = 1, oddly_breakable_by_hand = 1
|
||||||
fleshy = 1, oddly_breakable_by_hand = 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -30,8 +29,7 @@ sniper_rifles.register_rifle("sniper_rifles:rifle_magnum", {
|
||||||
sounds = { shot = "sniper_rifles_rifle" },
|
sounds = { shot = "sniper_rifles_rifle" },
|
||||||
particle = "shooter_bullet.png",
|
particle = "shooter_bullet.png",
|
||||||
groups = {
|
groups = {
|
||||||
cracky = 2, snappy = 1, crumbly = 1, choppy = 1,
|
snappy = 1, fleshy = 1, oddly_breakable_by_hand = 1
|
||||||
fleshy = 1, oddly_breakable_by_hand = 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue