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,28 @@
--[[
| 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 = "70s Glasses"
ITEM.description = "A pair of vintage 70s glasses with a brown frame."
ITEM.category = "Clothing - Face"
ITEM.model = "models/willardnetworks/clothingitems/head_glasses_70s.mdl"
ITEM.outfitCategory = "Glasses"
ITEM.width = 1
ITEM.height = 1
ITEM.KeepOnDeath = true
ITEM.charCreation = false
ITEM.glasses = true
ITEM.iconCam = {
ang = Angle(25.479999542236,220.80999755859,0),
pos = Vector(73.910003662109,62.110000610352,46.159999847412),
fov = 2.71,
}
ITEM.bodyGroups = {
glasses = 3,
}

View File

@@ -0,0 +1,28 @@
--[[
| 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 = "Aviator Glasses"
ITEM.description = "A pair of stylish aviator glasses, reminiscent of the past."
ITEM.category = "Clothing - Face"
ITEM.model = "models/willardnetworks/clothingitems/head_aviators.mdl"
ITEM.outfitCategory = "Glasses"
ITEM.width = 1
ITEM.height = 1
ITEM.KeepOnDeath = true
ITEM.charCreation = false
ITEM.glasses = true
ITEM.iconCam = {
ang = Angle(25.190000534058,220.67999267578,0),
pos = Vector(73.480003356934,62.290000915527,46.240001678467),
fov = 3.04,
}
ITEM.bodyGroups = {
glasses = 2,
}

View File

@@ -0,0 +1,28 @@
--[[
| 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 = "Glasses"
ITEM.description = "A pair of black, square rimmed glasses. Helps you see better."
ITEM.category = "Clothing - Face"
ITEM.model = "models/willardnetworks/clothingitems/glasses.mdl"
ITEM.outfitCategory = "Glasses"
ITEM.width = 1
ITEM.height = 1
ITEM.KeepOnDeath = true
ITEM.charCreation = false
ITEM.glasses = true
ITEM.iconCam = {
ang = Angle(25.280000686646,400.48999023438,0),
pos = Vector(-75.430000305176,-64.839996337891,47.029998779297),
fov = 3.81,
}
ITEM.bodyGroups = {
glasses = 1,
}

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.name = "Gas Mask"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours."
ITEM.category = "Clothing - Face"
ITEM.model = "models/willardnetworks/clothingitems/head_gasmask.mdl"
ITEM.outfitCategory = "Face"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(24.60000038147,219.99000549316,0),
pos = Vector(161.4700012207,136.11000061035,101.09999847412),
fov = 3.1,
}
ITEM.bodyGroups = {
face = 2,
}
--ITEM.isMask = true keeping this here to remember the command (automatically works on gas masks)
ITEM.isGasmask = true
ITEM.isMask = true
-- fatigue_system
ITEM.energyConsumptionRate = 0.001

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "M40"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours."
ITEM.category = "Clothing - Face"
ITEM.model = "models/willardnetworks/clothingitems/m40_item.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.outfitCategory = "Face"
--ITEM.colorAppendix = {["blue"] = "Clothing can be acquired with the Bartering skill (requires the Clothing permit) or from a shop.\n Can also be broken down into its basic components with the Crafting skill."}
ITEM.bodyGroups = {
["face"] = 3 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
--ITEM.isMask = true keeping this here to remember the command (automatically works on gas masks)
ITEM.isGasmask = true
ITEM.isMask = true
-- fatigue_system
ITEM.energyConsumptionRate = 0.001

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Gloves"
ITEM.description = "A pair of black gloves. Good for work, weather, and more."
ITEM.category = "Clothing - Citizen"
ITEM.model = "models/willardnetworks/clothingitems/hands_glove.mdl"
ITEM.outfitCategory = "Hands"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.25,400.9700012207,0),
pos = Vector(-75.430000305176,-64.839996337891,47.029998779297),
fov = 2.53,
}
ITEM.bodyGroups = {
hands = 1,
}

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Medical Gloves"
ITEM.description = "A pair of blue medical gloves. Used in the clinics."
ITEM.category = "Clothing - Citizen"
ITEM.model = "models/willardnetworks/clothingitems/gloves_medical.mdl"
ITEM.outfitCategory = "Hands"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.25,400.9700012207,0),
pos = Vector(-75.430000305176,-64.839996337891,47.029998779297),
fov = 2.53,
}
ITEM.bodyGroups = {
hands = 3
}

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Tipless Gloves"
ITEM.description = "A pair of black gloves without the fingertips. Keeps your fingers free."
ITEM.category = "Clothing - Citizen"
ITEM.model = "models/willardnetworks/clothingitems/hands_glove_fingerless.mdl"
ITEM.outfitCategory = "Hands"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.25,401.01998901367,0),
pos = Vector(-75.430000305176,-64.839996337891,47.029998779297),
fov = 2.81,
}
ITEM.bodyGroups = {
hands = 2
}

View File

@@ -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.uniqueID = "head_blue_beanie"
ITEM.name = "Blue Beanie"
ITEM.description = "A blue, if not slightly neglected, woolen beanie. Warm and comfortable to sit on your head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.090000152588,220.25999450684,0),
pos = Vector(115.0299987793,95.660003662109,70.580001831055),
fov = 2.51,
}
ITEM.proxy = {
HeadGearColor = Vector(150 / 255, 199 / 255, 255 / 255),
}
ITEM.bodyGroups = {
headwear = 2,
}

View File

@@ -0,0 +1,28 @@
--[[
| 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 = "Brown Beanie"
ITEM.description = "A brown, if not slightly neglected, woolen beanie. Warm and comfortable to sit on your head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.090000152588,220.25999450684,0),
pos = Vector(115.0299987793,95.660003662109,70.580001831055),
fov = 2.51,
}
ITEM.proxy = {
HeadGearColor = Vector(252 / 255, 214 / 255, 195 / 255)
}
ITEM.bodyGroups = {
headwear = 2,
}

View File

@@ -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.uniqueID = "head_green_beanie"
ITEM.name = "Green Beanie"
ITEM.description = "A green, if not slightly neglected, woolen beanie. Warm and comfortable to sit on your head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.090000152588,220.25999450684,0),
pos = Vector(115.0299987793,95.660003662109,70.580001831055),
fov = 2.51,
}
ITEM.proxy = {
HeadGearColor = Vector(219 / 255, 229 / 255, 79 / 255),
}
ITEM.bodyGroups = {
headwear = 2,
}

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Grey Beanie"
ITEM.description = "A grey, if not slightly neglected, woolen beanie. Warm and comfortable to sit on your head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.090000152588,220.25999450684,0),
pos = Vector(115.0299987793,95.660003662109,70.580001831055),
fov = 2.51,
}
ITEM.bodyGroups = {
headwear = 2,
}

View File

@@ -0,0 +1,28 @@
--[[
| 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 = "Red Beanie"
ITEM.description = "A red, if not slightly neglected, woolen beanie. Warm and comfortable to sit on your head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_beanie_update.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.090000152588,220.25999450684,0),
pos = Vector(115.0299987793,95.660003662109,70.580001831055),
fov = 2.51,
}
ITEM.proxy = {
HeadGearColor = Vector(251 / 255, 106 / 255, 106 / 255),
}
ITEM.bodyGroups = {
headwear = 2,
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_boonie_hat"
ITEM.name = "Boonie Hat"
ITEM.description = "A wide rimmed hat. Keeps the sun off your head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_boonie.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.370000839233,399.98999023438,0),
pos = Vector(-138.86999511719,-116.79000091553,85.76000213623),
fov = 3.82,
}
ITEM.bodyGroups = {
headwear = 5,
}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "Red Beret"
ITEM.description = "A Red beret with military insignia."
ITEM.category = "Clothing - Conscripts"
ITEM.model = "models/willardnetworks/clothingitems_conscripts/head_beret.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(2.0199999809265,160.00999450684,0),
pos = Vector(187.77000427246,-68.73999786377,6.6199998855591),
fov = 2.54,
}
ITEM.bodyGroups = {
headwear = 1,
}
ITEM.colorAppendix = {["red"] = "This item only works for Conscript Models."}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "Balistic Helmet"
ITEM.description = "A Balistic Helmet worn by CCR"
ITEM.category = "Clothing - Conscripts"
ITEM.model = "models/willardnetworks/clothingitems_conscripts/head_helmet.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(2.0199999809265,160.00999450684,0),
pos = Vector(187.77000427246,-68.73999786377,6.6199998855591),
fov = 2.54,
}
ITEM.bodyGroups = {
headwear = 3,
}
ITEM.colorAppendix = {["red"] = "This item only works for Conscript Models."}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_chef_hat"
ITEM.name = "Chef Hat"
ITEM.description = "A tall, white hat. Worn by those who are supposed to be good at cooking."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_chefhat.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.280000686646,400.11999511719,0),
pos = Vector(-138.86999511719,-116.79000091553,85.76000213623),
fov = 4.26,
}
ITEM.bodyGroups = {
headwear = 1,
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_fedora"
ITEM.name = "Black Fedora"
ITEM.description = "A rare stylish hat reminiscent of bygone times."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/fedora_item.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220.0299987793,0),
pos = Vector(509.64001464844,427.60998535156,310.23999023438),
fov = 1.06,
}
ITEM.bodyGroups = {
headwear = 10,
}

View File

@@ -0,0 +1,28 @@
--[[
| 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 = "Brown Fedora"
ITEM.description = "A rare brown stylish hat reminiscent of bygone times."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_fedora_recolorable.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220.0299987793,0),
pos = Vector(509.64001464844,427.60998535156,310.23999023438),
fov = 1.06,
}
ITEM.proxy = {
HeadGearColor = Vector(81 / 255, 45 / 255, 7 / 255),
}
ITEM.bodyGroups = {
headwear = 11,
}

View File

@@ -0,0 +1,28 @@
--[[
| 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 = "White Fedora"
ITEM.description = "A rare white stylish hat reminiscent of bygone times."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_fedora_recolorable.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220.0299987793,0),
pos = Vector(509.64001464844,427.60998535156,310.23999023438),
fov = 1.06,
}
ITEM.proxy = {
HeadGearColor = Vector(197 / 255, 197 / 255, 197 / 255),
}
ITEM.bodyGroups = {
headwear = 11,
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_flat_cap"
ITEM.name = "Flat Cap"
ITEM.description = "A stylish old-school cap that is flat on the head."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_hat2.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(-9.0200004577637,498.14999389648,0),
pos = Vector(124.59999847412,-111.58999633789,-26.549999237061),
fov = 3.31,
}
ITEM.bodyGroups = {
headwear = 8,
}

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Blue Construction Hat"
ITEM.description = "Brandished with the Combine mark its back, these construction hats are often worn by the Civil Workers Union."
ITEM.category = "Clothing - Worker"
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.proxy = {
HeadGearColor = Vector(0 / 255, 74 / 255, 103 / 255)
}
ITEM.bodyGroups = {
headwear = 9,
}

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Green Construction Hat"
ITEM.description = "Brandished with the Combine mark its back, these construction hats are often worn by the Civil Workers Union."
ITEM.category = "Clothing - Worker"
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.proxy = {
HeadGearColor = Vector(86 / 255, 108 / 255, 66 / 255)
}
ITEM.bodyGroups = {
headwear = 9
}

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "Grey Construction Hat"
ITEM.description = "Brandished with the Combine mark its back, these construction hats are often worn by the Civil Workers Union."
ITEM.category = "Clothing - Worker"
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.proxy = {
HeadGearColor = Vector(67 / 255, 66 / 255, 66 / 255)
}
ITEM.bodyGroups = {
headwear = 9,
}

View File

@@ -0,0 +1,23 @@
--[[
| 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 = "White Construction Hat"
ITEM.description = "Brandished with the Combine mark its back, these construction hats are often worn by the Civil Workers Union."
ITEM.category = "Clothing - Worker"
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.proxy = {
HeadGearColor = Vector(184 / 255, 182 / 255, 177 / 255)
}
ITEM.bodyGroups = {
headwear = 9,
}

View File

@@ -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.uniqueID = "head_hardhat"
ITEM.name = "Construction Hat"
ITEM.description = "Brandished with the Combine mark its back, these construction hats are often worn by the Civil Workers Union."
ITEM.category = "Clothing - Worker"
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
ITEM.outfitCategory = "Head"
ITEM.height = 1
ITEM.width = 1
ITEM.iconCam = {
ang = Angle(24.909999847412,219.97999572754,0),
pos = Vector(509.64001464844,427.60998535156,310.23999023438),
fov = 0.85,
}
ITEM.proxy = {
HeadGearColor = Vector(200 / 255, 177 / 255, 85 / 255)
}
ITEM.bodyGroups = {
headwear = 9
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_helmet"
ITEM.name = "Combat Helmet"
ITEM.description = "A metal helmet. It keeps your head safe from falling objects and shrapnel."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_helmet.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25.159999847412,219.91999816895,0),
pos = Vector(123.20999908447,102.44000244141,77.790000915527),
fov = 3.35,
}
ITEM.bodyGroups = {
headwear = 3
}

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "Medic Helmet"
ITEM.description = "A metal medic helmet. It keeps your head safe from falling objects and shrapnel."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_helmet_med.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(123.20999908447,102.44000244141,77.790000915527),
fov = 3.15,
}
ITEM.bodyGroups = {
headwear = 4
}

View File

@@ -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.name = "Advanced PMG-5 (AUG) Gasmask (R)"
ITEM.description = "Just like the original mask, but it once had improved visuals, better connection to OCIN and enhanced tuning for Comms chatter. Now it has been stripped of it's advanced electronics and made compatible with resistance uniforms."
ITEM.category = "Clothing - Resistance"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask7.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.width = 1
ITEM.height = 1
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 3 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = false
ITEM.energyConsumptionRate = 0.001 -- fatigue_system

View File

@@ -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.name = "PMG-5 (AUG) Gasmask (R)"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours. Has been stripped of it's advanced electronics and made compatible with resistance uniforms."
ITEM.category = "Clothing - Resistance"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask1.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.width = 1
ITEM.height = 1
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 1 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = false
ITEM.energyConsumptionRate = 0.001 -- fatigue_system

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.name = "OTA Mask (R)"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours. Has been stripped of it's advanced electronics and made compatible with resistance uniforms."
ITEM.category = "Clothing - Resistance"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask4.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 2 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = false
ITEM.isPPE = true
ITEM.energyConsumptionRate = 0.001 -- fatigue_system

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_military_cap"
ITEM.name = "Military Cap"
ITEM.description = "A cap with worn out military insignia."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_confederatehat.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(2.0199999809265,160.00999450684,0),
pos = Vector(187.77000427246,-68.73999786377,6.6199998855591),
fov = 2.54,
}
ITEM.bodyGroups = {
headwear = 6,
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "head_visor_cap"
ITEM.name = "Visor Cap"
ITEM.description = "A hat with a visor. It keeps the sun out of your eyes."
ITEM.category = "Clothing - Head"
ITEM.model = "models/willardnetworks/clothingitems/head_hat.mdl"
ITEM.outfitCategory = "Head"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(16.159999847412,501.51998901367,0),
pos = Vector(127.33000183105,-101.41999816895,46.939998626709),
fov = 3.69,
}
ITEM.bodyGroups = {
headwear = 7,
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "The Authoritarian Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(30 / 255, 30 / 255, 30 / 255) -- black
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "The Bureaucrat Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(123 / 255, 123 / 255, 123 / 255) -- light grey
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Bureaucratic Devil Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(58 / 255, 56 / 255, 54 / 255)
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Burgundy Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(63 / 255, 44 / 255, 50 / 255) -- burgundy
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Collector Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(70 / 255, 75 / 255, 63 / 255) -- dark muted green
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "The Diplomat Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(20 / 255, 32 / 255, 43 / 255) -- darkish green
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Elephant Hunter Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(255 / 255, 255 / 255, 243 / 255) -- subtle ivory
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "The Emir's Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(142 / 255, 142 / 255, 142 / 255)
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Executive Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(39 / 255, 39 / 255, 39 / 255)
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "The Expeditionary Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(52 / 255, 56 / 255, 46 / 255)
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "The German Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(99 / 255, 69 / 255, 64 / 255), -- light brown
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "Golden Goose Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(255 / 255, 215 / 255, 32 / 255) --yellow
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "The Heartwick Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(31 / 255, 35 / 255, 51 / 255) -- midnight blue
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "The Indigo of Tomorrow Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(45 / 255, 25 / 255, 57 / 255) -- indigo purple
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Investigator's Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(42 / 255, 47 / 255, 52 / 255)
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "Jade Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(26 / 255, 91 / 255, 84 / 255), --teal jacket
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Milan Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(70 / 255, 63 / 255, 79 / 255) -- muted purple
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "The Mulligan Express Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(244 / 255, 241 / 255, 244 / 255) -- lavender
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

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.name = "Overseer Pants"
ITEM.description = "A set of dark maroon pants, to eloquently articulate the Overseer's Trench Coat."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5, 1.25, 0),
pos = Vector(0, 0, 200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(70 / 255, 0.26 / 255, 0.26 / 255) -- midnight blue
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "The Paperweight Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(56 / 255, 56 / 255, 56 / 255) -- dark grey
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Presenters Joy Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(202 / 255, 67 / 255, 67 / 255) -- subtle ivory
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Realist Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(76 / 255, 67 / 255, 64 / 255) -- brown
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "Savoy Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(11 / 255, 39 / 255, 67 / 255) -- savoy blue
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,33 @@
--[[
| 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 = "Urban Autocrat Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(72 / 255, 60 / 255, 49 / 255),
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -0,0 +1,32 @@
--[[
| 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 = "Vanilla Trousers"
ITEM.description = "A pair of high quality suit trousers worn by various members of Civil Administration."
ITEM.category = "Clothing - CCA"
ITEM.model = "models/willardnetworks/clothingitems/legs_ca_suit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90.5,1.25,0),
pos = Vector(0,0,200),
fov = 5.75,
}
ITEM.proxy = {
PantsColor = Vector(210 / 255, 180 / 255, 140 / 255), -- tan
}
ITEM.colorAppendix = {
blue = "It is illegal for non-CCA members to own this suit without CCA approval.",
}
ITEM.bodyGroups = {
legs = 7
}

View File

@@ -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 = "Beige Trousers"
ITEM.description = "A pair of beige trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(165 / 255, 161 / 255, 135 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Black Trousers"
ITEM.description = "A pair of black trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(30 / 255, 30 / 255, 30 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Bloke Trousers"
ITEM.description = "A pair of dark bloke trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(0 / 255, 0 / 255, 0 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

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 = "legs_blue_pants"
ITEM.name = "Blue Trousers"
ITEM.description = "A pair of dark blue trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(68 / 255, 75 / 255, 93 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Brown Trousers"
ITEM.description = "A pair of brown trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(109 / 255, 93 / 255, 79 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

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 = "legs_green_pants"
ITEM.name = "Dark Green Trousers"
ITEM.description = "A pair of dark green trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(60 / 255, 72 / 255, 40 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

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 = "legs_grey_pants"
ITEM.name = "Dark Grey Trousers"
ITEM.description = "A pair of dark grey trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(128 / 255, 128 / 255, 128 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Dark Red Trousers"
ITEM.description = "A pair of dark red trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(87 / 255, 70 / 255, 70 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Green Trousers"
ITEM.description = "A pair of green trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(115 / 255, 159 / 255, 118 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

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 = "legs_light_grey_pants"
ITEM.name = "Grey Trousers"
ITEM.description = "A pair of grey trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(224 / 255, 219 / 255, 219 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Light Blue Trousers"
ITEM.description = "A pair of light blue trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(113 / 255, 120 / 255, 142 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Purple Trousers"
ITEM.description = "A pair of purple trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(134 / 255, 123 / 255, 145 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Red Trousers"
ITEM.description = "A pair of red trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(145 / 255, 86 / 255, 86 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Teal Trousers"
ITEM.description = "A pair of teal trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(101 / 255, 152 / 255, 170 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Twin Brown Trousers"
ITEM.description = "A pair of greenish brown trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(90 / 255, 87 / 255, 32 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -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 = "Yellow Trousers"
ITEM.description = "A pair of yellow trousers. Somewhat worn and shabby by now.. But made to last."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(25,220.11999511719,0),
pos = Vector(176.33000183105,149.16999816895,108.08999633789),
fov = 3.52,
}
ITEM.proxy = {
PantsColor = Vector(163 / 255, 140 / 255, 51 / 255)
}
ITEM.bodyGroups = {
legs = 1
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.bodyGroups = {
legs = 5
}

View File

@@ -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 = "Black Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(82 / 255, 82 / 255, 82 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -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 = "Blue Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(113 / 255, 120 / 255, 142 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -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 = "Brown Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(119 / 255, 106 / 255, 84 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -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 = "Green Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(85 / 255, 100 / 255, 83 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -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 = "Grey Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(153 / 255, 153 / 255, 156 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -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 = "Orange Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = false
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(233 / 255, 135 / 255, 43 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -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 = "Red Jumpsuit Trousers"
ITEM.description = "The citizen jumpsuit is considered the standardised clothing of the regime, trousers matching its bleak look."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_jumpsuit_recolorable_pants.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(90.099998474121,0.21999999880791,0),
pos = Vector(0,0,200),
fov = 4.55,
}
ITEM.proxy = {
PantsColor = Vector(100 / 255, 83 / 255, 83 / 255)
}
ITEM.bodyGroups = {
legs = 6
}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "Black Padded Pants"
ITEM.description = "A pair of padded black pants, often worn by resistance figures."
ITEM.category = "Clothing - Rebel"
ITEM.model = "models/willardnetworks/clothingitems/legs_rebel3.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90,0,0),
pos = Vector(0,0,200),
fov = 4.32,
}
ITEM.bodyGroups = {
legs = 4
}
-- fatigue_system
//ITEM.energyConsumptionRate = 0.002

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "Blue Padded Pants"
ITEM.description = "A pair of padded blue pants, often worn by resistance figures."
ITEM.category = "Clothing - Rebel"
ITEM.model = "models/willardnetworks/clothingitems/legs_rebel2.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90,0,0),
pos = Vector(0,0,200),
fov = 4.32,
}
ITEM.bodyGroups = {
legs = 3
}
-- fatigue_system
//ITEM.energyConsumptionRate = 0.003

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "Green Padded Pants"
ITEM.description = "A pair of padded green pants, often worn by resistance figures."
ITEM.category = "Clothing - Rebel"
ITEM.model = "models/willardnetworks/clothingitems/legs_rebel1.mdl"
ITEM.outfitCategory = "Legs"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(90,0,0),
pos = Vector(0,0,200),
fov = 4.32,
}
ITEM.bodyGroups = {
legs = 2,
}
-- fatigue_system
//ITEM.energyConsumptionRate = 0.002

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Worn Black Trousers"
ITEM.description = "A pair of black worn trousers. Made to last, but they don't feel good."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
ITEM.outfitCategory = "Legs"
ITEM.charCreation = false
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(176.33999633789,149.16999816895,108.09999847412),
fov = 3.31,
}
ITEM.proxy = {
PantsColor = Vector(108 / 255, 108 / 255, 108 / 255)
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Worn Blue Trousers"
ITEM.description = "A pair of blue worn trousers. Made to last, but they don't feel good."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
ITEM.outfitCategory = "Legs"
ITEM.charCreation = false
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(176.33999633789,149.16999816895,108.09999847412),
fov = 3.31,
}
ITEM.proxy = {
PantsColor = Vector(68 / 255, 75 / 255, 93 / 255)
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Worn Green Trousers"
ITEM.description = "A pair of green worn trousers. Made to last, but they don't feel good."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
ITEM.outfitCategory = "Legs"
ITEM.charCreation = false
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(176.33999633789,149.16999816895,108.09999847412),
fov = 3.31,
}
ITEM.proxy = {
PantsColor = Vector(60 / 255, 72 / 255, 40 / 255)
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Worn Grey Trousers"
ITEM.description = "A pair of grey worn trousers. Made to last, but they don't feel good."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
ITEM.outfitCategory = "Legs"
ITEM.charCreation = false
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(176.33999633789,149.16999816895,108.09999847412),
fov = 3.31,
}
ITEM.proxy = {
PantsColor = Vector(197 / 255, 197 / 255, 197 / 255)
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Worn Red Trousers"
ITEM.description = "A pair of red worn trousers. Made to last, but they don't feel good."
ITEM.category = "Clothing - Citizen Trousers"
ITEM.model = "models/willardnetworks/clothingitems/legs_citizen0.mdl"
ITEM.outfitCategory = "Legs"
ITEM.charCreation = false
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(176.33999633789,149.16999816895,108.09999847412),
fov = 3.31,
}
ITEM.proxy = {
PantsColor = Vector(87 / 255, 70 / 255, 70 / 255)
}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "shoes_black_shoes"
ITEM.name = "Black Shoes"
ITEM.description = "A pair of sturdy shoes for roads and paths no longer kept maintained."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(144.07000732422,120.87999725342,87.480003356934),
fov = 3.41,
}
ITEM.proxy = {
ShoesColor = Vector(123 / 255, 123 / 255, 123 / 255)
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Bloke Shoes"
ITEM.description = "A pair of black trousers named after a certain individual."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(144.07000732422,120.87999725342,87.480003356934),
fov = 3.41,
}
ITEM.proxy = {
ShoesColor = Vector(0 / 255, 0 / 255, 0 / 255)
}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "shoes_brown_shoes" -- old ID remove with wipe
ITEM.name = "Brown Shoes"
ITEM.description = "A pair of sturdy shoes for roads and paths no longer kept maintained."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(144.07000732422,120.87999725342,87.480003356934),
fov = 3.41,
}
ITEM.proxy = {
ShoesColor = Vector(131 / 255, 120 / 255, 108 / 255)
}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "shoes_blue_shoes" -- old ID remove with wipe
ITEM.name = "Dark Blue Shoes"
ITEM.description = "A pair of sturdy shoes for roads and paths no longer kept maintained."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(144.07000732422,120.87999725342,87.480003356934),
fov = 3.41,
}
ITEM.proxy = {
ShoesColor = Vector(112 / 255, 124 / 255, 133 / 255)
}

View File

@@ -0,0 +1,27 @@
--[[
| 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 = "Dress Shoes"
ITEM.description = "In todays market, only a small subset of civilians can afford these formal kinds of shoes."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_formal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.adminCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(142.58999633789,119.62999725342,86.769996643066),
fov = 3.41,
}
ITEM.bodyGroups = {
shoes = 3
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Grey Shoes"
ITEM.description = "A pair of sturdy shoes for roads and paths no longer kept maintained."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(144.07000732422,120.87999725342,87.480003356934),
fov = 3.41,
}
ITEM.proxy = {
ShoesColor = Vector(186 / 255, 186 / 255, 186 / 255)
}

View File

@@ -0,0 +1,25 @@
--[[
| 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 = "High Heel Shoes"
ITEM.description = "Worn only by the highest of inner circle echelons in society."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_heels.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.adminCreation = true
ITEM.bodyGroups = {
shoes = 5
}
ITEM.colorAppendix = {
blue = "Only works for female models",
}

View File

@@ -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 = "Brown Leather Boots"
ITEM.description = "A pair of dark durable leather boots, ready for the long journey ahead."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_boots.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(142.67999267578,119.7200012207,86.790000915527),
fov = 3.62,
}
ITEM.proxy = {
ShoesColor = Vector(122 / 255, 108 / 255, 101 / 255)
}
ITEM.bodyGroups = {
shoes = 4,
}

View File

@@ -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 = "Dark Leather Boots"
ITEM.description = "A pair of dark durable leather boots, ready for the long journey ahead."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_boots.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(142.67999267578,119.7200012207,86.790000915527),
fov = 3.62,
}
ITEM.proxy = {
ShoesColor = Vector(169 / 255, 169 / 255, 169 / 255)
}
ITEM.bodyGroups = {
shoes = 4,
}

View File

@@ -0,0 +1,26 @@
--[[
| 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 = "Dark Red Shoes"
ITEM.description = "A pair of sturdy shoes for roads and paths no longer kept maintained."
ITEM.category = "Clothing - Shoes"
ITEM.model = "models/willardnetworks/clothingitems/shoes_universal.mdl"
ITEM.outfitCategory = "Shoes"
ITEM.width = 1
ITEM.height = 1
ITEM.charCreation = true
ITEM.iconCam = {
ang = Angle(25,220,0),
pos = Vector(144.07000732422,120.87999725342,87.480003356934),
fov = 3.41,
}
ITEM.proxy = {
ShoesColor = Vector(131 / 255, 118 / 255, 118 / 255)
}

Some files were not shown because too many files have changed in this diff Show More