mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
@@ -1,3 +1,9 @@
|
||||
// lato
|
||||
/obj/item/ammo_casing/latob
|
||||
name = "Lato-class bullet casing"
|
||||
desc = "A Lato-class bullet casing. Signiature with lotus engravings."
|
||||
projectile_type = /obj/item/projectile/bullet/latob
|
||||
|
||||
// 10mm (Stechkin)
|
||||
|
||||
/obj/item/ammo_casing/c10mm
|
||||
|
||||
@@ -26,3 +26,10 @@
|
||||
caliber = "40mm"
|
||||
icon_state = "40mmHE"
|
||||
projectile_type = /obj/item/projectile/bullet/a40mm
|
||||
|
||||
// bratonmag (Braton)
|
||||
/obj/item/ammo_casing/bratonmag
|
||||
name = "Braton-class bullet casing"
|
||||
desc = "A signiature shell from a Braton, lined with engravings."
|
||||
caliber = "bratonb"
|
||||
projectile_type = /obj/item/projectile/bullet/bratonb
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//Lato Ammo
|
||||
/obj/item/ammo_box/magazine/latomag
|
||||
name = "pistol magazine (lato)"
|
||||
desc = "A magazine fitted for lato-class weapons. A lotus decal is inscribed on the backside."
|
||||
icon_state = "latomag"
|
||||
ammo_type = /obj/item/ammo_casing/latob
|
||||
max_ammo = 15
|
||||
|
||||
/obj/item/ammo_box/magazine/m10mm
|
||||
name = "pistol magazine (10mm)"
|
||||
desc = "A gun magazine."
|
||||
|
||||
@@ -19,3 +19,11 @@
|
||||
caliber = "a556"
|
||||
max_ammo = 30
|
||||
multiple_sprites = 2
|
||||
|
||||
//braton
|
||||
/obj/item/ammo_box/magazine/bratonmag
|
||||
name = "toploader magazine (braton)"
|
||||
icon_state = "bratonmag"
|
||||
ammo_type = /obj/item/ammo_casing/bratonmag
|
||||
caliber = "bratonb"
|
||||
max_ammo = 60
|
||||
@@ -208,6 +208,21 @@
|
||||
update_icon()
|
||||
return
|
||||
|
||||
//WARFRAME WEAPONS INSERT
|
||||
/obj/item/gun/ballistic/automatic/braton
|
||||
name = "\improper Braton"
|
||||
desc = "An unusual weapon in design; sporting a high firing rate and capacity, but low damage. There is a lotus decal on the underside of the barrel."
|
||||
icon_state = "braton"
|
||||
item_state = "braton"
|
||||
w_class = WEIGHT_CLASS_HUGE
|
||||
slot_flags = 0
|
||||
mag_type = /obj/item/ammo_box/magazine/bratonmag
|
||||
fire_sound = 'sound/weapons/gunshot_braton.ogg'
|
||||
can_suppress = FALSE
|
||||
burst_size = 5
|
||||
fire_delay = 1
|
||||
//ENDS HERE
|
||||
|
||||
/obj/item/gun/ballistic/automatic/tommygun
|
||||
name = "\improper Thompson SMG"
|
||||
desc = "Based on the classic 'Chicago Typewriter'."
|
||||
|
||||
@@ -21,6 +21,20 @@
|
||||
var/obj/item/suppressor/S = new(src)
|
||||
install_suppressor(S)
|
||||
|
||||
//WARFRAME WEAPONS INSERT
|
||||
/obj/item/gun/ballistic/automatic/pistol/lato
|
||||
name = "\improper Lato"
|
||||
desc = "A strange sidearm, sporting low damage but a high firing rate and capacity. There is a lotus decal on the barrel."
|
||||
icon_state = "lato"
|
||||
item_state = "lato"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
mag_type = /obj/item/ammo_box/magazine/latomag
|
||||
can_suppress = FALSE
|
||||
fire_sound = 'sound/weapons/gunshot_lato.ogg'
|
||||
fire_delay = 0
|
||||
//ENDS HERE
|
||||
|
||||
|
||||
/obj/item/gun/ballistic/automatic/pistol/m1911
|
||||
name = "\improper M1911"
|
||||
desc = "A classic .45 handgun with a small magazine capacity."
|
||||
|
||||
@@ -14,6 +14,11 @@
|
||||
damage = 10
|
||||
fire_stacks = 1
|
||||
|
||||
// lato
|
||||
/obj/item/projectile/bullet/latob
|
||||
name = "Lato-class bullet"
|
||||
damage = 13
|
||||
|
||||
// 10mm (Stechkin)
|
||||
|
||||
/obj/item/projectile/bullet/c10mm
|
||||
|
||||
@@ -14,3 +14,8 @@
|
||||
name = "enchanted 7.62 bullet"
|
||||
damage = 5
|
||||
stamina = 80
|
||||
|
||||
// bratonmag (Braton)
|
||||
/obj/item/projectile/bullet/bratonb
|
||||
name = "braton bullet"
|
||||
damage = 10
|
||||
Reference in New Issue
Block a user