mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
23 lines
725 B
Lua
23 lines
725 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.uniqueID = "comp_resin"
|
|
ITEM.name = "Resin"
|
|
ITEM.description = "A grey solid cylinder substance that feels soft to the touch. Light-weight and easily breakable... could be used in a compatible machine."
|
|
ITEM.category = "Crafting"
|
|
ITEM.model = "models/willardnetworks/props_combine/resin_puck.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(173.79, 146.1, 107.55),
|
|
ang = Angle(25.1, 219.9, 0),
|
|
fov = 3.8
|
|
}
|
|
ITEM.outlineColor = Color(255, 204, 0) |