mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
44
lua/arccw/shared/attachments/ur_ak_barrel_krinkov.lua
Normal file
44
lua/arccw/shared/attachments/ur_ak_barrel_krinkov.lua
Normal file
@@ -0,0 +1,44 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
att.PrintName = "AKS-74U 8\" Compact Barrel"
|
||||
att.AbbrevName = "8\" Compact Barrel"
|
||||
att.Icon = Material("entities/att/ur_ak/barrel/aksu.png", "mips smooth")
|
||||
att.Description = "Special carbine length handguard and barrel. Its reduced length leads to less unwieldiness, and the shortened gas system increases cyclic rate respectably.\nThese traits combined, however, result in a difficult weapon to control."
|
||||
att.Slot = {"ur_ak_barrel"}
|
||||
att.AutoStats = true
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "KFSU-76 8\" Compact Barrel"
|
||||
end
|
||||
|
||||
att.SortOrder = 8
|
||||
|
||||
att.Mult_ShootPitch = 115 / 100
|
||||
att.Add_BarrelLength = -6
|
||||
att.Mult_RPM = 1.131
|
||||
att.Mult_SightTime = 0.8
|
||||
att.Mult_HipDispersion = 0.8
|
||||
att.Mult_SightedSpeedMult = 1.1
|
||||
att.Mult_SpeedMult = 1.02
|
||||
att.Mult_Sway = 0.75
|
||||
|
||||
att.Mult_Recoil = 1.5
|
||||
att.Mult_AccuracyMOA = 2
|
||||
att.Mult_Range = .5
|
||||
|
||||
att.ActivateElements = {"barrel_krinkov"}
|
||||
att.GivesFlags = {"ak_barrelchange", "barrel_carbine", "ak_barrelkrinkov"}
|
||||
|
||||
att.LHIK = true
|
||||
|
||||
att.ModelOffset = Vector(-24, -3.1, 3.6)
|
||||
att.OffsetAng = Angle(10, 0, 0)
|
||||
att.Model = "models/weapons/arccw/ak_lhik_u.mdl"
|
||||
Reference in New Issue
Block a user