29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
/obj/item/weapon/gun/energy/laser/carbine
|
|
name = "laser carbine"
|
|
desc = "A ruggedized laser carbine featuring much higher capacity and improved handling when compared to a normal laser gun."
|
|
icon = 'icons/obj/guns/cit_guns.dmi'
|
|
icon_state = "lasernew"
|
|
item_state = "laser"
|
|
origin_tech = "combat=4;magnets=4"
|
|
force = 10
|
|
throwforce = 10
|
|
ammo_type = list(/obj/item/ammo_casing/energy/lasergun)
|
|
cell_type = /obj/item/weapon/stock_parts/cell/lascarbine
|
|
resistance_flags = FIRE_PROOF | ACID_PROOF
|
|
|
|
/obj/item/weapon/gun/energy/laser/carbine/nopin
|
|
pin = null
|
|
|
|
/obj/item/weapon/stock_parts/cell/lascarbine
|
|
name = "laser carbine power supply"
|
|
maxcharge = 2500
|
|
|
|
/datum/design/lasercarbine
|
|
name = "Laser Carbine"
|
|
desc = "Beefed up version of a standard laser gun."
|
|
id = "lasercarbine"
|
|
req_tech = list("combat" = 5, "magnets" = 5, "powerstorage" = 4)
|
|
build_type = PROTOLATHE
|
|
materials = list(MAT_GOLD = 2500, MAT_METAL = 5000, MAT_GLASS = 5000)
|
|
build_path = /obj/item/weapon/gun/energy/laser/carbine/nopin
|
|
category = list("Weapons") |