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

36 lines
939 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 Dummy Grenades"
att.AbbrevName = "Dummy"
att.Icon = Material("entities/att/arccw_uc_40mm_generic.png", "mips smooth")
att.Description = "Non-lethal grenades with an empty ceramic shell.\nUsed for target practice, the grenade has a noticable trail and paints its impact point with blue chalk."
att.Desc_Pros = {
"uc.infiniteammo"
}
att.Desc_Cons = {
"uc.40mm.nodmg",
}
att.Desc_Neutrals = {
}
att.Slot = "uc_40mm"
att.SortOrder = -9001
att.AutoStats = true
att.Override_ShootEntity = "arccw_uc_40mm_dummy"
att.ActivateElements = {"40mm_dummy"}
att.Mult_VisualRecoil = 0.5
att.Mult_Recoil = 0.5
att.Mult_ReloadTime = 0.8
att.Override_InfiniteAmmo = true