mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
38 lines
928 B
Lua
38 lines
928 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 = "The Slayer"
|
|
att.Icon = Material("entities/att/acwatt_ur_dbs_tp_doom.png", "smooth mips")
|
|
att.Description = "They are rage, brutal, without mercy. But you. You will be worse."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
"uc.cosmetic"
|
|
}
|
|
att.Slot = "uc_db_tp"
|
|
|
|
att.AutoStats = true
|
|
att.SortOrder = 999
|
|
|
|
att.LHIK = true
|
|
att.LHIKHide = false
|
|
|
|
att.Override_ActivePos = Vector(-1.5, 0, 1.2)
|
|
att.Override_ActivePos_Priority = 10
|
|
att.Override_ActiveAng = Angle(0, -0.5, 3)
|
|
att.Override_ActiveAng_Priority = 10
|
|
|
|
att.Free = true
|
|
att.IgnorePickX = true
|
|
|
|
att.RequireFlags = {"sawnoff", "ur_dbs_stock_sawedoff", "uc_tp_gong"}
|
|
att.HideIfBlocked = true |