NicePack/sources/Weapons/Playable/Explosives/M32/NiceM32Pickup.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
908 B
Ucode

class NiceM32Pickup extends NiceWeaponPickup;
defaultproperties
{
Weight=7.000000
AmmoCost=60
cost=1000
BuyClipSize=6
PowerValue=85
SpeedValue=65
RangeValue=75
Description="An advanced semi automatic grenade launcher. Launches high explosive grenades."
ItemName="M32 Grenade Launcher"
ItemShortName="M32 Launcher"
AmmoItemName="M32 Grenades"
AmmoMesh=StaticMesh'KillingFloorStatics.XbowAmmo'
CorrespondingPerkIndex=6
EquipmentCategoryID=2
VariantClasses(0)=Class'KFMod.CamoM32Pickup'
MaxDesireability=0.790000
InventoryType=Class'NicePack.NiceM32GrenadeLauncher'
PickupMessage="You got the M32 Multiple Grenade Launcher."
PickupSound=Sound'KF_M79Snd.M79_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups2_Trip.Supers.M32_MGL_Pickup'
CollisionRadius=25.000000
CollisionHeight=10.000000
}