VS: KHI rail pistol

This commit is contained in:
Aronai Sieyes
2020-05-28 16:47:50 -04:00
parent cff9440d2e
commit 39935255e4
3 changed files with 27 additions and 2 deletions
@@ -1,3 +1,9 @@
/obj/item/ammo_magazine/m9mm/large/preban/hp // Hollow Point Version
name = "magazine (9mm hollow-point)"
ammo_type = /obj/item/ammo_casing/a9mm/hp
ammo_type = /obj/item/ammo_casing/a9mm/hp
/obj/item/weapon/magnetic_ammo/pistol/khi
name = "flechette magazine (small, khi)"
desc = "A magazine containing smaller carbyne flechettes, intended for a pistol."
icon_state = "caseless-mag-short-alt"
remaining = 12
@@ -0,0 +1,11 @@
/obj/item/weapon/gun/magnetic/railgun/flechette/pistol/khi
name = "kitsuhana flechette pistol"
desc = "This rail pistol appears to have been 'tampered with', improving it's power storage and efficiency."
cell = /obj/item/weapon/cell/hyper
capacitor = /obj/item/weapon/stock_parts/capacitor/hyper
projectile_type = /obj/item/projectile/bullet/magnetic/flechette/small/khi
load_type = /obj/item/weapon/magnetic_ammo/pistol/khi
loaded = /obj/item/weapon/magnetic_ammo/pistol/khi
@@ -18,4 +18,12 @@
icon_state = "bullet"
damage = 10
taser_effect = 1
agony = 100
agony = 100
/obj/item/projectile/bullet/magnetic/flechette/small/khi
name = "small carbyne flechette"
icon_state = "flechette"
fire_sound = 'sound/weapons/rapidslice.ogg'
damage = 18
armor_penetration = 100
penetrating = 10