zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_zapper_arc/shared.lua
William Moodhe e9da54c2f9 ZS updates for 2014-2018
Too many changes to list.
2018-05-01 18:32:59 -04:00

13 lines
448 B
Lua

SWEP.PrintName = "'Dynamo' Arc Zapper"
SWEP.Description = "Zaps zombies that enter its range, and arcs between them. Has a very long recharge and uses pulse ammo.\nPress PRIMARY ATTACK to deploy the zapper.\nPress SECONDARY ATTACK and RELOAD to rotate the zapper."
SWEP.Base = "weapon_zs_zapper"
SWEP.Primary.Ammo = "zapper_arc"
SWEP.GhostStatus = "ghost_zapper_arc"
SWEP.DeployClass = "prop_zapper_arc"
SWEP.Primary.Damage = 55
SWEP.Tier = 3