mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/attachments/tac_eft_mp155_ultima_camera.lua
Normal file
29
lua/arccw/shared/attachments/tac_eft_mp155_ultima_camera.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
att.PrintName = "MP-155 Ultima thermal camera"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/mp155_ultima_cam.png", "mips smooth")
|
||||
att.Description = "A special thermal imaging camera for the \"Ultima\" modification for the MP-155 shotgun. The image from the camera is displayed on the front display on the back of the weapon. Manufactured by Kalashnikov Group."
|
||||
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "eft_mp155_tac"
|
||||
|
||||
att.SortOrder = 999
|
||||
|
||||
att.Mult_DrawTime = 1.03
|
||||
att.Mult_SightTime = 1.03
|
||||
att.Mult_SpeedMult = 1.01
|
||||
|
||||
att.ActivateElements = {"ultimacamera"}
|
||||
att.RequireFlags = {"ultimacam"}
|
||||
Reference in New Issue
Block a user