mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
31
lua/arccw/shared/attachments/barrel_eft_mp153_710.lua
Normal file
31
lua/arccw/shared/attachments/barrel_eft_mp153_710.lua
Normal file
@@ -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/
|
||||
--]]
|
||||
|
||||
att.PrintName = "710mm barrel"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/mp153_b710.png", "mips smooth")
|
||||
att.Description = "Standard serially produced barrel for MP-153 shotgun, 710 mm long for 12ga shells."
|
||||
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "eft_mp153_barrel"
|
||||
|
||||
att.SortOrder = 2
|
||||
|
||||
att.Mult_DrawTime = 1.09
|
||||
att.Mult_SightTime = 1.09
|
||||
att.Mult_SpeedMult = 0.955
|
||||
att.Mult_Recoil = 0.95
|
||||
att.Mult_MuzzleVelocity = 1.1521
|
||||
att.Mult_Range = 1.1521
|
||||
|
||||
att.ActivateElements = {"b710"}
|
||||
Reference in New Issue
Block a user