Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFMod.M14EBRPickup


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
//=============================================================================
// M14EBR Pickup.
//=============================================================================
class M14EBRPickup extends KFWeaponPickup;

defaultproperties
{
     Weight=8.000000
     cost=2500
     AmmoCost=15
     BuyClipSize=20
     PowerValue=55
     SpeedValue=20
     RangeValue=95
     Description="Updated M14 Enhanced Battle Rifle - Semi Auto variant. Equipped with a laser sight."
     ItemName="M14EBR"
     ItemShortName="M14EBR"
     AmmoItemName="7.62x51mm Ammo"
     AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
     CorrespondingPerkIndex=2
     EquipmentCategoryID=3
     InventoryType=Class'KFMod.M14EBRBattleRifle'
     PickupMessage="You got the M14 EBR"
     PickupSound=Sound'KF_M14EBRSnd.M14EBR_Pickup'
     PickupForce="AssaultRiflePickup"
     StaticMesh=StaticMesh'KF_pickups2_Trip.Rifles.M14_EBR_Pickup'
     CollisionRadius=25.000000
     CollisionHeight=5.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:26.000 - Creation time: Fri 13-10-2023 03:19:05.022 - Created with UnCodeX