mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
29 lines
694 B
Lua
29 lines
694 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 = "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 |