Залив

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,11 @@
ATTACHMENT.Base = "att_sight"
ATTACHMENT.Name = "Ironsights"
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.ViewModelOffsets.Aim.Pos:Add(Vector(0, 0, -0.1))
weapon.ViewModelOffsets.Aim.Angles:Add(Angle(-0.3, 0, 0))
end

View File

@@ -0,0 +1,23 @@
ATTACHMENT.Base = "att_optic_20x"
ATTACHMENT.Name = "Dragunov Scope"
ATTACHMENT.AttachmentBodygroups ={
["tag_rail"] = 0
}
ATTACHMENT.Model = Model("models/viper/mw/attachments/delta/attachment_vm_sn_delta_scope.mdl")
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/delta/icon_attachment_sn_delta_scope.vmt")
ATTACHMENT.Optic = {
HideModel = Model("models/viper/mw/attachments/delta/attachment_vm_sn_delta_scope_hid.mdl"),
LensHideMaterial = Material("viper/MW/weapons/delta/weapon_vm_sn_delta_scope_lens.vmt"),
LensBodygroup = "lens",
FOV = 7,
ParallaxSize = 700, --a value of zero means 1:1 size with the end of the optic
Thermal = false
}
ATTACHMENT.Reticle = {
Material = Material("viper/shared/reticles/po4x_crosshair_new.vmt"),
Size = 1900,
Color = Color(255, 255, 255, 255),
Attachment = "reticle"
}

View File

@@ -0,0 +1,17 @@
ATTACHMENT.Base = "attachment_vm_sn_delta_scope"
ATTACHMENT.Name = "Plague Sore"
ATTACHMENT.Model = Model("models/viper/mw/attachments/delta/attachment_vm_sn_delta_scope_v2.mdl")
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/delta/icon_attachment_sn_delta_scope.vmt")
ATTACHMENT.UIColor = CUSTOMIZATION_COLOR_LEGENDARY
ATTACHMENT.Optic = {
HideModel = Model("models/viper/mw/attachments/delta/vm_sn_delta_scope_v2_hide.mdl"),
LensHideMaterial = Material("viper/MW/weapons/delta/weapon_vm_sn_delta_v2_scope_lens.vmt"),
}
ATTACHMENT.Reticle = {
Material = Material("viper/shared/reticles/po4x_crosshair_new.vmt"),
Size = 2750,
Color = Color(255, 255, 255, 255),
Attachment = "reticle"
}

View File

@@ -0,0 +1,15 @@
ATTACHMENT.Base = "att_vm_thermal_west01"
ATTACHMENT.Model = Model("models/viper/mw/attachments/delta/attachment_vm_thermalsnpr_west01_delta_v3_lod0.mdl")
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/delta/icon_attachment_thermalsnpr_west01_delta_v3.vmt")
ATTACHMENT.Optic = {
HideModel = Model("models/viper/mw/attachments/delta/thermalsnpr_west01_delta_v3_hide.mdl"),
LensHideMaterial = Material("viper/MW/weapons/delta/attachment_vm_thermalsnpr_west01_lens.vmt"),
LensBodygroup = "lens",
FOV = 7,
ParallaxSize = 700, --a value of zero means 1:1 size with the end of the optic
Thermal = true,
ThermalBackgroundColor = Color(50, 100, 75, 223),
ThermalBodiesColor = Color(250, 250, 0, 150)
}