This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent 9f505a0646
commit c6d9b6f580
8044 changed files with 1853472 additions and 21 deletions

View 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