mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
33 lines
776 B
Lua
33 lines
776 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 = "Red Mountain Company"
|
||
|
|
att.Description = "Be the change you want to see."
|
||
|
|
att.Ignore = true
|
||
|
|
|
||
|
|
att.Desc_Pros = {
|
||
|
|
}
|
||
|
|
att.Desc_Cons = {
|
||
|
|
}
|
||
|
|
att.AutoStats = true
|
||
|
|
att.Slot = "charm"
|
||
|
|
|
||
|
|
att.Free = true
|
||
|
|
|
||
|
|
att.Model = "models/weapons/arccw/atts/charmbase.mdl"
|
||
|
|
|
||
|
|
att.DroppedModel = "models/Items/BoxSRounds.mdl"
|
||
|
|
|
||
|
|
att.Charm = true
|
||
|
|
att.CharmModel = "models/weapons/arccw/atts/uc_rmccharm.mdl"
|
||
|
|
att.CharmAtt = "Charm"
|
||
|
|
att.CharmScale = Vector(0.5, 0.5, 0.5)
|
||
|
|
att.CharmOffset = Vector(0, -1, -0.2)
|
||
|
|
att.CharmAngle = Angle(20, 0, 80)
|