27 lines
854 B
Ucode
27 lines
854 B
Ucode
class PKMPickup extends KFWeaponPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=11.000000
|
|
cost=4000
|
|
AmmoCost=50
|
|
BuyClipSize=65
|
|
PowerValue=55
|
|
SpeedValue=86
|
|
RangeValue=70
|
|
Description="The PKM (Kalashnikov's Machine-gun Modernized) adopted to service in 1969. It is a modernized, product-improved version of the PK (Pulemyot Kalashnikova)"
|
|
ItemName="PKM SE"
|
|
ItemShortName="PKM"
|
|
AmmoItemName="PKM 7.62x54mmR"
|
|
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
|
|
CorrespondingPerkIndex=10
|
|
EquipmentCategoryID=2
|
|
InventoryType=Class'ScrnHMG.PKM'
|
|
PickupMessage="You picked up the PKM"
|
|
PickupSound=Sound'HMG_S.PKM.pkm_holster'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'HMG_A.PkmSM'
|
|
CollisionRadius=25.000000
|
|
CollisionHeight=5.000000
|
|
}
|