rott/kf_sources/ScrnWeaponPack/Classes/SVDPickup.uc
2026-07-14 20:27:09 +07:00

28 lines
971 B
Ucode

class SVDPickup extends KFWeaponPickup;
#exec OBJ LOAD FILE=ScrnWeaponPack_T.utx
#exec OBJ LOAD FILE=ScrnWeaponPack_A.ukx
defaultproperties
{
cost=4500
AmmoCost=45
BuyClipSize=10
PowerValue=90
SpeedValue=40
RangeValue=100
Description="The Dragunov sniper rifle (formally Russian: Snayperskaya Vintovka Dragunova, SVD) is a semi-automatic sniper rifle/designated marksman rifle chambered in 7.62x54mmR and developed in the Soviet Union."
ItemName="SVD (Dragunov) SE"
ItemShortName="SVD SE"
AmmoItemName="7.64x54mm"
CorrespondingPerkIndex=2
EquipmentCategoryID=2
InventoryType=Class'ScrnWeaponPack.SVD'
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
}