mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
21 lines
468 B
Plaintext
21 lines
468 B
Plaintext
// Rod for railguns. Slightly less nasty than the sniper round.
|
|
/obj/item/projectile/bullet/magnetic
|
|
name = "rod"
|
|
icon_state = "rod"
|
|
damage = 65
|
|
stun = 1
|
|
weaken = 1
|
|
penetrating = 5
|
|
armor_penetration = 70
|
|
|
|
/obj/item/projectile/bullet/magnetic/slug
|
|
name = "slug"
|
|
icon_state = "gauss_silenced"
|
|
damage = 75
|
|
armor_penetration = 90
|
|
|
|
/obj/item/projectile/bullet/magnetic/flechette
|
|
name = "flechette"
|
|
icon_state = "flechette"
|
|
damage = 20
|
|
armor_penetration = 100 |