NicePack/sources/Weapons/Playable/Incendiary/MAC10/NiceMAC10Pickup.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

5 lines
810 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'NicePack.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
}