mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
55
lua/arccw/shared/attachments/ud_m16_stock_waffle.lua
Normal file
55
lua/arccw/shared/attachments/ud_m16_stock_waffle.lua
Normal file
@@ -0,0 +1,55 @@
|
||||
--[[
|
||||
| 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 = "AMCAR Waffle Stock"
|
||||
att.AbbrevName = "Waffle Stock"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "M16 Waffle Stock"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_stock_waffle.png", "smooth mips")
|
||||
att.Description = "Multi-position adjustable combat stock used on the M4 carbine. Has lower recoil than a standard carbine stock, but isn't as 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/fesiug_stock_waffle.mdl"
|
||||
att.ModelOffset = Vector(4.25, 0, 1.7)
|
||||
att.ModelScale = Vector(1.14, 1.14, 1.14)
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 6
|
||||
|
||||
att.Mult_Sway = 1.25
|
||||
att.Mult_SightedSpeedMult = 1.1
|
||||
|
||||
att.ActivateElements = {"stock_231_tube"}
|
||||
|
||||
att.ToggleStats = {
|
||||
{
|
||||
PrintName = "Extended",
|
||||
AutoStats = true,
|
||||
ModelOffset = Vector(3.0, 0, 1.7),
|
||||
},
|
||||
{
|
||||
PrintName = "Collapsed",
|
||||
AutoStats = true,
|
||||
ModelOffset = Vector(5.0, 0, 1.7),
|
||||
Mult_RecoilSide = 1.25,
|
||||
Add_BarrelLength = -4,
|
||||
Mult_SightTime = 0.9,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user