mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
36
lua/arccw/shared/attachments/uc_ammo_blank.lua
Normal file
36
lua/arccw/shared/attachments/uc_ammo_blank.lua
Normal 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 = "\"BLNK\" Blank Cartridges"
|
||||
att.AbbrevName = "\"BLNK\" Blanks"
|
||||
att.SortOrder = -2
|
||||
att.Icon = Material("entities/att/arccw_uc_ammo_blank.png", "mips smooth")
|
||||
att.Description = [[Cartridges sealed without a solid projectile. Performance is otherwise identical. Used when the muzzle report of a gunshot is necessary without the bullet, such as in filming, ceremonies, sports, and combat training.
|
||||
|
||||
In real life, blanks are not harmless. The muzzle shockwave or discharged wadding can and have killed people who do not exercise standard firearm precautions.]]
|
||||
att.Desc_Pros = {
|
||||
"uc.infiniteammo"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
"uc.noprojectile"
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = {"uc_ammo","ud_ammo_shotgun"}
|
||||
|
||||
att.SortOrder = -9001
|
||||
att.AutoStats = true
|
||||
att.NotForNPCs = true
|
||||
|
||||
att.Override_Num = 0
|
||||
att.Override_Num_Priority = 9001
|
||||
att.Override_InfiniteAmmo = true
|
||||
|
||||
att.Override_UC_ShellColor = Color(0.3 * 255, 0.3 * 255, 0.3 * 255)
|
||||
Reference in New Issue
Block a user