mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
31 lines
652 B
Lua
31 lines
652 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 = "Fear"
|
|
att.Icon = Material("entities/att/acwatt_ur_spas12_charm_fear.png", "smooth mips")
|
|
att.Description = "You are so cool."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
"uc.cosmetic"
|
|
}
|
|
att.Slot = "ur_spas12_charm"
|
|
|
|
att.AutoStats = true
|
|
att.SortOrder = 999
|
|
|
|
att.Override_ActivePos = Vector(-1, 1, -2)
|
|
|
|
att.Free = true
|
|
att.IgnorePickX = true
|
|
|
|
att.Ignore = false |