Залив

This commit is contained in:
Refosel
2026-03-30 10:39:52 +03:00
commit 2b57c019cb
2010 changed files with 185745 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
ATTACHMENT.Base = "att_muzzle"
ATTACHMENT.Name = "Bayonet"
ATTACHMENT.Model = Model("models/viper/mw/attachments/akilo47/attachment_vm_bayonet_akilo47.mdl")
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/akilo47/icon_attachment_bayonet_akilo47.vmt")
ATTACHMENT.BonemergeToCategory = {"Barrels"}
ATTACHMENT.ExcludedAttachments = {"attachment_vm_ar_akilo47_smgbarrel", "attachment_vm_ar_akilo47_smgbarcust"}
ATTACHMENT.AttachmentBodygroups ={
["tag_tip"] = 1,
["tip"] = 1
}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.Animations.Melee = weapon.Animations.Melee_Bayonet
weapon.Animations.Melee_Hit = weapon.Animations.Melee_Hit_Bayonet
weapon.Animations.Melee_Hit_Bayonet.Damage = 100
end