New stun beam type

single shot stun weapon beam and gun.
Beam proportionally scaled agony based on powerdrain (40*6)
Beam light colour AA00FF

Single shot stun gun, uses all of its energy for 1 singular shot that is a guranteed stun on hit.
Downsides: Massive power consumption, Massive recoil affecting anyone recoil effect scales with size and stacks with micro gun base recoil.
This commit is contained in:
Sharkmare
2019-04-23 13:47:06 +02:00
committed by GitHub
parent 0a39189094
commit 71c045f22a
+10 -1
View File
@@ -18,6 +18,7 @@
muzzle_type = /obj/effect/projectile/laser/muzzle
tracer_type = /obj/effect/projectile/laser/tracer
impact_type = /obj/effect/projectile/laser/impact
/obj/item/projectile/beam/practice
name = "laser"
@@ -210,4 +211,12 @@
/obj/item/projectile/beam/stun/med
name = "stun beam"
icon_state = "stun"
agony = 35
agony = 35
//CHOMPEDIT: Charge beam that drains all power
/obj/item/projectile/beam/stun/oneshot
name = "Overdrive Stun beam"
light_color = "#AA00FF"
//shotcost = 2400
agony = 240
//CHOMPEDIT END.