mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
32 lines
967 B
Lua
32 lines
967 B
Lua
--[[
|
|
| This file was obtained through the combined 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 PMG-5 (AUG)"
|
|
ITEM.description = "Offre une protection adéquate contre les vapeurs nocives, les gaz et certains mauvaises odeurs avec une oreillettes intégré pour la communication."
|
|
ITEM.category = "Combine"
|
|
ITEM.model = "models/wn7new/metropolice/n7_cp_gasmask1.mdl"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.iconCam = {
|
|
pos = Vector(-6.26, 381.14, 189.04),
|
|
ang = Angle(26.03, 270.95, 0),
|
|
fov = 1.91
|
|
}
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.outfitCategory = "Head"
|
|
ITEM.bodyGroups = {
|
|
["cp_Head"] = 1 -- The actual name of the bodypart, then number in that bodypart (model-wise)
|
|
}
|
|
|
|
ITEM.isGasmask = true
|
|
ITEM.isCombineMask = true
|
|
ITEM.energyConsumptionRate = 0.001 -- fatigue_system
|