NicePack/sources/Weapons/Playable/SniperWeapons/SVD/NiceSVDPickup.uc

27 lines
886 B
Ucode

class NiceSVDPickup extends NiceWeaponPickup;
#exec OBJ LOAD FILE=ScrnWeaponPack_T.utx
#exec OBJ LOAD FILE=ScrnWeaponPack_A.ukx
defaultproperties
{
Weight=8.000000
cost=1250
AmmoCost=50
BuyClipSize=10
PowerValue=90
SpeedValue=40
RangeValue=100
Description="The Dragunov sniper rifle is a semi-automatic sniper rifle/designated marksman rifle. It's shots are extra powerful, but require more precision."
ItemName="SVD (Dragunov) "
ItemShortName="SVD"
AmmoItemName="7.64x54mm"
CorrespondingPerkIndex=2
EquipmentCategoryID=2
InventoryType=Class'NicePack.NiceSVD'
PickupMessage="You've got the Dragunov Sniper Rifle (SVD)"
PickupSound=Sound'ScrnWeaponPack_SND.SVD.SVD_pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.SVD_st'
CollisionRadius=30.000000
CollisionHeight=5.000000
}