Hi there Guest,  
Sign in here: Login through Steam



  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Buff the Canary slightly

#4
What?
Base Damage = 45.
Headshot multiplier = 3.

script:
Quote:if SERVER then
  AddCSLuaFile( "shared.lua" )
  resource.AddFile("materials/NTG/zeph_icon_canary.vmt")
end

SWEP.HoldType = "pistol"

if CLIENT then
  SWEP.PrintName = "Canary"
  SWEP.Author = "SniperDuck"
  SWEP.Slot = 6


  SWEP.ViewModelFOV  = 54
  SWEP.ViewModelFlip = false

  SWEP.EquipMenuData = {
     type="Weapon",
     model="models/weapons/w_357.mdl",
     desc="High powered revolver, uses normal pistol ammo."
  };

  SWEP.Icon = "NTG/zeph_icon_canary"
end

SWEP.Base = "weapon_tttbase"
SWEP.Primary.Recoil = 2
SWEP.Primary.Damage = 45
SWEP.Primary.Delay = 0.35
SWEP.Primary.Cone = 0.01
SWEP.Primary.ClipSize = 6
SWEP.Primary.Automatic = true
SWEP.Primary.DefaultClip = 6
SWEP.Primary.ClipMax = 12
SWEP.Primary.Ammo = "AlyxGun"
SWEP.AutoSpawnable = false
SWEP.AdminSpawnable = true

SWEP.HeadshotMultiplier = 3

SWEP.Kind = WEAPON_EQUIP
SWEP.CanBuy = {ROLE_DETECTIVE}

SWEP.AmmoEnt = "item_ammo_revolver_ttt"

SWEP.IsSilent = False

SWEP.ViewModel = "models/weapons/v_357.mdl"
SWEP.WorldModel = "models/weapons/w_357.mdl"

SWEP.Primary.Sound = Sound( "Weapon_Deagle.Single" )

-- We were bought as special equipment, and we have an extra to give
function SWEP:WasBought(buyer)
  if IsValid(buyer) then -- probably already self.Owner
     buyer:GiveAmmo( 6, "Pistol" )
  end
end

Oh with body armor. There's no reason to buff it just because of that!
Find
Reply



Messages In This Thread
Buff the Canary slightly - Terran - 04-12-2015, 11:59 PM
RE: Buff the Canary slightly - McNuggie - 04-13-2015, 12:18 AM
RE: Buff the Canary slightly - Terran - 04-13-2015, 12:25 AM
RE: Buff the Canary slightly - Brassx - 04-13-2015, 12:27 AM
RE: Buff the Canary slightly - Terran - 04-13-2015, 12:39 AM
RE: Buff the Canary slightly - Dreadark - 04-13-2015, 12:43 AM
RE: Buff the Canary slightly - Jake1o - 04-13-2015, 12:51 AM
RE: Buff the Canary slightly - McNuggie - 04-13-2015, 12:53 AM
RE: Buff the Canary slightly - Terran - 04-13-2015, 12:54 AM
RE: Buff the Canary slightly - Brassx - 04-13-2015, 01:56 AM
RE: Buff the Canary slightly - McNuggie - 04-13-2015, 01:58 AM
RE: Buff the Canary slightly - Terran - 04-13-2015, 02:00 AM
RE: Buff the Canary slightly - Brassx - 04-13-2015, 02:01 AM
RE: Buff the Canary slightly - Jake1o - 04-13-2015, 03:35 AM
RE: Buff the Canary slightly - McNuggie - 04-13-2015, 03:38 AM
RE: Buff the Canary slightly - Terran - 09-06-2018, 08:46 AM
RE: Buff the Canary slightly - Unpoke - 09-06-2018, 12:35 PM

Forum Jump:


Users browsing this thread:
28 Guest(s)