Files
wnsrc/lua/arccw/shared/attachments/uc_40mm_hv.lua
lifestorm df294d03aa Upload
2024-08-04 23:54:45 +03:00

36 lines
912 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 = "40mm High Velocity Grenades"
att.AbbrevName = "High Velocity"
att.Icon = Material("entities/att/arccw_uc_40mm_generic.png", "mips smooth")
att.Description = "Fin-stabilized, lightweight grenade with explosive payload.\nFlies fast and with low drag, but creates a smaller and less lethal explosion."
att.Desc_Pros = {
"uc.40mm.drag.low"
}
att.Desc_Cons = {
"uc.40mm.blast.low"
}
att.Desc_Neutrals = {
}
att.Slot = "uc_40mm"
att.Override_ShootEntity = "arccw_uc_40mm_hv"
att.AutoStats = true
att.Mult_Damage = 0.85
att.Mult_DamageMin = 0.85
att.Mult_MuzzleVelocity = 2
att.Mult_ShootPitch = 1.15
att.ActivateElements = {"40mm_hv"}