mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
26 lines
689 B
Lua
26 lines
689 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.base = "base_stackable"
|
|
ITEM.name = "Crystal Shard Base"
|
|
ITEM.description = "A piece of fabric material worn around the arm."
|
|
ITEM.model = "models/props_abandoned/crystals_fixed/crystal_scaled/crystal_small_pile_a1.mdl"
|
|
ITEM.category = "Crystal Shards"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.rotate = true
|
|
ITEM.outlineColor = Color(255, 204, 0, 100)
|
|
ITEM.iconCam = {
|
|
pos = Vector(0, 0, 200),
|
|
ang = Angle(90, 0, 0),
|
|
fov = 10.08
|
|
}
|