Залив

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,2 @@
ATTACHMENT.Base = "att_bolt"
ATTACHMENT.Model = Model("models/viper/mw/attachments/romeo700/attachment_vm_sn_romeo700_bolt.mdl")

View File

@@ -0,0 +1,11 @@
ATTACHMENT.Base = "att_bolt"
ATTACHMENT.Name = "Sloan KR-800 DeadEye"
ATTACHMENT.Model = Model("models/viper/mw/attachments/romeo700/attachment_vm_sn_romeo700_bolthvy.mdl")
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/romeo700/icon_attachment_sn_romeo700_bolthvy.vmt")
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.Animations.Rechamber = weapon.Animations.rechamber_bolthvy
end

View File

@@ -0,0 +1,11 @@
ATTACHMENT.Base = "att_bolt"
ATTACHMENT.Name = "Sloan KR-600 Feather"
ATTACHMENT.Model = Model("models/viper/mw/attachments/romeo700/attachment_vm_sn_romeo700_boltl.mdl")
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/romeo700/icon_attachment_sn_romeo700_boltl.vmt")
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.Animations.Rechamber = weapon.Animations.rechamber_boltl
end