mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
28 lines
644 B
Lua
28 lines
644 B
Lua
--[[
|
|
| 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 |