This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent 9f505a0646
commit c6d9b6f580
8044 changed files with 1853472 additions and 21 deletions

View File

@@ -0,0 +1,37 @@
--[[
| 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 = "Fabricated Sandwich"
ITEM.description = "Somehow the Fabricator has produced a Sandwich, while the bread is somewhat tasteful; it still tastes like paper."
ITEM.category = "Food"
ITEM.model = "models/willardnetworks/food/sandwich.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.color = Color(217, 243, 217)
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(24.9, 219.85, 0),
fov = 0.75
}
ITEM.hunger = 15
ITEM.spoil = false
ITEM.useSound = "npc/barnacle/barnacle_crunch2.wav"
ITEM.holdData = {
vectorOffset = {
right = -2,
up = 0,
forward = -0.5
},
angleOffset = {
right = 0,
up = 0,
forward = 90
},
}