mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
30 lines
804 B
Lua
30 lines
804 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/
|
|
--]]
|
|
|
|
|
|
ITEM.name = "Helsing Bolt Rifle"
|
|
ITEM.description = "A silent, revolving air gun that shoots metal bolts."
|
|
ITEM.model = "models/weapons/c_Helsing.mdl"
|
|
ITEM.class = "wn_arccw_helsing"
|
|
ITEM.weaponCategory = "primary"
|
|
ITEM.balanceCat = "assaultrifle"
|
|
ITEM.baseDamage = 29
|
|
ITEM.armorPen = 0.4
|
|
ITEM.colorAppendix = {["red"] = "Junk weapons are considerably worse than Modern weaponry"}
|
|
ITEM.width = 4
|
|
ITEM.height = 2
|
|
ITEM.iconCam = {
|
|
pos = Vector(0, -200, 0),
|
|
ang = Angle(1.33, 456.54, 0),
|
|
fov = 10.05
|
|
}
|
|
|
|
ITEM.magazines = {["magazine_helsing"] = true}
|