Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AddCSLuaFile()
- SWEP.Base = "weapon_ds_base"
- if CLIENT then
- SWEP.PrintName = "Szpony"
- SWEP.Author = "Reportem"
- end
- SWEP.Category = "Fantasy"
- SWEP.ViewModel = "models/weapons/c_bs_SSAS.mdl" -- Don't touch
- SWEP.WorldModel = "models/demonssouls/weapons/claws.mdl"
- SWEP.Spawnable = true
- SWEP.AdminSpawnable = true
- SWEP.Primary.Damage = 25
- SWEP.BackstabDamage = 35
- SWEP.ParryDamage = 20
- SWEP.SwingSpeed = 1.056
- SWEP.Reach = 101.1111
- SWEP.ModelGroup = 10 -- Don't touch
- SWEP.SwordViewModelModel = "models/demonssouls/weapons/claws.mdl"
- SWEP.SwordViewModelPos = Vector(22,2,-2)
- SWEP.SwordViewModelAngles = Angle(-102,-62,10)
- SWEP.SwordViewModelScale = Vector(0.778,2.333,1.444)
- SWEP.SwordWorldModelModel = "Ignore"
- SWEP.SwordWorldModelPos = Vector(6,0,0)
- SWEP.SwordWorldModelAngles = Angle(-90,-78,-2)
- SWEP.SwordWorldModelScale = Vector(1.222,0.556,0.111)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement