mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
27
lua/arccw/shared/attachments/ammo_eft_9x19_ap.lua
Normal file
27
lua/arccw/shared/attachments/ammo_eft_9x19_ap.lua
Normal file
@@ -0,0 +1,27 @@
|
||||
--[[
|
||||
| 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 = "9x19 AP"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/9x19AP_Icon.png")
|
||||
att.Description = "Rounds designed to penetrate armour."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ammo_eft_9x19"
|
||||
|
||||
att.Mult_Penetration = 2
|
||||
att.Mult_Damage = 0.75
|
||||
att.Mult_DamageMin = 1.25
|
||||
att.Mult_Precision = 0.25
|
||||
att.Mult_Recoil = 1.1
|
||||
|
||||
att.ActivateElements = {"9x19_AP"}
|
||||
Reference in New Issue
Block a user