12 lines
346 B
Lua
12 lines
346 B
Lua
|
att.PrintName = "Flat Dark Earth Finish"
|
||
|
att.AbbrevName = "Flat Dark Earth"
|
||
|
att.Icon = Material("entities/att/ur_aw/skin_tan.png", "mips smooth")
|
||
|
att.Description = "The fury of the sandstorm, realized."
|
||
|
att.Slot = "ur_aw_skin"
|
||
|
att.Desc_Neutrals = {
|
||
|
"uc.cosmetic"
|
||
|
}
|
||
|
att.SortOrder = 1
|
||
|
|
||
|
att.IgnorePickX = true
|
||
|
att.ActivateElements = {"skin_tan"}
|