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