mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
33
lua/arccw/shared/attachments/ammo_eft_12_85magnum.lua
Normal file
33
lua/arccw/shared/attachments/ammo_eft_12_85magnum.lua
Normal file
@@ -0,0 +1,33 @@
|
||||
--[[
|
||||
| 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 8.5mm \"Magnum\" Buckshot"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/ammo/12g_def.png", "mips smooth")
|
||||
att.Description = "A 12/70 shell loaded with 16 8.5mm buckshot pellets for 12 gauge shotguns."
|
||||
att.Desc_Pros = {
|
||||
"400 DMG"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ammo_eft_12"
|
||||
|
||||
|
||||
att.Mult_Damage = 400/312
|
||||
att.Mult_MuzzleVelocity = 0.92
|
||||
att.Mult_Penetration = 0.6
|
||||
att.Mult_Precision = 0.85
|
||||
att.Mult_Recoil = 1.15
|
||||
|
||||
att.Mult_Range = 0.7
|
||||
|
||||
att.ActivateElements = {"1285m"}
|
||||
Reference in New Issue
Block a user