mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
56
lua/arccw/shared/attachments/ud_m16_stock_moe.lua
Normal file
56
lua/arccw/shared/attachments/ud_m16_stock_moe.lua
Normal file
@@ -0,0 +1,56 @@
|
||||
--[[
|
||||
| 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 = "MOE Carbine Stock"
|
||||
att.AbbrevName = "MOE Stock"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "MOE Carbine Stock"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_stock_moe.png", "smooth mips")
|
||||
att.Description = "Aftermarket adjustable carbine stock with anti-slip buttpads. Reduces sway compared to a standard carbine stock, but is slightly less agile.\n\nToggling this stock modifies performance accordingly."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = {"go_stock", "ud_m16_stock"}
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/stock_moe_b.mdl"
|
||||
att.ModelOffset = Vector(-0.57, 0, 0.342)
|
||||
att.ModelScale = Vector(0.74, 0.74, 0.74)
|
||||
att.OffsetAng = Angle(0, 0, 0)
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 6
|
||||
|
||||
att.Mult_Sway = 1.1
|
||||
att.Mult_SightedSpeedMult = 1.075
|
||||
|
||||
att.ActivateElements = {"stock_231_tube"}
|
||||
|
||||
att.ToggleStats = {
|
||||
{
|
||||
PrintName = "Extended",
|
||||
AutoStats = true,
|
||||
ModelOffset = Vector(-1.5, 0, 0.342)
|
||||
},
|
||||
{
|
||||
PrintName = "Collapsed",
|
||||
ModelOffset = Vector(0, 0, 0.342),
|
||||
AutoStats = true,
|
||||
Mult_RecoilSide = 1.5,
|
||||
Add_BarrelLength = -4,
|
||||
Mult_SightTime = 0.9,
|
||||
Mult_ShootSpeedMult = 1.05,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user