mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
31
lua/arccw/shared/attachments/ammo_eft_12_65express.lua
Normal file
31
lua/arccw/shared/attachments/ammo_eft_12_65express.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 = "12/70 6.5mm Express buckshot"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/ammo/12g_def.png", "mips smooth")
|
||||
att.Description = "12x70 shell loaded with 9 6.5mm buckshots for 12ga shotguns."
|
||||
att.Desc_Pros = {
|
||||
"315 DMG"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ammo_eft_12"
|
||||
|
||||
|
||||
att.Mult_Damage = 315/312
|
||||
att.Mult_MuzzleVelocity = 1.03
|
||||
att.Mult_Precision = 1.15
|
||||
|
||||
att.Mult_Range = 0.8
|
||||
|
||||
att.ActivateElements = {"1265e"}
|
||||
Reference in New Issue
Block a user