mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 19:46:36 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user