mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
31
lua/arccw/shared/attachments/uc_40mm_incendiary.lua
Normal file
31
lua/arccw/shared/attachments/uc_40mm_incendiary.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
| 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 Incendiary Grenades" -- trol
|
||||
att.AbbrevName = "Incendiary"
|
||||
att.Icon = Material("entities/att/arccw_uc_40mm_generic.png", "mips smooth")
|
||||
att.Description = "Hand-made grenades loaded with a fuel mixture that disperses on impact, burning an area over time."
|
||||
att.Desc_Pros = {
|
||||
"uc.40mm.incendiary"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
"uc.40mm.mindmg"
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "uc_40mm"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Override_ShootEntity = "arccw_uc_40mm_incendiary"
|
||||
|
||||
--att.Mult_Recoil = 1
|
||||
|
||||
att.ActivateElements = {"40mm_incendiary"}
|
||||
Reference in New Issue
Block a user