Files
wnsrc/gamemodes/ixhl2rp/plugins/crystals/items/base/sh_shard.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

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
}