mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
brrrt (#17766)
This commit is contained in:
@@ -233,8 +233,8 @@
|
||||
var/cover_open = FALSE
|
||||
can_suppress = FALSE
|
||||
fire_delay = 1
|
||||
burst_size = 2
|
||||
spread = 7
|
||||
burst_size = 3
|
||||
spread = 14
|
||||
pin = /obj/item/firing_pin/implant/pindicate
|
||||
bolt_type = BOLT_TYPE_OPEN
|
||||
mag_display = TRUE
|
||||
|
||||
@@ -25,21 +25,21 @@
|
||||
|
||||
/obj/item/projectile/bullet/mm712x82
|
||||
name = "7.12x82mm bullet"
|
||||
damage = 35
|
||||
damage = 40
|
||||
armour_penetration = 5
|
||||
wound_bonus = -40 //hurt a lot but still mostly pointy
|
||||
wound_falloff_tile = 0
|
||||
|
||||
/obj/item/projectile/bullet/mm712x82/ap
|
||||
name = "7.12x82mm armor-piercing bullet"
|
||||
damage = 30
|
||||
damage = 35
|
||||
wound_bonus = -45 //they go straight through with little damage to surrounding tissue
|
||||
armour_penetration = 60
|
||||
armour_penetration = 45
|
||||
bare_wound_bonus = -10 //flesh wont stop these very effectively but armor might make it tumble a bit before it enters
|
||||
|
||||
/obj/item/projectile/bullet/mm712x82/hp
|
||||
name = "7.12x82mm hollow-point bullet"
|
||||
damage = 50
|
||||
damage = 55
|
||||
armour_penetration = -35 //bulletproof armor almost totally stops these, but you're still getting hit in the chest by a supersonic nugget of lead
|
||||
sharpness = SHARP_EDGED
|
||||
wound_bonus = -35 //odds are you'll be shooting at someone with armor so you don't have a great chance for wounds
|
||||
@@ -47,5 +47,5 @@
|
||||
|
||||
/obj/item/projectile/bullet/incendiary/mm712x82
|
||||
name = "7.12x82mm incendiary bullet"
|
||||
damage = 22
|
||||
damage = 27
|
||||
fire_stacks = 2
|
||||
|
||||
Reference in New Issue
Block a user