mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
36
lua/arccw/shared/attachments/uc_ammo_jsp.lua
Normal file
36
lua/arccw/shared/attachments/uc_ammo_jsp.lua
Normal file
@@ -0,0 +1,36 @@
|
||||
--[[
|
||||
| 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 = "\"JSP\" Jacketed Soft-point Rounds"
|
||||
att.AbbrevName = "\"JSP\" Jacketed Soft-point"
|
||||
|
||||
att.SortOrder = 3
|
||||
att.Icon = Material("entities/att/arccw_uc_ammo_generic.png", "mips smooth")
|
||||
att.Description = "Bullets with an exposed lead tip that expands on impact.\nIncreases wounding potential while maintaining an aerodynamic profile."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "uc_ammo"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_Penetration = 0.6
|
||||
--att.Mult_Damage = 1.1
|
||||
att.Mult_Range = 0.8
|
||||
att.Mult_RangeMin = 1.8
|
||||
|
||||
att.Hook_Compatible = function(wep)
|
||||
if wep:GetIsShotgun() then
|
||||
return false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user