Files
S.P.L.U.R.T-Station-13/code/modules/projectiles/projectile/bullets.dm
timothyteakettle 3ca098fe98 bugfixes
2020-07-25 00:22:24 +01:00

20 lines
583 B
Plaintext

/obj/item/projectile/bullet
name = "bullet"
icon_state = "bullet"
damage = 60
damage_type = BRUTE
nodamage = FALSE
candink = TRUE
flag = "bullet"
hitsound_wall = "ricochet"
impact_effect_type = /obj/effect/temp_visual/impact_effect
sharpness = SHARP_POINTY
shrapnel_type = /obj/item/shrapnel/bullet
embedding = list(embed_chance=15, fall_chance=2, jostle_chance=0, ignore_throwspeed_threshold=TRUE, pain_stam_pct=0.5, pain_mult=3, rip_time=10)
wound_falloff_tile = -5
embed_falloff_tile = -5
/obj/item/projectile/bullet/smite
name = "divine retribution"
damage = 10