mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
28
lua/arccw/shared/attachments/ar2_lasserbeam.lua
Normal file
28
lua/arccw/shared/attachments/ar2_lasserbeam.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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 = "Lasser Pulse"
|
||||
att.Icon = Material("entities/round.png")
|
||||
att.Description = "Changes the pulse round to a lasser beam that can pierce through walls."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = "ar2_ammo"
|
||||
|
||||
att.Mult_Damage = 1.5
|
||||
att.Mult_DamageMin = 4
|
||||
|
||||
att.Mult_Recoil = 4
|
||||
att.Mult_ShootPitch = 0.5
|
||||
|
||||
att.Mult_Penetration = 1000
|
||||
att.MagReducer = true
|
||||
Reference in New Issue
Block a user