NicePack/sources/Weapons/Playable/Heavy/RPK47/NiceRPK47Pickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

6 lines
915 B
Ucode

class NiceRPK47Pickup extends NiceWeaponPickup;
defaultproperties
{
cost=250
Weight=8.000000
AmmoCost=45
BuyClipSize=30
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"
ItemShortName="RPK-47"
AmmoItemName="Rounds 7.62x39mm"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
CorrespondingPerkIndex=1
EquipmentCategoryID=2
InventoryType=Class'NicePack.NiceRPK47MachineGun'
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
}