mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
@@ -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 = "junk_ar2"
|
||||
ITEM.name = "Broken AR-2"
|
||||
ITEM.description = "A broken piece of equipment. It has had its biolock removed but can no longer function, its systems are completely locked out."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/weapons/w_IRifle.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its components with the Crafting skill."}
|
||||
@@ -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 = "junk_battery"
|
||||
ITEM.name = "Car Battery"
|
||||
ITEM.description = "An old Car battery from the old world."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/Items/car_battery01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_bucket"
|
||||
ITEM.name = "Bucket"
|
||||
ITEM.description = "A metal bucket used for carrying small items within."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/MetalBucket01a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_cardboard"
|
||||
ITEM.name = "Cardboard Box"
|
||||
ITEM.description = "A cardboard box for carrying consumer products. It's empty."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/cardboard_box003a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_carton"
|
||||
ITEM.name = "Empty milk carton"
|
||||
ITEM.description = "A small plastic carton. It probably carried something of liquid form."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/garbage_milkcarton002a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_coffeecup"
|
||||
ITEM.name = "Empty Coffee Cup"
|
||||
ITEM.description = "A empty plastic coffee cup."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/willardnetworks/food/coffee.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_computer_tower"
|
||||
ITEM.name = "Broken Computer Tower"
|
||||
ITEM.description = "Should be possible to get working again or be dismantled for resources."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_lab/harddrive01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_computerparts"
|
||||
ITEM.name = "Computer Parts"
|
||||
ITEM.description = "Old pre-war parts for early early 2000s era computers. Rather unimpressive."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_lab/harddrive01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_clock"
|
||||
ITEM.name = "Old Desk Clock"
|
||||
ITEM.description = "...Time, is it really that time again?"
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_combine/breenclock.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_doll"
|
||||
ITEM.name = "Old Doll"
|
||||
ITEM.description = "An old, ruined doll from a bygone generation long forgotten."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_c17/doll01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = -0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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 = "Empty Bottle"
|
||||
ITEM.description = "An empty bottle."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/willardnetworks/food/alcohol_bottle.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -1.5,
|
||||
forward = -4
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 30,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
| 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 = "junk_empty_can"
|
||||
ITEM.name = "Empty Metal Can"
|
||||
ITEM.description = "An empty can, could be useful to crafters."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/PopCan01a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.useAllHoldTypes = true
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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 = "Empty Juice Carton"
|
||||
ITEM.description = "An empty plastic juice carton."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/garbage_plasticbottle003a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -1.5,
|
||||
up = -1,
|
||||
forward = -3
|
||||
},
|
||||
angleOffset = {
|
||||
right = 10,
|
||||
up = 0,
|
||||
forward = 10
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_emptyvial"
|
||||
ITEM.name = "Empty Health Vial"
|
||||
ITEM.description = "A used health vial disposed of by the Combine or some other lucky member of society."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/willardnetworks/syringeemptyy.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_frame"
|
||||
ITEM.name = "Wooden frame"
|
||||
ITEM.description = "Wooden frames. Probably used for fitting a window. It's useless."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_c17/frame002a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -2.2,
|
||||
up = 0,
|
||||
forward = 5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 90,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_fridgedoor"
|
||||
ITEM.name = "Refrigerator door"
|
||||
ITEM.description = "A broken door that was once attached to a fridge. It's heavy and cold."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/props_interiors/refrigeratordoor02a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -1.5,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 90,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_gascan"
|
||||
ITEM.name = "Empty Gascan"
|
||||
ITEM.description = "An empty gas canister used for carrying fuel or something similar. It's empty."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(200, 0, 0),
|
||||
ang = Angle(0, 180, 0),
|
||||
fov = 6.48
|
||||
}
|
||||
ITEM.model = "models/props_junk/metalgascan.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 3,
|
||||
up = -13,
|
||||
forward = 5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 90,
|
||||
forward = -0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_gear"
|
||||
ITEM.name = "Metal Gear"
|
||||
ITEM.description = "Piece of metallic equipment once suitable for something worthwhile. It's worthless, now."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_wasteland/gear02.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_jar"
|
||||
ITEM.name = "Empty Jar"
|
||||
ITEM.description = "An empty jar, there's remains of processed paste within."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_lab/jar01b.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -1.5,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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 = "Empty Plastic Jug"
|
||||
ITEM.description = "Empty plastic jug, needs a good cleaning."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/garbage_milkcarton001a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1.5,
|
||||
up = -4.5,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 20,
|
||||
up = 90,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_keyboard"
|
||||
ITEM.name = "Trash Keyboard"
|
||||
ITEM.description = "A broken keyboard with next to no value."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_c17/computer01_keyboard.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -1,
|
||||
up = 0,
|
||||
forward = 1
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 110
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_lamp"
|
||||
ITEM.name = "Broken Lamp"
|
||||
ITEM.description = "Broke and useless, this lamp doesn't serve much of a purpose anymore."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_lab/desklamp01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 1,
|
||||
up = -3,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_mug"
|
||||
ITEM.name = "Empty mug"
|
||||
ITEM.description = "A plastic mug with nothing in it."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/garbage_coffeemug001a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_paintcan"
|
||||
ITEM.name = "Empty paintcan"
|
||||
ITEM.description = "An empty can of paint. It's useless to you."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/metal_paintcan001b.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_pc_monitor"
|
||||
ITEM.name = "PC Monitor"
|
||||
ITEM.description = "There were many plans for this device, alas it never came to be."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/props_lab/monitor01a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_pipe"
|
||||
ITEM.name = "Flimsy Metal Pipe"
|
||||
ITEM.description = "A flimsy metal pipe. It's not very useful as a weapon."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 2
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(-330.46, -276.42, 197.81),
|
||||
ang = Angle(25, 400, 0),
|
||||
fov = 2.37
|
||||
}
|
||||
ITEM.model = "models/props_canal/mattpipe.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0.5,
|
||||
up = -1.5,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 180,
|
||||
up = 0,
|
||||
forward = -0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_plantpot"
|
||||
ITEM.name = "Plant Pot"
|
||||
ITEM.description = "A pot used for planting and gardening. It has no use."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/terracotta01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_plastic_bucket"
|
||||
ITEM.name = "Plastic Bucket"
|
||||
ITEM.description = "A grimey plastic bucket, probably used to store chemicals."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/props_junk/plasticbucket001a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_plasticcrate"
|
||||
ITEM.name = "Plastic Crate"
|
||||
ITEM.description = "A plastic container. It's not much worth to you."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/PlasticCrate01a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 8,
|
||||
up = 0,
|
||||
forward = 5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 90,
|
||||
forward = -0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_psmg"
|
||||
ITEM.name = "Broken Pulse SMG"
|
||||
ITEM.description = "A broken piece of equipment. It has had its biolock removed but can no longer function, its systems are completely locked out."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/weapons/w_IRifle.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its components with the Crafting skill."}
|
||||
@@ -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 = "junk_receiver"
|
||||
ITEM.name = "Broken Receiver"
|
||||
ITEM.description = "A broken piece of electronic equipment. It doesn't work anymore."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_lab/reciever01c.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_sg1"
|
||||
ITEM.name = "Broken SG-1"
|
||||
ITEM.description = "A broken piece of equipment. It has had its biolock removed but can no longer function, its systems are completely locked out."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 5
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/weapons/w_IRifle.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its components with the Crafting skill."}
|
||||
@@ -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 = "junk_shoe"
|
||||
ITEM.name = "Brown Shoe"
|
||||
ITEM.description = "A brown shoe, probably belonged to someone before."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/Shoe001a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_sm_cardboard"
|
||||
ITEM.name = "Small Cardboard Box"
|
||||
ITEM.description = "A small cardboard box for carrying consumer products. It's empty."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/cardboard_box004a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_sr1"
|
||||
ITEM.name = "Broken SR-1"
|
||||
ITEM.description = "A broken piece of equipment. It has had its biolock removed but can no longer function, its systems are completely locked out."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 4
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/weapons/oar/w_orifle.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its components with the Crafting skill."}
|
||||
@@ -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 = "junk_takeaway"
|
||||
ITEM.name = "Empty Takeaway"
|
||||
ITEM.description = "Found in a pile of trash, probably contained noodles at some point."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/garbage_takeoutcarton001a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 3.5,
|
||||
up = -2,
|
||||
forward = 1.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = 90,
|
||||
up = 0,
|
||||
forward = -90
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_tattered_drawer"
|
||||
ITEM.name = "Tattered Drawer"
|
||||
ITEM.description = "Belonged to someone's home not too long ago."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_c17/FurnitureDrawer001a_Chunk01.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_tincan"
|
||||
ITEM.name = "Tin Can"
|
||||
ITEM.description = "A small tin can that ultimately held food. It's useless to you."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_junk/garbage_metalcan002a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_tire"
|
||||
ITEM.name = "Old Tire"
|
||||
ITEM.description = "Reminds you of old times, back when cars used to be a thing."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
ITEM.model = "models/props_vehicles/carparts_tire01a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_toy"
|
||||
ITEM.name = "Playground Toy"
|
||||
ITEM.description = "Don't see these too often these days. It's made out of wood."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_c17/playgroundTick-tack-toe_block01a.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
@@ -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 = "junk_turtle"
|
||||
ITEM.name = "Turtle Plushie"
|
||||
ITEM.description = "A soft Turtle Plushie, it serves no purpose yet it’s presence is known. A small label is attached with the name 'Mullin'.... How odd."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/willardnetworks/skills/turtle.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = -2.5,
|
||||
up = -5,
|
||||
forward = -0.5
|
||||
},
|
||||
angleOffset = {
|
||||
right = -20,
|
||||
up = -5,
|
||||
forward = 120
|
||||
},
|
||||
}
|
||||
@@ -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 = "junk_tv"
|
||||
ITEM.name = "Broken Tv Monitor"
|
||||
ITEM.description = "A broken monitor from an old television. It's worthless, but memories aren't."
|
||||
ITEM.category = "Junk"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.model = "models/props_lab/monitor01b.mdl"
|
||||
ITEM.colorAppendix = {["blue"] = "This item can be broken down into its basic components with the Crafting skill."}
|
||||
Reference in New Issue
Block a user