28 lines
797 B
Ucode
28 lines
797 B
Ucode
class NiceMAC10Pickup extends NiceWeaponPickup;
|
|
defaultproperties
|
|
{
|
|
bBackupWeapon=True
|
|
crossPerkIndecies(0)=2
|
|
Weight=3.000000
|
|
cost=200
|
|
AmmoCost=10
|
|
BuyClipSize=30
|
|
PowerValue=30
|
|
SpeedValue=98
|
|
RangeValue=40
|
|
Description="A highly compact machine pistol. Can be fired in semi or full auto."
|
|
ItemName="MAC-10"
|
|
ItemShortName="MAC-10"
|
|
AmmoItemName=".45 Cal"
|
|
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
|
|
CorrespondingPerkIndex=5
|
|
EquipmentCategoryID=3
|
|
InventoryType=class'NiceMAC10Z'
|
|
PickupMessage="You got the MAC-10"
|
|
PickupSound=Sound'KF_MAC10MPSnd.MAC10_Pickup'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'KF_pickups2_Trip.Supers.MAC10_Pickup'
|
|
CollisionRadius=25.000000
|
|
CollisionHeight=5.000000
|
|
}
|