mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
27
lua/arccw/shared/attachments/ammo_eft_9x19_rip.lua
Normal file
27
lua/arccw/shared/attachments/ammo_eft_9x19_rip.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 RIP"
|
||||
att.Icon = Material("vgui/entities/eft_attachments/9x19RIP_Icon.png")
|
||||
att.Description = "Rounds designed to cause as much damage to flesh as possible."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ammo_eft_9x19"
|
||||
|
||||
|
||||
att.Mult_Penetration = 0.5
|
||||
|
||||
att.Mult_Damage = 1.25
|
||||
att.Mult_DamageMin = 0.75
|
||||
att.Mult_Precision = 0.35
|
||||
att.Mult_Recoil = 1.1
|
||||
Reference in New Issue
Block a user