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