Files
CHOMPStation2/code/modules/projectiles/projectile_ch.dm
2025-08-23 21:20:12 +02:00

10 lines
285 B
Plaintext

/obj/item/projectile/bullet/pellet/shotgun/silver
name = "shrapnel"
fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg'
damage = 10
mob_bonus_damage = 16 // Potential 156 Damage against demons at point blank.
embed_chance = -1
pellets = 6
range_step = 1
spread_step = 20