mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
// 7mm (SAW)
|
|
// BUBBER BUFFS modular_zubbers\code\modules\projectiles\projectile\bullets\lmg.dm
|
|
/obj/item/ammo_casing/m7mm
|
|
name = "7mm bullet casing"
|
|
desc = "A 7mm bullet casing."
|
|
icon_state = "762-casing"
|
|
caliber = CALIBER_A7MM
|
|
projectile_type = /obj/projectile/bullet/a7mm
|
|
|
|
/obj/item/ammo_casing/m7mm/ap
|
|
name = "7mm armor-piercing bullet casing"
|
|
desc = "A 7mm bullet casing designed with a hardened-tipped core to help penetrate armored targets."
|
|
projectile_type = /obj/projectile/bullet/a7mm/ap
|
|
|
|
/obj/item/ammo_casing/m7mm/hollow
|
|
name = "7mm hollow-point bullet casing"
|
|
desc = "A 7mm bullet casing designed to cause more damage to unarmored targets."
|
|
projectile_type = /obj/projectile/bullet/a7mm/hp
|
|
|
|
/obj/item/ammo_casing/m7mm/incen
|
|
name = "7mm incendiary bullet casing"
|
|
desc = "A 7mm bullet casing designed with a chemical-filled capsule on the tip that when burst, reacts with the atmosphere to produce a fireball, engulfing the target in flames."
|
|
projectile_type = /obj/projectile/bullet/incendiary/a7mm
|
|
|
|
/obj/item/ammo_casing/m7mm/match
|
|
name = "7mm match bullet casing"
|
|
desc = "A 7mm bullet casing manufactured to unfailingly high standards, you could pull off some cool trickshots with this."
|
|
projectile_type = /obj/projectile/bullet/a7mm/match
|
|
|
|
/obj/item/ammo_casing/m7mm/bouncy
|
|
name = "7mm rubber bullet casing"
|
|
desc = "A 7mm rubber bullet casing manufactured to unfailingly disastrous standards, you could piss off a lot of people spraying this down a hallway."
|
|
projectile_type = /obj/projectile/bullet/a7mm/bouncy
|