mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/attachments/uc_tp_bruiser.lua
Normal file
29
lua/arccw/shared/attachments/uc_tp_bruiser.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 = "Bruiser"
|
||||
|
||||
att.Icon = Material("entities/att/arccw_uc_tp_bruiser.png", "smooth mips")
|
||||
att.Description = "With the proper technique and upper body strength, you can more quickly and effectively use your weapon as a bludgeon."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "uc_tp"
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 19
|
||||
|
||||
att.Mult_MeleeDamage = 1.35
|
||||
att.Mult_MeleeTime = .67
|
||||
|
||||
att.NotForNPCs = true
|
||||
Reference in New Issue
Block a user