mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
31
lua/arccw/shared/attachments/ur_spas12_charm_fear.lua
Normal file
31
lua/arccw/shared/attachments/ur_spas12_charm_fear.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
| 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
|
||||
Reference in New Issue
Block a user