mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
28 lines
687 B
Lua
28 lines
687 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 = "Nerves of Steel"
|
|
|
|
att.Icon = Material("entities/att/arccw_uc_tp_nerves_of_steel.png", "smooth mips")
|
|
att.Description = "A series of carefully honed concentration and nerve techniques, plus a good helping of Diazepam, reduce hand jitter while aiming."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "uc_tp"
|
|
|
|
att.AutoStats = true
|
|
att.SortOrder = 11
|
|
|
|
att.Mult_Sway = .5
|
|
|
|
att.NotForNPCs = true |