mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
45 lines
846 B
Plaintext
45 lines
846 B
Plaintext
// C3D (Borgs)
|
|
|
|
/obj/item/projectile/bullet/c3d
|
|
damage = 20
|
|
|
|
// Mech LMG
|
|
|
|
/obj/item/projectile/bullet/lmg
|
|
damage = 20
|
|
|
|
// Mech FNX-99
|
|
|
|
/obj/item/projectile/bullet/incendiary/fnx99
|
|
damage = 20
|
|
|
|
// Turrets
|
|
|
|
/obj/item/projectile/bullet/manned_turret
|
|
damage = 20
|
|
|
|
/obj/item/projectile/bullet/syndicate_turret
|
|
damage = 20
|
|
|
|
// 7.12x82mm (SAW)
|
|
|
|
/obj/item/projectile/bullet/mm712x82
|
|
name = "7.12x82mm bullet"
|
|
damage = 45
|
|
armour_penetration = 5
|
|
|
|
/obj/item/projectile/bullet/mm712x82_ap
|
|
name = "7.12x82mm armor-piercing bullet"
|
|
damage = 40
|
|
armour_penetration = 75
|
|
|
|
/obj/item/projectile/bullet/mm712x82_hp
|
|
name = "7.12x82mm hollow-point bullet"
|
|
damage = 60
|
|
armour_penetration = -60
|
|
|
|
/obj/item/projectile/bullet/incendiary/mm712x82
|
|
name = "7.12x82mm incendiary bullet"
|
|
damage = 20
|
|
fire_stacks = 3
|