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,18 @@
--[[
| 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 = "tool_coffeemachine"
ITEM.name = "Coffee Machine"
ITEM.description = "When you need drippling perfection on your shoes, a coffee machine is all you need."
ITEM.maxDurability = 30
ITEM.category = "Tools"
ITEM.width = 2
ITEM.height = 2
ITEM.model = "models/willardnetworks/skills/coffee_machine.mdl"

View File

@@ -0,0 +1,17 @@
--[[
| 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 = "Cooking pot"
ITEM.description = "A black, iron cooking pot. Put it on a stove!"
ITEM.maxDurability = 24
ITEM.category = "Tools"
ITEM.width = 2
ITEM.height = 2
ITEM.model = "models/props_c17/metalPot001a.mdl"

View File

@@ -0,0 +1,30 @@
--[[
| 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 = "tool_fryingpan"
ITEM.name = "Frying pan"
ITEM.description = "A black, iron frying pan. Good for cooking food."
ITEM.maxDurability = 24
ITEM.category = "Tools"
ITEM.width = 2
ITEM.height = 1
ITEM.model = "models/props_c17/metalPot002a.mdl"
ITEM.holdData = {
vectorOffset = {
right = -1.5,
up = 0,
forward = 8
},
angleOffset = {
right = 90,
up = 0,
forward = 0
},
}

View File

@@ -0,0 +1,34 @@
--[[
| 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 = "tool_kettle"
ITEM.name = "Kettle"
ITEM.description = "A kettle that can drip perfect boiling water."
ITEM.category = "Tools"
ITEM.model = "models/props_interiors/pot01a.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(25.1, 219.96, 0),
fov = 1.2
}
ITEM.holdData = {
vectorOffset = {
right = 1.3,
up = -4,
forward = 0
},
angleOffset = {
right = 90,
up = 90,
forward = 0
},
}

View File

@@ -0,0 +1,35 @@
--[[
| 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 = "tool_knife"
ITEM.name = "Kitchen Knife"
ITEM.description = "A brittle, semi-blunt knife without a sharp point. Used to cut food on a cutting board or other surface. Not really suited for stabbing things."
ITEM.category = "Tools"
ITEM.model = "models/willardnetworks/skills/kitchenknife.mdl"
ITEM.maxDurability = 20
ITEM.width = 1
ITEM.height = 2
ITEM.iconCam = {
pos = Vector(0.77, -5.3, 199.95),
ang = Angle(91.56, 278.2, 0),
fov = 1.73
}
ITEM.holdData = {
vectorOffset = {
right = 1,
up = -0.5,
forward = 2.8
},
angleOffset = {
right = 0,
up = 0,
forward = 100
},
}

View File

@@ -0,0 +1,18 @@
--[[
| 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 = "tool_repair"
ITEM.name = "Repair Plating"
ITEM.description = "Handcrafted repair plating, used to repair damaged armor on various clothing."
ITEM.category = "Tools"
ITEM.width = 1
ITEM.height = 1
ITEM.model = "models/gibs/manhack_gib01.mdl"
ITEM.maxDurability = 8

View File

@@ -0,0 +1,35 @@
--[[
| 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 = "tool_scissors"
ITEM.name = "Scissors"
ITEM.description = "Snip, snip, snip! They have dull points."
ITEM.category = "Tools"
ITEM.model = "models/willardnetworks/skills/scissors.mdl"
ITEM.maxDurability = 20
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(509.64, 427.61, 310.24),
ang = Angle(25.02, 220.06, 0),
fov = 0.6
}
ITEM.holdData = {
vectorOffset = {
right = 0,
up = 0,
forward = 2.8
},
angleOffset = {
right = 0,
up = 80,
forward = -90
},
}

View File

@@ -0,0 +1,35 @@
--[[
| 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 = "tool_spoon"
ITEM.name = "Kitchen Spoon"
ITEM.description = "Useful for making stews."
ITEM.category = "Tools"
ITEM.model = "models/willardnetworks/skills/kitchenspoon.mdl"
ITEM.maxDurability = 20
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(577, 369.72, 263.38),
ang = Angle(20.91, 212.65, 0),
fov = 0.48
}
ITEM.holdData = {
vectorOffset = {
right = 20,
up = 0.5,
forward = 2.5
},
angleOffset = {
right = 0,
up = -80,
forward = -80
},
}

View File

@@ -0,0 +1,56 @@
--[[
| 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 = "tool_toolkit"
ITEM.name = "Toolkit"
ITEM.description = "A small metal crate containing various construction tools for assembling items."
ITEM.category = "Tools"
ITEM.model = "models/willardnetworks/skills/toolkit.mdl"
ITEM.maxDurability = 24
ITEM.width = 2
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-200, 0, 0),
ang = Angle(-1.45, -0.07, 0),
fov = 7.71
}
ITEM.holdData = {
vectorOffset = {
right = 1,
up = -10,
forward = 2
},
angleOffset = {
right = 90,
up = -15,
forward = 90
},
}
ITEM.functions.RepairObject = {
name = "Repair Object",
icon = "icon16/wrench.png",
OnRun = function(itemTable)
local client = itemTable.player
local ent = client:GetEyeTraceNoCursor().Entity
ix.malfunctions:Fix(ent, client)
return false
end,
OnCanRun = function(itemTable)
local client = itemTable.player
local ent = client:GetEyeTraceNoCursor().Entity
return ent:IsValid() and ent.canMalfunction and ent:GetNetVar("isBroken", false)
end
}

View File

@@ -0,0 +1,34 @@
--[[
| 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 = "tool_wrench"
ITEM.name = "Wrench"
ITEM.description = "An old wrench. Could use this for crating."
ITEM.category = "Tools"
ITEM.model = "models/props_c17/tools_wrench01a.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(105.74, 255.37, 111.19),
ang = Angle(22, 247.28, 0),
fov = 2.83
}
ITEM.holdData = {
vectorOffset = {
right = 1.4,
up = -1,
forward = 1.5
},
angleOffset = {
right = 0,
up = 180,
forward = -80
},
}