mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
@@ -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 = "Lunettes des années 70"
|
||||
ITEM.description = "Une paire de lunettes vintage des années 70 avec une monture marron."
|
||||
ITEM.category = "Vêtements - Visage"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Lunettes d'aviateur"
|
||||
ITEM.description = "Une paire de lunettes d'aviateur élégantes, rappelant le passé."
|
||||
ITEM.category = "Vêtements - Visage"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Lunettes"
|
||||
ITEM.description = "Une paire de lunettes noires à monture carrée. Vous aide à mieux voir."
|
||||
ITEM.category = "Vêtements - Visage"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Masque à gaz"
|
||||
ITEM.description = "Fournit une protection adéquate contre les vapeurs nocives, les gaz et certaines odeurs nauséabondes."
|
||||
ITEM.category = "Vêtements - Visage"
|
||||
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
|
||||
@@ -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 = "Fournit une protection adéquate contre les vapeurs nocives, les gaz et certaines odeurs nauséabondes."
|
||||
ITEM.category = "Vêtements - Visage"
|
||||
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
|
||||
@@ -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 = "Gants"
|
||||
ITEM.description = "Une paire de gants noirs. Bon pour le travail, la météo et plus encore."
|
||||
ITEM.category = "Vêtements - Gants"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Gants chiurgicaux"
|
||||
ITEM.description = "Une paire de gants médicaux bleus. Utilisé dans les cliniques."
|
||||
ITEM.category = "Vêtements - Gants"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Mitaines"
|
||||
ITEM.description = "Une paire de mitaines qui vous garde du froid"
|
||||
ITEM.category = "Vêtements - Gants"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Bonnet bleu"
|
||||
ITEM.description = "Un bonnet en laine bleu, un peu négligé. Chaud et confortable pour mettre sur sa tête"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Bonnet marron"
|
||||
ITEM.description = "Un bonnet en laine marron, un peu négligé. Chaud et confortable pour mettre sur sa tête."
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Bonnet vert"
|
||||
ITEM.description = "Un bonnet en laine vert, un peu négligé. Chaud et confortable pour mettre sur sa tête"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Bonnet gris"
|
||||
ITEM.description = "Un bonnet en laine gris, un peu négligé. Chaud et confortable pour mettre sur sa tête"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Bonnet rouge"
|
||||
ITEM.description = "Un bonnet en laine rouge, un peu négligé. Chaud et confortable pour mettre sur sa tête"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Bonnie vert"
|
||||
ITEM.description = "Un chapeau à larges bords. Vous protège du soleil."
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Toque"
|
||||
ITEM.description = "Un grand chapeau blanc. Porté par ceux qui sont censés être bons en cuisine."
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Fedora noir"
|
||||
ITEM.description = "Un rare chapeau élégant qui rappelle le bon vieux temps"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Fedora marron"
|
||||
ITEM.description = "Un rare chapeau élégant qui rappelle le bon vieux temps"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Fedora blanc"
|
||||
ITEM.description = "Un rare chapeau élégant qui rappelle le bon vieux temps"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Casquette plate"
|
||||
ITEM.description = "Une casquette old-school élégante a mettre sur la tête"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Casque de construction bleu"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
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,
|
||||
}
|
||||
-- fatigue_system
|
||||
//ITEM.energyConsumptionRate = 0.001
|
||||
@@ -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 = "Casque de construction vert"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
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
|
||||
}
|
||||
-- fatigue_system
|
||||
//ITEM.energyConsumptionRate = 0.001
|
||||
@@ -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 = "Casque de construction gris"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
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,
|
||||
}
|
||||
-- fatigue_system
|
||||
//ITEM.energyConsumptionRate = 0.001
|
||||
@@ -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 = "Casque de construction orange"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
|
||||
ITEM.outfitCategory = "Head"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.proxy = {
|
||||
HeadGearColor = Vector(255 / 255, 144 / 255, 0 / 255)
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
headwear = 9,
|
||||
}
|
||||
@@ -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 = "Casque de construction rouge"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/workercap_item.mdl"
|
||||
ITEM.outfitCategory = "Head"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.proxy = {
|
||||
HeadGearColor = Vector(255 / 255, 0 / 255, 0 / 255)
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
headwear = 9,
|
||||
}
|
||||
@@ -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 = "Casque de construction blanc"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
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,
|
||||
}
|
||||
-- fatigue_system
|
||||
//ITEM.energyConsumptionRate = 0.001
|
||||
@@ -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 = "head_hardhat"
|
||||
ITEM.name = "Casque de construction"
|
||||
ITEM.description = "Brandis du logo de l'union dans le dos, ces casques de construction sont souvent portés par les travailleurs de l'UTC."
|
||||
ITEM.category = "Vêtements - Travailleurs"
|
||||
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
|
||||
}
|
||||
-- fatigue_system
|
||||
//ITEM.energyConsumptionRate = 0.001
|
||||
@@ -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 = "Casque militaire en acier"
|
||||
ITEM.description = "Un casque de militaire en métal. Il protège votre tête des chutes d'objets et des éclats d'obus."
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/head_helmet.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 = 4.47,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
headwear = 3
|
||||
}
|
||||
-- fatigue_system
|
||||
//ITEM.energyConsumptionRate = 0.002
|
||||
@@ -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 = "Casque de médecin"
|
||||
ITEM.description = "Un casque de médecin en métal. Il protège votre tête des chutes d'objets et des éclats d'obus."
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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
|
||||
}
|
||||
-- fatigue_system
|
||||
ITEM.energyConsumptionRate = 0.004
|
||||
@@ -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 = "Casquette militaire"
|
||||
ITEM.description = "Une casquette avec des insignes militaires usés."
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Casquette visière"
|
||||
ITEM.description = "Un chapeau avec une visière. Protège vos pauvres petit yeux"
|
||||
ITEM.category = "Vêtements - Tête"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Le pantalon autoritaire"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon du bureaucrate"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon bordeaux"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon rose"
|
||||
ITEM.description = "Un pantalon de costume de haute qualité portés par divers membres de l'UTC. Ce pantalon a été spécialement fait après être demander par un membre de la Haute Autorité Administrative"
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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(238 / 255, 130 / 255, 238 / 255) -- pink
|
||||
}
|
||||
ITEM.colorAppendix = {
|
||||
blue = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon Collector"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon de diplomate"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon de chasseur d'éléphants"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon allemand"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon Golden Goose"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon Heartwick"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon indigo de demain"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon Jade"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC"
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon Milan"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC"
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon Mulligan Express"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalons du superviseur"
|
||||
ITEM.description = "Un ensemble de pantalons bordeaux foncé, pour articuler élégamment le manteau du superviseur."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la HAA de posséder ce costume sans l'approbation de la HAA.",
|
||||
}
|
||||
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Le pantalon presse-papiers"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC"
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon de présentateur"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon réaliste"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon Savoie"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon Vanille"
|
||||
ITEM.description = "Une paire de pantalons de costume de haute qualité portés par divers membres de l'UTC."
|
||||
ITEM.category = "Vêtements - H.A.A"
|
||||
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 = "Il est illégal pour les non-membres de la Haute Autorité Administrative de posséder ce costume.",
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
legs = 7
|
||||
}
|
||||
@@ -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 = "Pantalon beige"
|
||||
ITEM.description = "Un pantalon beige. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon noir"
|
||||
ITEM.description = "Un pantalon noir. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon bleu"
|
||||
ITEM.description = "Un pantalon bleu. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon marron"
|
||||
ITEM.description = "Un pantalon marron. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon vert foncé"
|
||||
ITEM.description = "Un pantalon vert foncé. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon gris foncé"
|
||||
ITEM.description = "Un pantalon gris foncé. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon rouge foncé"
|
||||
ITEM.description = "Un pantalon rouge foncé. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon vert"
|
||||
ITEM.description = "Un pantalon vert. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon gris clair"
|
||||
ITEM.description = "Un pantalon gris clair. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon bleu clair"
|
||||
ITEM.description = "Un pantalon bleu clair. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon violet"
|
||||
ITEM.description = "Un pantalon violet. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon rouge"
|
||||
ITEM.description = "Un pantalon rouge. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon bleu sarcelle"
|
||||
ITEM.description = "Un pantalon bleu sarcelle. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon jaune"
|
||||
ITEM.description = "Un pantalon jaune. Un peu usé... Mais fait pour durer."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison noir"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison bleu"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison marron"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison vert"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison gris"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison orange"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon de combinaison rouge"
|
||||
ITEM.description = "Le pantalon de citoyen standardisé par le régime de l'Union, le pantalon assorti à son look froid."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Pantalon rembourré noir"
|
||||
ITEM.description = "Une paire de pantalons noirs rembourrés, souvent portés par des citoyens opposants au régime."
|
||||
ITEM.category = "Vêtements - Rebelle"
|
||||
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
|
||||
@@ -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 = "Pantalon rembourré bleu"
|
||||
ITEM.description = "Une paire de pantalons bleu rembourrés, souvent portés par des citoyens opposants au régime."
|
||||
ITEM.category = "Vêtements - Rebelle"
|
||||
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
|
||||
@@ -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 = "Pantalon rembourré vert"
|
||||
ITEM.description = "Une paire de pantalons vert rembourrés, souvent portés par des citoyens opposants au régime."
|
||||
ITEM.category = "Vêtements - Rebelle"
|
||||
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
|
||||
@@ -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 = "Pantalon noir usé"
|
||||
ITEM.description = "Un pantalon noir usé. Fait pour durer, mais pas confortable."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Pantalon bleu usé"
|
||||
ITEM.description = "Un pantalon bleu usé. Fait pour durer, mais pas confortable."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Pantalon vert usé"
|
||||
ITEM.description = "Un pantalon vert usé. Fait pour durer, mais pas confortable."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Pantalon gris usé"
|
||||
ITEM.description = "Un pantalon gris usé. Fait pour durer, mais pas confortable."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Pantalon rouge usé"
|
||||
ITEM.description = "Un pantalon rouge usé. Fait pour durer, mais pas confortable."
|
||||
ITEM.category = "Vêtements - Pantalons Citoyen"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Chaussures noires"
|
||||
ITEM.description = "Une paire de chaussures robustes pour les routes et chemins qui ne sont plus entretenus."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Chaussures marron"
|
||||
ITEM.description = "Une paire de chaussures robustes pour les routes et chemins qui ne sont plus entretenus."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Chaussures bleu foncé"
|
||||
ITEM.description = "Une paire de chaussures robustes pour les routes et chemins qui ne sont plus entretenus."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Chaussures habillées"
|
||||
ITEM.description = "Sur le marché actuel, seul peu de civils peuvent se permettre ces types de chaussures formelles."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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
|
||||
}
|
||||
@@ -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 = "Chaussures grises"
|
||||
ITEM.description = "Une paire de chaussures robustes pour les routes et chemins qui ne sont plus entretenus."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "Escarpins à talons hauts"
|
||||
ITEM.description = "Portées uniquement par les membres les plus éminents de l'élite de la société."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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 = "Fonctionne uniquement pour les personnages féminins.",
|
||||
}
|
||||
@@ -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 = "Bottes en cuir marron"
|
||||
ITEM.description = "Une paire de bottes en cuir sombre et durable, prêtes pour le long voyage à venir."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Bottes en cuir foncé"
|
||||
ITEM.description = "Une paire de bottes en cuir sombre et durable, prêtes pour le long voyage à venir."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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,
|
||||
}
|
||||
@@ -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 = "Chaussures rouge foncé"
|
||||
ITEM.description = "Une paire de chaussures robustes pour les routes et chemins qui ne sont plus entretenus."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
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)
|
||||
}
|
||||
@@ -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 = "shoes_rain_boots"
|
||||
ITEM.name = "Bottes en caoutchouc"
|
||||
ITEM.description = "Une paire de bottes en caoutchouc. Garde vos pieds au sec même dans les eaux plus hautes."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/shoes_booties.mdl"
|
||||
ITEM.outfitCategory = "Shoes"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(25,220,0),
|
||||
pos = Vector(135.78999328613,113.95999908447,82.73999786377),
|
||||
fov = 3.4,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
shoes = 2,
|
||||
}
|
||||
@@ -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 = "Chaussures marron usées"
|
||||
ITEM.description = "Une paire de chaussures marron, usées et fatiguées... Elles en ont trop vu."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/shoes_military.mdl"
|
||||
ITEM.outfitCategory = "Shoes"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = true
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(25,220,0),
|
||||
pos = Vector(142.4700012207,119.48999786377,86.910003662109),
|
||||
fov = 3.23,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
shoes = 1,
|
||||
}
|
||||
@@ -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 = "Chaussures sombres usées"
|
||||
ITEM.description = "Une paire de chaussures sombres, usées et fatiguées... Elles en ont trop vu."
|
||||
ITEM.category = "Vêtements - Chaussures"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/shoes_military.mdl"
|
||||
ITEM.outfitCategory = "Shoes"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = true
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(25,220,0),
|
||||
pos = Vector(142.4700012207,119.48999786377,86.910003662109),
|
||||
fov = 3.23,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
ShoesColor = Vector(156 / 255, 172 / 255, 177 / 255)
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
shoes = 1,
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée beige"
|
||||
ITEM.description = "Une simple chemise boutonnée beige."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(165 / 255, 161 / 255, 135 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée noire"
|
||||
ITEM.description = "Une simple chemise boutonnée noire."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(70 / 255, 68 / 255, 66 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée bleue"
|
||||
ITEM.description = "Une simple chemise boutonnée bleue."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(68 / 255, 75 / 255, 93 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée marron"
|
||||
ITEM.description = "Une simple chemise boutonnée marron."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(109 / 255, 93 / 255, 79 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée verte"
|
||||
ITEM.description = "Une simple chemise boutonnée verte."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(60 / 255, 72 / 255, 40 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée bleu ciel"
|
||||
ITEM.description = "Une simple chemise boutonnée bleue ciel."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(113 / 255, 120 / 255, 142 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée rouge"
|
||||
ITEM.description = "Une simple chemise boutonnée rouge."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(87 / 255, 70 / 255, 70 / 255)
|
||||
}
|
||||
@@ -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 = "Chemise boutonnée blanche"
|
||||
ITEM.description = "Une simple chemise boutonnée blanche."
|
||||
ITEM.category = "Vêtements - Citoyen"
|
||||
ITEM.model = "models/willardnetworks/clothingitems/torso_citizen2.mdl"
|
||||
ITEM.outfitCategory = "Torso"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.charCreation = false
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(92.879997253418,-180.78999328613,0),
|
||||
pos = Vector(-16.270000457764,0.12999999523163,199.36000061035),
|
||||
fov = 3.61,
|
||||
}
|
||||
ITEM.bodyGroups = {
|
||||
torso = 2,
|
||||
}
|
||||
ITEM.proxy = {
|
||||
TorsoColor = Vector(224 / 255, 219 / 255, 219 / 255)
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user