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