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