Files
wnsrc/lua/arccw/shared/attachments/ammo_eft_12_grizzly40.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

38 lines
950 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 Grizzly 40 Slug"
att.Icon = Material("vgui/entities/eft_attachments/ammo/12g_slug.png", "mips smooth")
att.Description = "12/70 Grizzly 40 Slug shell for 12ga shotguns"
att.Desc_Pros = {
"190 DMG"
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
"Slug ammo"
}
att.AutoStats = true
att.Slot = "ammo_eft_12"
att.Override_Num = 1
att.Mult_Damage = 190 /312
att.Mult_MuzzleVelocity = 0.94
att.Mult_Penetration = 4
att.Mult_Recoil = 1.2
att.Mult_AccuracyMOA = 2-1.8
att.Mult_HipDispersion = 10
att.Mult_DamageMin = 1.1
att.Mult_Range = 1.5
att.ActivateElements = {"12g40"}
att.Override_ShellModel = "models/weapons/arccw/eft_shells/patron_12x70_slug_grizzly_40_shell.mdl"