mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
But what if I don't want to kill people? Disabler SMG Port. (#24107)
* i joined the force to help people * disabler i hardly know her * Update code/modules/projectiles/ammunition/energy_lens.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * oops * Update code/__DEFINES/lighting_defines.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/projectiles/guns/energy/stun.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/projectiles/guns/energy/stun.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/projectiles/guns/energy/stun.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/projectiles/guns/energy/stun.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/modules/projectiles/guns/energy/stun.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
DGamerL
Luc
parent
a3ae6459b2
commit
f016100149
@@ -166,6 +166,15 @@
|
||||
harmful = FALSE
|
||||
delay = 0.6 SECONDS
|
||||
|
||||
/obj/item/ammo_casing/energy/disabler/smg
|
||||
projectile_type = /obj/item/projectile/beam/disabler/weak
|
||||
e_cost = 25
|
||||
fire_sound = 'sound/weapons/taser3.ogg'
|
||||
click_cooldown_override = 2
|
||||
variance = 15
|
||||
randomspread = 1
|
||||
delay = 2
|
||||
|
||||
/obj/item/ammo_casing/energy/disabler/cyborg //seperate balancing for cyborg, again
|
||||
e_cost = 250
|
||||
|
||||
|
||||
@@ -67,6 +67,18 @@
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/item/gun/energy/disabler/smg
|
||||
name = "disabler smg"
|
||||
desc = "An automatic disabler variant, as opposed to the conventional model. Boasts a higher ammunition capacity at the cost of slightly reduced beam effectiveness."
|
||||
icon_state = "disabler_smg"
|
||||
weapon_weight = WEAPON_HEAVY
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
ammo_type = list(/obj/item/ammo_casing/energy/disabler/smg)
|
||||
burst_size = 2
|
||||
fire_delay = 2.5
|
||||
shaded_charge = TRUE
|
||||
can_holster = FALSE
|
||||
|
||||
/obj/item/gun/energy/disabler/cyborg
|
||||
name = "cyborg disabler"
|
||||
desc = "An integrated disabler that draws from a cyborg's power cell. This weapon contains a limiter to prevent the cyborg's power cell from overheating."
|
||||
|
||||
@@ -99,6 +99,12 @@
|
||||
impact_effect_type = /obj/effect/temp_visual/impact_effect/blue_laser
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
|
||||
/obj/item/projectile/beam/disabler/weak
|
||||
name = "weakened disabler beam"
|
||||
damage = 15
|
||||
armour_penetration_flat = -10
|
||||
light_color = LIGHT_COLOR_BLUE
|
||||
|
||||
/obj/item/projectile/beam/pulse
|
||||
name = "pulse"
|
||||
icon_state = "u_laser"
|
||||
|
||||
Reference in New Issue
Block a user