Files
wnsrc/gamemodes/darkrp/plugins/combinesuits/items/maskcp/sh_mask_ota.lua
lifestorm df294d03aa Upload
2024-08-04 23:54:45 +03:00

31 lines
907 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 = "OTA Mask"
ITEM.description = "Provides adequate protection against harmful fumes, gases, and some foul odours."
ITEM.category = "Combine"
ITEM.model = "models/wn7new/metropolice_c8/cp_gasmask4.mdl"
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(-6.26, 381.14, 189.04),
ang = Angle(26.03, 270.95, 0),
fov = 1.91
}
ITEM.outfitCategory = "Head"
ITEM.bodyGroups = {
["cp_Head"] = 1 -- The actual name of the bodypart, then number in that bodypart (model-wise)
}
ITEM.isGasmask = true
ITEM.isCombineMask = true
ITEM.isPPE = true
ITEM.colorAppendix = {["blue"] = "Dummy item to make gasmask and Combine mask stuff work."}