mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
30
lua/arccw/shared/attachments/uc_tp_fastreload.lua
Normal file
30
lua/arccw/shared/attachments/uc_tp_fastreload.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 = "Loading Drills"
|
||||
|
||||
att.Icon = Material("entities/att/arccw_uc_tp_loading_drills.png", "smooth mips")
|
||||
att.Description = "Every second counts in the heat of battle. Repeated training drills allow you to reload your weapon more quickly."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "uc_tp"
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 13
|
||||
|
||||
att.Mult_ReloadTime = 0.9
|
||||
|
||||
-- CS/GSO rapid reload OP
|
||||
|
||||
att.NotForNPCs = true
|
||||
Reference in New Issue
Block a user