NicePack/sources/Weapons/Playable/Explosives/M32/NiceM32Pickup.uc
Anton Tarasenko 9bb40e03c8 Updated 006
[Changed]
- Dual pistols' spread was reduced by half (down to 250 from 500)
- Commando no longer passively grants zed-time extensions
- Commando's skill 'Perfect execution': zed-time granted by this skill can no longer be extended
- Commando's skill 'Overclocking': now grants 4 additional zed-time extensions
- Demolitionist's weapons: ammo cost doubled, max ammo reduced to about 2/3rds of previous values (except for harpoon that was unchanged, m32 that still has the same max ammo and L.A.W. that got its ammo halved and rocket cost raised fom 13 to 40)
- Removed Hardcore level broadcasting bullshit
2021-12-01 04:10:42 +07:00

28 lines
903 B
Ucode

class NiceM32Pickup extends NiceWeaponPickup;
defaultproperties
{
Weight=7.000000
AmmoCost=66
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
}