mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
62
lua/arccw/shared/attachments/ud_mini14_receiver_auto.lua
Normal file
62
lua/arccw/shared/attachments/ud_mini14_receiver_auto.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
--[[
|
||||
| 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 = "AC-556 Automatic Receiver"
|
||||
att.AbbrevName = "Automatic Receiver"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Patriot ACC Automatic Receiver"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_mini14_receiver_auto.png", "smooth mips")
|
||||
att.Description = "Receiver adapted with a military auto sear and fire selector."
|
||||
att.Desc_Pros = {
|
||||
"uc.auto"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_mini14_receiver"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Override_Firemodes = {
|
||||
{
|
||||
Mode = 2,
|
||||
},
|
||||
{
|
||||
Mode = -3,
|
||||
Override_ShotRecoilTable = {
|
||||
[1] = 0.9,
|
||||
[2] = 0.8,
|
||||
[3] = 0.7,
|
||||
},
|
||||
},
|
||||
{
|
||||
Mode = 1,
|
||||
},
|
||||
{
|
||||
Mode = 0
|
||||
}
|
||||
}
|
||||
|
||||
att.Override_Trivia_Class = "Assault Rifle"
|
||||
|
||||
att.ActivateElements = {"ud_mini14_receiver_auto"}
|
||||
|
||||
att.Mult_RPM = 750 / 540
|
||||
|
||||
att.Mult_RecoilSide = 1.5
|
||||
att.Mult_HipDispersion = 1.25
|
||||
att.Mult_AccuracyMOA = 2
|
||||
att.Mult_ShootSpeedMult = 0.85
|
||||
att.Mult_MalfunctionMean = 0.75
|
||||
att.Mult_MalfunctionVariance = 1.25
|
||||
Reference in New Issue
Block a user