Files
wnsrc/lua/arccw/shared/attachments/uc_tp_strafe.lua

30 lines
759 B
Lua
Raw Normal View History

2024-08-04 23:54:45 +03:00
--[[
| 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 = "Strafe"
att.Icon = Material("entities/att/arccw_uc_tp_strafe.png", "smooth mips")
att.Description = "Active experience in simulated combat drills has conditioned you to shoot while walking towards the enemy. When firing, you can walk at your normal speed."
att.Desc_Pros = {
"uc.neverflinch"
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "uc_tp"
att.AutoStats = true
att.SortOrder = 2
att.Override_ShootSpeedMult = 1
att.Mult_SightedSpeedMult = 1.2
att.NotForNPCs = true