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

26 lines
936 B
Ucode

class RPK47Pickup extends KFWeaponPickup;
defaultproperties
{
Weight=8.000000
AmmoCost=15
BuyClipSize=40
PowerValue=49
SpeedValue=86
RangeValue=70
Description="The RPK (Russian: Ruchnoy Pulemyot Kalashnikova, Kalashnikov hand-held machine gun) is a 7.62x39mm light machine gun of Soviet design, developed by Mikhail Kalashnikov in the late 1950s, parallel with the AKM assault rifle."
ItemName="RPK-47 SE"
ItemShortName="RPK-47"
AmmoItemName="Rounds 7.62x39mm"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
CorrespondingPerkIndex=10
EquipmentCategoryID=2
InventoryType=Class'ScrnHMG.RPK47MachineGun'
PickupMessage="You picked up the RPK-47"
PickupSound=Sound'HMG_S.RPK.rpk47_pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'HMG_A.RPK47_st'
CollisionRadius=25.000000
CollisionHeight=5.000000
}