mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.uniqueID = "weapon_repair_kit"
|
||||
ITEM.name = "Kit de réparation d'arme"
|
||||
ITEM.description = "Un petit kit contenant des composants complexes nécessaires à la réparation d'une arme cassé."
|
||||
ITEM.category = "Outils"
|
||||
ITEM.model = "models/willardnetworks/skills/toolkit.mdl"
|
||||
ITEM.maxDurability = 2
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-200, 0, 0),
|
||||
ang = Angle(-1.45, -0.07, 0),
|
||||
fov = 7.71
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -10,
|
||||
forward = 2
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = -15,
|
||||
forward = 90
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user