NicePack/sources/Weapons/Playable/Explosives/M79/NiceM79Pickup.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

29 lines
919 B
Ucode

class NiceM79Pickup extends NiceWeaponPickup;
defaultproperties
{
crossPerkIndecies(0)=10
Weight=4.000000
cost=250
AmmoCost=8
BuyClipSize=1
PowerValue=85
SpeedValue=5
RangeValue=75
Description="A classic Vietnam era grenade launcher. Launches single high explosive grenades."
ItemName="M79 Grenade Launcher"
ItemShortName="M79 Launcher"
AmmoItemName="M79 Grenades"
AmmoMesh=StaticMesh'KillingFloorStatics.XbowAmmo'
CorrespondingPerkIndex=6
EquipmentCategoryID=2
VariantClasses(0)=Class'KFMod.GoldenM79Pickup'
MaxDesireability=0.790000
InventoryType=Class'NicePack.NiceM79GrenadeLauncher'
PickupMessage="You got the M79 Grenade Launcher."
PickupSound=Sound'KF_M79Snd.M79_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups2_Trip.Supers.M79_Pickup'
CollisionRadius=25.000000
CollisionHeight=10.000000
}