mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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 = "Tikhar Ball Rifle"
|
||||
ITEM.description = "A makeshift weapon capable of firing ball-shaped pellets with quite the heavy impact thanks to not only the balls' weight but also the pressure force of the weapon."
|
||||
ITEM.model = "models/weapons/c_Tikhar.mdl"
|
||||
ITEM.class = "wn_arccw_tikhar"
|
||||
ITEM.weaponCategory = "primary"
|
||||
ITEM.balanceCat = "assaultrifle"
|
||||
ITEM.baseDamage = 25
|
||||
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(0.78, 457.01, 0),
|
||||
fov = 11.67
|
||||
}
|
||||
|
||||
ITEM.magazines = {["magazine_tikhar_15rnd"] = true}
|
||||
Reference in New Issue
Block a user