mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
26
lua/arccw/shared/attachments/ar2_overchargedpulse.lua
Normal file
26
lua/arccw/shared/attachments/ar2_overchargedpulse.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| 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 = "Overcharged Pulse"
|
||||
att.Icon = Material("entities/round.png")
|
||||
att.Description = "Power."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ar2_ammo"
|
||||
|
||||
att.Mult_Damage = 3
|
||||
att.Mult_DamageMin = 2
|
||||
|
||||
att.Mult_Recoil = 4
|
||||
|
||||
att.Mult_ShootPitch = 0.7
|
||||
Reference in New Issue
Block a user