Files
wnsrc/lua/arccw/shared/attachments/uc_tp_endurance.lua
lifestorm df294d03aa Upload
2024-08-04 23:54:45 +03:00

30 lines
816 B
Lua

--[[
| 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 = "Endurance"
att.Icon = Material("entities/att/arccw_uc_tp_endurance.png", "smooth mips")
att.Description = "Long courses of physical training allow you to bear more weight and control the recoil of your weapon, reducing the influence of your weapon's bulk on your speed and controlling its kick to stay on target for longer."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "uc_tp"
att.AutoStats = true
att.SortOrder = 17
att.Mult_MoveSpeed = 1.1
att.Mult_Recoil = 0.9
att.Mult_RecoilSide = 0.9
att.NotForNPCs = true