mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
34 lines
851 B
Lua
34 lines
851 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/
|
|
--]]
|
|
|
|
ITEM.name = "Zapalniczka Zippo"
|
|
ITEM.model = Model("models/willardnetworks/cigarettes/zippo.mdl")
|
|
ITEM.description = "Zapalniczka Zippo to klasyczny model zapalniczki na benzynę, przydatna do zapalania papierosów."
|
|
ITEM.useSound = "willardnetworks/cigarettes/zippo.wav"
|
|
ITEM.maxDurability = 24
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(-509.64, -427.61, 310.24),
|
|
ang = Angle(24.98, 400.03, 0),
|
|
fov = 0.29
|
|
}
|
|
ITEM.holdData = {
|
|
vectorOffset = {
|
|
right = 0,
|
|
up = 0,
|
|
forward = 0
|
|
},
|
|
angleOffset = {
|
|
right = 0,
|
|
up = 0,
|
|
forward = 0
|
|
},
|
|
} |