mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
30
lua/arccw/shared/attachments/uc_tp_endurance.lua
Normal file
30
lua/arccw/shared/attachments/uc_tp_endurance.lua
Normal file
@@ -0,0 +1,30 @@
|
||||
--[[
|
||||
| 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
|
||||
Reference in New Issue
Block a user