mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
|
|
ITEM.name = "Crowbar"
|
||
|
|
ITEM.description = "A slightly rusty looking crowbar."
|
||
|
|
ITEM.model = "models/weapons/w_crowbar.mdl"
|
||
|
|
ITEM.class = "weapon_crowbar"
|
||
|
|
ITEM.weaponCategory = "melee"
|
||
|
|
ITEM.width = 2
|
||
|
|
ITEM.height = 1
|
||
|
|
ITEM.iconCam = {
|
||
|
|
ang = Angle(-0.23955784738064, 270.44906616211, 0),
|
||
|
|
fov = 10.780103254469,
|
||
|
|
pos = Vector(0, 200, 0)
|
||
|
|
}
|