This commit is contained in:
lifestorm
2024-08-04 23:54:45 +03:00
parent 8064ba84d8
commit 6a58f406b1
7522 changed files with 4011896 additions and 15 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 = "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