mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
23
lua/arccw/shared/attachments/ur_aw_skin_custom.lua
Normal file
23
lua/arccw/shared/attachments/ur_aw_skin_custom.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| 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 = "Custom Finish"
|
||||
att.AbbrevName = "Custom"
|
||||
att.Icon = Material("entities/att/ur_aw/skin_rainbow.png", "mips smooth")
|
||||
att.Description = "A customizable finish. Let your imagination run wild."
|
||||
att.Slot = "ur_aw_skin"
|
||||
att.Desc_Neutrals = {
|
||||
"uc.cosmetic",
|
||||
"uc.custcolor",
|
||||
}
|
||||
att.SortOrder = 1
|
||||
|
||||
att.IgnorePickX = true
|
||||
att.ActivateElements = {"skin_cust"}
|
||||
Reference in New Issue
Block a user