Files
CHOMPStation2/code/modules/projectiles/projectile_ch.dm
CHOMPStation2StaffMirrorBot 1e5d31ff04 [MIRROR] Vendor and Phasegun adjustments (#10900)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-05-17 19:20:36 +02:00

15 lines
406 B
Plaintext

/obj/item/projectile
/// If this projectile is holy. Silver bullets, etc. Currently no effects.
var/holy = 0
/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
holy = 1