This commit is contained in:
lifestorm
2024-08-04 22:55:00 +03:00
parent 8064ba84d8
commit 73479cff9e
7338 changed files with 1718883 additions and 14 deletions

View File

@@ -0,0 +1,28 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "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,
}

View File

@@ -0,0 +1,28 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "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,
}

View File

@@ -0,0 +1,28 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "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,
}

View File

@@ -0,0 +1,30 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "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

View File

@@ -0,0 +1,26 @@
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "M40"
ITEM.description = "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