Files
wnsrc/lua/arccw/shared/attachments/uc_tp_quickdraw.lua
lifestorm 73479cff9e Upload
2024-08-04 22:55:00 +03:00

29 lines
797 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 = "Quick Draw"
att.Icon = Material("entities/att/arccw_uc_tp_quickdraw.png", "smooth mips")
att.Description = "Like the fastest guns in the Old West, you can draw, aim, and shoot in the blink of an eye.\n\nTexas Red had not cleared leather 'fore a bullet fairly ripped, and the Ranger's aim was deadly with the big iron on his hip."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "uc_tp"
att.AutoStats = true
att.SortOrder = 5
att.Mult_DrawTime = 0.5
att.Mult_SightTime = 0.85
att.NotForNPCs = true