Files
wnsrc/lua/arccw/shared/attachments/ur_deagle_barrel_modern.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

22 lines
771 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 = "6\" Desert Eagle Mark XIX Barrel"
att.AbbrevName = "6\" Modern Barrel"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "6\" Predator Modern Barrel"
end
att.Icon = Material("entities/att/acwatt_ur_deagle_barrel_modern.png","smooth mips")
att.Description = "Variation of the factory barrel with a built-in Weaver attachment mount."
att.Slot = "ur_deagle_barrel"
att.Desc_Neutrals = {"uc.cosmetic"}
att.SortOrder = 5.5
--att.ActivateElements = {"ur_deagle_barrel_modern", "tac_rail"}