Files
wnsrc/lua/arccw/shared/attachments/ur_deagle_skin_sex.lua

45 lines
1.2 KiB
Lua
Raw Permalink Normal View History

2024-08-05 18:40:29 +03:00
--[[
| 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 = "The Ultimate"
att.AbbrevName = "The Ultimate"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "The Ultimate"
end
att.Icon = Material("entities/att/acwatt_ur_deagle_finish_sex.png","mips smooth")
att.Description = "Administrator powers not included.\n\n\"This is an extremely OP admin weapon. fires every .05 seconds, 75 bullets per shot, and no recoil..... it's awesome.\n\nRight click spawns rapid fire explosions\""
att.Slot = "ur_deagle_skin"
att.Desc_Neutrals = {
"uc.cosmetic"
}
--[[]
att.Hook_NameChange = function(wep, name) return "Sexyness" end
att.AdminOnly = true
att.SortOrder = 2
att.Mult_Damage = 100
att.Mult_RPM = 100
att.Override_Num = 10
att.Mult_Recoil = 0.1
att.Mult_AccuracyMOA = 0.001
att.Override_BottomlessClip = true
att.Override_Firemodes_Priority = 100
att.Override_Firemodes = {
{
PrintName = "SEX",
Mode = 2,
},
}
]]
att.IgnorePickX = true
att.ActivateElements = {"ur_deagle_skin_sex"}