This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent c4d91bf369
commit 324f19217d
8040 changed files with 1853423 additions and 21 deletions

View 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,
},
}