Security non-lethal balance

This commit is contained in:
Yoshax
2017-02-13 15:48:13 +00:00
parent 5ea40be101
commit 3162c723d9
8 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
/obj/item/weapon/gun/energy/taser
charge_cost = 160
fire_delay = 4
/obj/item/weapon/gun/energy/stunrevolver
charge_cost = 400

View File

@@ -0,0 +1,2 @@
/obj/item/weapon/gun/projectile/sec/flash
name = ".45 pistol"

View File

@@ -10,3 +10,6 @@
muzzle_type = /obj/effect/projectile/laser_omni/muzzle
tracer_type = /obj/effect/projectile/laser_omni/tracer
impact_type = /obj/effect/projectile/laser_omni/impact
/obj/item/projectile/beam/stun
agony = 35

View File

@@ -0,0 +1,11 @@
/obj/item/projectile/energy/electrode/strong
agony = 70
/obj/item/projectile/energy
flash_strength = 10
/obj/item/projectile/energy/flash
flash_range = 1
/obj/item/projectile/energy/flash/flare
flash_range = 2