mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
Added nade base to base nades off of
This commit is contained in:
parent
68d25c5c32
commit
a41e064430
23
lua/weapons/arc9_base_nade.lua
Normal file
23
lua/weapons/arc9_base_nade.lua
Normal file
@ -0,0 +1,23 @@
|
||||
SWEP.Base = "arc9_base"
|
||||
SWEP.PrintName = "ARC9 Base Grenade"
|
||||
SWEP.Spawnable = false
|
||||
|
||||
SWEP.BottomlessClip = true
|
||||
|
||||
SWEP.ShootEnt = "arc9_proj_base"
|
||||
|
||||
SWEP.Throwable = true -- Set to true to give this weapon throwing capabilities.
|
||||
SWEP.Tossable = true -- When grenade is enabled, right click will toss. Set to false to disable, allowing you to aim down sights.
|
||||
SWEP.ThrowAnimSpeed = 1
|
||||
|
||||
SWEP.FuseTimer = -1 -- Length of time that the grenade will take to explode in your hands. -1 = Won't explode.
|
||||
|
||||
SWEP.ThrowForceMin = 500 -- Minimum force that the grenade will be thrown with.
|
||||
SWEP.ThrowForceMax = 1000 -- Maximum force that the grenade will be thrown with.
|
||||
SWEP.TossForce = 250 -- Force that the grenade will be thrown with when right clicked.
|
||||
|
||||
SWEP.ThrowChargeTime = 1 -- How long it takes to charge the grenade to its maximum throw force.
|
||||
|
||||
SWEP.ThrowTumble = true -- Grenade tumbles when thrown.
|
||||
|
||||
SWEP.Disposable = true
|
Loading…
Reference in New Issue
Block a user