mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
36 lines
902 B
Lua
36 lines
902 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 = "\"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 |