mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
31 lines
724 B
Lua
31 lines
724 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/
|
|
--]]
|
|
|
|
att.PrintName = "12/70 5.25mm Buckshot"
|
|
att.Icon = Material("vgui/entities/eft_attachments/ammo/12g_def.png", "mips smooth")
|
|
att.Description = "12/70 shell loaded with 15 5.25mm buckshot for 12ga shotguns."
|
|
att.Desc_Pros = {
|
|
"296 DMG"
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.AutoStats = true
|
|
att.Slot = "ammo_eft_12"
|
|
|
|
|
|
att.Mult_Damage = 296/312
|
|
att.Mult_MuzzleVelocity = 0.8
|
|
att.Mult_Penetration = 0.3
|
|
|
|
att.Mult_Range = 1.2
|
|
|
|
att.ActivateElements = {"12525"} |