mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
30 lines
816 B
Lua
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 |