Залив
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
ATTACHMENT.Base = "att_hybrid"
|
||||
|
||||
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
|
||||
|
||||
function ATTACHMENT:Stats(weapon)
|
||||
BaseClass.Stats(self, weapon)
|
||||
weapon.Animations.Ads_In.Fps = weapon.Animations.Ads_In.Fps * 0.99
|
||||
weapon.Animations.Ads_Out.Fps = weapon.Animations.Ads_Out.Fps * 0.99
|
||||
weapon.Zoom.ViewModelFovMultiplier = weapon.Zoom.ViewModelFovMultiplier * 0.8
|
||||
weapon.Zoom.FovMultiplier = 0.7
|
||||
end
|
||||
@@ -0,0 +1,11 @@
|
||||
ATTACHMENT.Base = "att_hybrid"
|
||||
|
||||
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
|
||||
|
||||
function ATTACHMENT:Stats(weapon)
|
||||
BaseClass.Stats(self, weapon)
|
||||
weapon.Animations.Ads_In.Fps = weapon.Animations.Ads_In.Fps * 0.97
|
||||
weapon.Animations.Ads_Out.Fps = weapon.Animations.Ads_Out.Fps * 0.97
|
||||
weapon.Zoom.ViewModelFovMultiplier = weapon.Zoom.ViewModelFovMultiplier * 0.95
|
||||
weapon.Zoom.FovMultiplier = 0.6
|
||||
end
|
||||
@@ -0,0 +1,11 @@
|
||||
ATTACHMENT.Base = "att_hybrid"
|
||||
|
||||
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
|
||||
|
||||
function ATTACHMENT:Stats(weapon)
|
||||
BaseClass.Stats(self, weapon)
|
||||
weapon.Animations.Ads_In.Fps = weapon.Animations.Ads_In.Fps * 0.95
|
||||
weapon.Animations.Ads_Out.Fps = weapon.Animations.Ads_Out.Fps * 0.95
|
||||
weapon.Zoom.ViewModelFovMultiplier = weapon.Zoom.ViewModelFovMultiplier * 1.05
|
||||
weapon.Zoom.FovMultiplier = 0.525
|
||||
end
|
||||
@@ -0,0 +1,11 @@
|
||||
ATTACHMENT.Base = "att_hybrid"
|
||||
|
||||
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
|
||||
|
||||
function ATTACHMENT:Stats(weapon)
|
||||
BaseClass.Stats(self, weapon)
|
||||
weapon.Animations.Ads_In.Fps = weapon.Animations.Ads_In.Fps * 0.93
|
||||
weapon.Animations.Ads_Out.Fps = weapon.Animations.Ads_Out.Fps * 0.93
|
||||
weapon.Zoom.ViewModelFovMultiplier = weapon.Zoom.ViewModelFovMultiplier * 1.2
|
||||
weapon.Zoom.FovMultiplier = 0.4
|
||||
end
|
||||
@@ -0,0 +1,40 @@
|
||||
ATTACHMENT.Base = "att_hybrid_3x"
|
||||
ATTACHMENT.Name = "3.0x Flip Hybrid"
|
||||
ATTACHMENT.Model = Model("models/viper/mw/attachments/attachment_vm_hybrid_east02.mdl")
|
||||
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/hybrid/icon_attachment_hybrid_east02_lw.vmt")
|
||||
ATTACHMENT.Bodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
|
||||
ATTACHMENT.AttachmentBodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
|
||||
ATTACHMENT.Optic = {
|
||||
LensHideMaterial = Material("viper/MW/attachments/reticle_ui_stencil.vmt"),
|
||||
HideModel = Model("models/viper/mw/attachments/attachment_vm_hybrid_east02_hide.mdl"),
|
||||
LensBodygroup = "lens",
|
||||
FOV = 7,
|
||||
ParallaxSize = 600, --a value of zero means 1:1 size with the end of the optic
|
||||
Thermal = false
|
||||
}
|
||||
|
||||
ATTACHMENT.Reticle = {
|
||||
Material = Material("viper/mw/reticles/reticle_acog_default3.vmt"),
|
||||
Size = 650,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle"
|
||||
}
|
||||
|
||||
ATTACHMENT.ReticleHybrid = {
|
||||
Material = Material("viper/mw/reticles/reticle_holo_default.vmt"),
|
||||
Size = 800,
|
||||
Color = Color(255, 255, 255, 200),
|
||||
OnAnimation = "HybridOn",
|
||||
OffAnimation = "HybridOff",
|
||||
Attachment = "reticle2"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
ATTACHMENT.Base = "att_hybrid_4x"
|
||||
ATTACHMENT.Name = "Integral Hybrid"
|
||||
ATTACHMENT.Model = Model("models/viper/mw/attachments/attachment_vm_hybrid_west.mdl")
|
||||
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/hybrid/icon_attachment_hybrid_west_lw.vmt")
|
||||
ATTACHMENT.Bodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
ATTACHMENT.AttachmentBodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
ATTACHMENT.Optic = {
|
||||
LensHideMaterial = Material("viper/MW/attachments/reticle_ui_stencil.vmt"),
|
||||
HideModel = Model("models/viper/mw/attachments/attachment_vm_hybrid_west_hide.mdl"),
|
||||
LensBodygroup = "lens",
|
||||
FOV = 7,
|
||||
ParallaxSize = 600, --a value of zero means 1:1 size with the end of the optic
|
||||
Thermal = false
|
||||
}
|
||||
ATTACHMENT.Reticle = {
|
||||
Material = Material("viper/mw/reticles/reticle_acog_default"),
|
||||
Size = 600,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle"
|
||||
}
|
||||
ATTACHMENT.ReticleHybrid = {
|
||||
Material = Material("viper/shared/reticles/aimpoint_reticle.vmt"),
|
||||
Size = 110,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle2"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
ATTACHMENT.Base = "att_hybrid_3x"
|
||||
ATTACHMENT.Name = "3.0x Flip Hybrid"
|
||||
ATTACHMENT.Model = Model("models/viper/mw/attachments/attachment_vm_hybrid_west02.mdl")
|
||||
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/hybrid/icon_attachment_hybrid_west02_lw.vmt")
|
||||
ATTACHMENT.Bodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
|
||||
ATTACHMENT.AttachmentBodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
|
||||
ATTACHMENT.Optic = {
|
||||
LensHideMaterial = Material("viper/MW/attachments/reticle_ui_stencil.vmt"),
|
||||
HideModel = Model("models/viper/mw/attachments/attachment_vm_hybrid_west02_hide.mdl"),
|
||||
LensBodygroup = "lens",
|
||||
FOV = 7,
|
||||
ParallaxSize = 600, --a value of zero means 1:1 size with the end of the optic
|
||||
Thermal = false
|
||||
}
|
||||
|
||||
ATTACHMENT.Reticle = {
|
||||
Material = Material("viper/mw/reticles/reticle_acog_default3.vmt"),
|
||||
Size = 650,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle"
|
||||
}
|
||||
|
||||
ATTACHMENT.ReticleHybrid = {
|
||||
Material = Material("viper/mw/reticles/reticle_holo_default.vmt"),
|
||||
Size = 800,
|
||||
Color = Color(255, 255, 255, 200),
|
||||
OnAnimation = "HybridOn",
|
||||
OffAnimation = "HybridOff",
|
||||
Attachment = "reticle2"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
ATTACHMENT.Base = "att_vm_hybrid_west02"
|
||||
ATTACHMENT.Name = "3.0x Flip Thermal"
|
||||
ATTACHMENT.Optic = {
|
||||
Thermal = true
|
||||
}
|
||||
ATTACHMENT.Reticle = {
|
||||
Material = Material("viper/mw/reticles/reticle_acog_default.vmt"),
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
ATTACHMENT.Base = "att_hybrid_4x"
|
||||
ATTACHMENT.Name = "Cronen C480 Pro Hybrid"
|
||||
ATTACHMENT.Model = Model("models/viper/mw/attachments/attachment_vm_hybrid_west03.mdl")
|
||||
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/optics/icon_attachment_4x_west02.vmt")
|
||||
ATTACHMENT.Bodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
ATTACHMENT.AttachmentBodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
ATTACHMENT.Optic = {
|
||||
LensHideMaterial = Material("viper/MW/attachments/reticle_ui_stencil.vmt"),
|
||||
LensBodygroup = "lens",
|
||||
HideModel = Model("models/viper/mw/attachments/attachment_vm_hybrid_west03_hide.mdl"),
|
||||
FOV = 7,
|
||||
ParallaxSize = 800, --a value of zero means 1:1 size with the end of the optic
|
||||
Thermal = false
|
||||
}
|
||||
ATTACHMENT.Reticle = {
|
||||
Material = Material("viper/mw/reticles/reticle_acog_default3.vmt"),
|
||||
Size = 500,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle"
|
||||
}
|
||||
ATTACHMENT.ReticleHybrid = {
|
||||
Material = Material("viper/shared/reticles/aimpoint_reticle.vmt"),
|
||||
Size = 150,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle2"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
ATTACHMENT.Base = "att_hybrid_4x"
|
||||
ATTACHMENT.Name = "Merc Thermal Hybrid"
|
||||
ATTACHMENT.Model = Model("models/viper/mw/attachments/attachment_vm_thermal_hybrid.mdl")
|
||||
ATTACHMENT.Icon = Material("viper/mw/attachments/icons/optics/icon_attachment_thermal_east.vmt")
|
||||
ATTACHMENT.Bodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
ATTACHMENT.AttachmentBodygroups ={
|
||||
["tag_sight"] = 2,
|
||||
["tag_rail"] = 1,
|
||||
["sight"] = 2
|
||||
}
|
||||
ATTACHMENT.Optic = {
|
||||
HideModel = Model("models/viper/mw/attachments/attachment_vm_thermal_east_hide.mdl"),
|
||||
LensHideMaterial = Material("viper/MW/attachments/attachment_vm_thermal_east_lens.vmt"),
|
||||
LensBodygroup = "lens",
|
||||
FOV = 7,
|
||||
ParallaxSize = 300, --a value of zero means 1:1 size with the end of the optic
|
||||
Thermal = true
|
||||
}
|
||||
ATTACHMENT.Reticle = {
|
||||
Material = Material("viper/mw/reticles/reticle_thermal_default2.vmt"),
|
||||
Size = 750,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle"
|
||||
}
|
||||
ATTACHMENT.ReticleHybrid = {
|
||||
Material = Material("viper/shared/reticles/aimpoint_reticle.vmt"),
|
||||
Size = 150,
|
||||
Color = Color(255, 255, 255, 255),
|
||||
Attachment = "reticle2"
|
||||
}
|
||||
Reference in New Issue
Block a user