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/gauss_rifle_bullet_sabot.lua
Normal file
31
lua/arccw/shared/attachments/gauss_rifle_bullet_sabot.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 = "Sabot Slugs"
|
||||
att.Icon = Material("entities/acwatt_gauss_rifle_ammo.png")
|
||||
att.Description = "Shaped and reinforced slug designed to penetrate entire bunker walls. Has extremely high penetration and long range damage."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Slot = "gauss_rifle_bullet"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Mult_Range = 1.5
|
||||
att.Mult_DamageMin = 2
|
||||
att.Mult_Penetration = 10
|
||||
att.Mult_Recoil = 1.5
|
||||
att.Mult_AccuracyMOA = 2
|
||||
att.MagReducer = true
|
||||
att.ActivateElements = {"reducedmag"}
|
||||
|
||||
if engine.ActiveGamemode() == "terrortown" then
|
||||
att.Free = true
|
||||
end
|
||||
Reference in New Issue
Block a user